Congratulations!

[Valid Atom 1.0] This is a valid Atom 1.0 feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://www.phoca.cz/forum/app.php/feed?sid=985598bf649abdc901c900221ad62b4c

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
  3. <link rel="self" type="application/atom+xml" href="https://www.phoca.cz/forum/app.php/feed" />
  4.  
  5. <title>Phoca Forum</title>
  6. <subtitle>Support for Phoca Extensions</subtitle>
  7. <link href="https://www.phoca.cz/forum/index.php" />
  8. <updated>2024-05-16T20:31:44+02:00</updated>
  9.  
  10. <author><name><![CDATA[Phoca Forum]]></name></author>
  11. <id>https://www.phoca.cz/forum/app.php/feed</id>
  12.  
  13. <entry>
  14. <author><name><![CDATA[Benno]]></name></author>
  15. <updated>2024-05-16T20:31:44+02:00</updated>
  16.  
  17. <published>2024-05-16T20:31:44+02:00</published>
  18. <id>https://www.phoca.cz/forum/viewtopic.php?p=180607#p180607</id>
  19. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180607#p180607"/>
  20. <title type="html"><![CDATA[Phoca Cart • Re: Search function in forum?]]></title>
  21.  
  22. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  23. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180607#p180607"><![CDATA[
  24. Hi,<br>Yes, Nidzo is right. I had already taken this screenshot this afternoon, but had no access to the forum in the meantime. That's why I'm adding it now:<br><img src="https://benno.bplaced.net/filemanager/phoca-forum/690/phoca-forum_search.png" class="postimage" alt="Image"><br><br>Kind regards,<br>Benno<p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=2397">Benno</a> — 16 May 2024, 20:31</p><hr />
  25. ]]></content>
  26. </entry>
  27. <entry>
  28. <author><name><![CDATA[Nidzo]]></name></author>
  29. <updated>2024-05-16T18:24:56+02:00</updated>
  30.  
  31. <published>2024-05-16T18:24:56+02:00</published>
  32. <id>https://www.phoca.cz/forum/viewtopic.php?p=180606#p180606</id>
  33. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180606#p180606"/>
  34. <title type="html"><![CDATA[Phoca Cart • Re: Placeholder in infoscreen]]></title>
  35.  
  36. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  37. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180606#p180606"><![CDATA[
  38. <blockquote class="uncited"><div>I did it now in a very simple way.<br>Created an override of view-&gt;info-&gt;default.php<br><br>NEar the the call of the paymentInfo <div class="codebox"><p>Code: </p><pre><code>$paymentDescription = PhocacartPayment::getInfoDescriptionById((int)$this-&gt;t['infodata']['payment_id']);</code></pre></div>I added the following lines<br><div class="codebox"><p>Code: </p><pre><code>$order = new PhocacartOrderView();$common= $order-&gt;getItemCommon($this-&gt;t['infodata']['order_id']);$orderNumber= PhocacartOrder::getOrderNumber($this-&gt;t['infodata']['order_id'], $common-&gt;date, $common-&gt;order_number);$bas= $order-&gt;getItemBaS($this-&gt;t['infodata']['order_id'], 1);//$totalBrutto= $order-&gt;getItemTotal($orderId, 0, 'brutto');$r = PhocacartText::prepareReplaceText($order, $this-&gt;t['infodata']['order_id'], $common, $bas);$paymentDescription = PhocacartText::completeText($paymentDescription,$r);</code></pre></div>After that lines the original code continues <div class="codebox"><p>Code: </p><pre><code>if ($paymentDescription != '') {        echo '&lt;div class="ph-info-payment-description"&gt;'.HTMLHelper::_('content.prepare', $paymentDescription).'&lt;/div&gt;';    }</code></pre></div>Now you can use every placeholder like in the email contents.<br>For me it was very important to show some paymentinformations,<br>because sometimes my infomails got filtered by the SPAM-System and my customers don't always know where to find the SPAM-Folder <img class="smilies" src="https://www.phoca.cz/forum/images/smilies/icon_wink.gif" width="20" height="20" alt=":wink:" title="Wink"> <br>Maybe this helps somebody else, or maybe it find its way into the core files.</div></blockquote><br> I followed your instructions but could not reproduce result<br><br><a href="https://ibb.co/8rswHLN" class="postlink" rel="nofollow" target="_blank"><img src="https://i.ibb.co/T42GsxY/2024-05-16-182313.jpg" class="postimage" alt="Image"></a><p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=46722">Nidzo</a> — 16 May 2024, 18:24</p><hr />
  39. ]]></content>
  40. </entry>
  41. <entry>
  42. <author><name><![CDATA[Nidzo]]></name></author>
  43. <updated>2024-05-16T18:10:18+02:00</updated>
  44.  
  45. <published>2024-05-16T18:10:18+02:00</published>
  46. <id>https://www.phoca.cz/forum/viewtopic.php?p=180605#p180605</id>
  47. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180605#p180605"/>
  48. <title type="html"><![CDATA[Phoca Cart • Re: Search function in forum?]]></title>
  49.  
  50. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  51. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180605#p180605"><![CDATA[
  52. <img src="https://i.ibb.co/kgMtxHw/2024-05-16-180901.jpg" class="postimage" alt="Image"><p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=46722">Nidzo</a> — 16 May 2024, 18:10</p><hr />
  53. ]]></content>
  54. </entry>
  55. <entry>
  56. <author><name><![CDATA[sulpher]]></name></author>
  57. <updated>2024-05-16T18:09:49+02:00</updated>
  58.  
  59. <published>2024-05-16T18:09:49+02:00</published>
  60. <id>https://www.phoca.cz/forum/viewtopic.php?p=180604#p180604</id>
  61. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180604#p180604"/>
  62. <title type="html"><![CDATA[Phoca Cart • Re: Cassiopeia Phoca Cart Beauty template - issues]]></title>
  63.  
  64. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  65. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180604#p180604"><![CDATA[
  66. Different left and right padding:<br><img src="https://i.postimg.cc/MTKG04RY/2024-05-16-19-08-32.png" class="postimage" alt="Image"><p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=45056">sulpher</a> — 16 May 2024, 18:09</p><hr />
  67. ]]></content>
  68. </entry>
  69. <entry>
  70. <author><name><![CDATA[sulpher]]></name></author>
  71. <updated>2024-05-16T16:54:02+02:00</updated>
  72.  
  73. <published>2024-05-16T16:54:02+02:00</published>
  74. <id>https://www.phoca.cz/forum/viewtopic.php?p=180603#p180603</id>
  75. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180603#p180603"/>
  76. <title type="html"><![CDATA[Phoca Cart • PHP errors and warnings. PC 5 beta51. PHP 8.3]]></title>
  77.  
  78. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  79. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180603#p180603"><![CDATA[
  80. <blockquote class="uncited"><div>AH01071: Got error 'PHP message: PHP Warning:  Trying to access array offset on null in /var/www/administrator/components/com_phocacart/libraries/phocacart/order/order.php on line 2968;<br><br>PHP message: PHP Warning:  Trying to access array offset on null in /var/www/administrator/components/com_phocacart/libraries/phocacart/order/order.php on line 2969;<br><br>PHP message: PHP Warning:  Trying to access array offset on null in /var/www/administrator/components/com_phocacart/libraries/phocacart/order/order.php on line 2970;<br><br>PHP message: PHP Warning:  Trying to access array offset on null in /var/www/administrator/components/com_phocacart/libraries/phocacart/order/order.php on line 2971;<br><br>PHP message: PHP Warning:  Trying to access array offset on null in /var/www/administrator/components/com_phocacart/libraries/phocacart/order/order.php on line 2972;<br><br>PHP message: PHP Warning:  Attempt to read property "date" on null in /var/www/administrator/components/com_phocacart/libraries/phocacart/order/status.php on line 131;<br><br>PHP message: PHP Warning:  Attempt to read property "order_number" on null in /var/www/administrator/components/com_phocacart/libraries/phocacart/order/status.php on line 131;</div></blockquote><p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=45056">sulpher</a> — 16 May 2024, 16:54</p><hr />
  81. ]]></content>
  82. </entry>
  83. <entry>
  84. <author><name><![CDATA[sulpher]]></name></author>
  85. <updated>2024-05-16T16:51:12+02:00</updated>
  86.  
  87. <published>2024-05-16T16:51:12+02:00</published>
  88. <id>https://www.phoca.cz/forum/viewtopic.php?p=180602#p180602</id>
  89. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180602#p180602"/>
  90. <title type="html"><![CDATA[Phoca Cart • Failed 'modified' doesn't have a default value]]></title>
  91.  
  92. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  93. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180602#p180602"><![CDATA[
  94. We reproduced the following scenario: after failed payment the user returns to Info page and there is the following error message:<br><br><img src="https://i.postimg.cc/MH52Dk87/2024-05-16-17-47-21.png" class="postimage" alt="Image"><br><strong class="text-strong">Field 'modified' doesn't have a default value.</strong><br><br>PC 5 beta 51, php 8.3<p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=45056">sulpher</a> — 16 May 2024, 16:51</p><hr />
  95. ]]></content>
  96. </entry>
  97. <entry>
  98. <author><name><![CDATA[sulpher]]></name></author>
  99. <updated>2024-05-16T16:45:33+02:00</updated>
  100.  
  101. <published>2024-05-16T16:45:33+02:00</published>
  102. <id>https://www.phoca.cz/forum/viewtopic.php?p=180601#p180601</id>
  103. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180601#p180601"/>
  104. <title type="html"><![CDATA[Phoca Cart • Re: Filters are slow]]></title>
  105.  
  106. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  107. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180601#p180601"><![CDATA[
  108. how many parameters exist?<br>how many products do you have? <br>what are PHP, DB and Phoca Cart versions?<p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=45056">sulpher</a> — 16 May 2024, 16:45</p><hr />
  109. ]]></content>
  110. </entry>
  111. <entry>
  112. <author><name><![CDATA[Webguy]]></name></author>
  113. <updated>2024-05-16T16:30:52+02:00</updated>
  114.  
  115. <published>2024-05-16T16:30:52+02:00</published>
  116. <id>https://www.phoca.cz/forum/viewtopic.php?p=180600#p180600</id>
  117. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180600#p180600"/>
  118. <title type="html"><![CDATA[Phoca Cart • Filters are slow]]></title>
  119.  
  120. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  121. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180600#p180600"><![CDATA[
  122. Slow filters<p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=51512">Webguy</a> — 16 May 2024, 16:30</p><hr />
  123. ]]></content>
  124. </entry>
  125. <entry>
  126. <author><name><![CDATA[Webguy]]></name></author>
  127. <updated>2024-05-16T16:21:17+02:00</updated>
  128.  
  129. <published>2024-05-16T16:21:17+02:00</published>
  130. <id>https://www.phoca.cz/forum/viewtopic.php?p=180599#p180599</id>
  131. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180599#p180599"/>
  132. <title type="html"><![CDATA[Phoca Cart • Changing photo on selecting atribute]]></title>
  133.  
  134. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  135. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180599#p180599"><![CDATA[
  136. In the demo video I noticed that the image of the product changes based on the color choice, I tried to recreate this but for me the image does not change.<br><a href="https://www.youtube.com/watch?v=x84T2_UsKPw" class="postlink" rel="nofollow" target="_blank">https://www.youtube.com/watch?v=x84T2_UsKPw</a><br><br>I'm using Joomla 5 with pcuikit to use Phoca Cart v5.0.0Beta47 in Yootheme templates.<p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=51512">Webguy</a> — 16 May 2024, 16:21</p><hr />
  137. ]]></content>
  138. </entry>
  139. <entry>
  140. <author><name><![CDATA[Webguy]]></name></author>
  141. <updated>2024-05-16T16:15:30+02:00</updated>
  142.  
  143. <published>2024-05-16T16:15:30+02:00</published>
  144. <id>https://www.phoca.cz/forum/viewtopic.php?p=180598#p180598</id>
  145. <link href="https://www.phoca.cz/forum/viewtopic.php?p=180598#p180598"/>
  146. <title type="html"><![CDATA[Phoca Cart • Search function in forum?]]></title>
  147.  
  148. <category term="Phoca Cart" scheme="https://www.phoca.cz/forum/viewforum.php?f=44" label="Phoca Cart"/>
  149. <content type="html" xml:base="https://www.phoca.cz/forum/viewtopic.php?p=180598#p180598"><![CDATA[
  150. Does this forum has a search option? I only see a general search on the top of the page but that one does not only search the forum.<p>Statistics: Posted by <a href="https://www.phoca.cz/forum/memberlist.php?mode=viewprofile&amp;u=51512">Webguy</a> — 16 May 2024, 16:15</p><hr />
  151. ]]></content>
  152. </entry>
  153. </feed>
  154.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid Atom 1.0" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//www.phoca.cz/forum/app.php/feed%3Fsid%3D985598bf649abdc901c900221ad62b4c

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda