[Feature Request] Phoca Cart Product module - displaying random product
Opened this issue · 2 comments
PhocaCz commented
Display random product in Phoca Cart Product module. See: https://www.phoca.cz/forum/viewtopic.php?f=44&t=63792
nidzo80 commented
Comparing with mod_phocacart_product_scroller I added
<option value="99">MOD_PHOCACART_PRODUCT_RANDOM</option>
in item ordering section of mod_phocacart_product.xml (after line 48)
Additionaly language string has to be added in en-GB.mod_phocacart_product.ini MOD_PHOCACART_PRODUCT_RANDOM="Random"
After that Phoca Cart Product module can display random products.
PhocaCz commented
Hi, thank you, yes it is set in both modules, I am now working on next Beta version so I hope I will release it soon including both updated modules (with the Random option)
Thank you, Jan