Page 1 of 1

Phoca Cart Product Module random product

Posted: 27 Sep 2022, 19:46
by Nidzo
This is Feature Request.
Phoca Cart Product Module does not have option to display random product like Phoca Cart Product Scroller Module. I think it would be nice option :)
Thanks!

Re: Phoca Cart Product Module random product

Posted: 27 Sep 2022, 20:38
by Jan
Hi, added to feature request list.
https://github.com/PhocaCz/PhocaCart/issues/130

Jan

Re: Phoca Cart Product Module random product

Posted: 10 Feb 2023, 14:25
by Nidzo
I left comment on GitHub too.
Comparing with mod_phocacart_product_scroller I added

Code: Select all

<option value="99">MOD_PHOCACART_PRODUCT_RANDOM</option>
in item ordering section of mod_phocacart_product.xml (after line 48)

Image

Additionaly language string has to be added in en-GB.mod_phocacart_product.ini

Code: Select all

MOD_PHOCACART_PRODUCT_RANDOM="Random" 
After that Phoca Cart Product module can display random products.

Re: Phoca Cart Product Module random product

Posted: 14 Feb 2023, 01:34
by Jan
Hi, thank you for the info, will be set in next version.

Jan