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!
Phoca Cart Product Module random product
- Nidzo
- Phoca Professional
- Posts: 386
- Joined: 07 Nov 2018, 14:55
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart Product Module random product
If you find Phoca extensions useful, please support the project
- Nidzo
- Phoca Professional
- Posts: 386
- Joined: 07 Nov 2018, 14:55
Re: Phoca Cart Product Module random product
I left comment on GitHub too.
Comparing with mod_phocacart_product_scroller I added
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
After that Phoca Cart Product module can display random products.
Comparing with mod_phocacart_product_scroller I added
Code: Select all
<option value="99">MOD_PHOCACART_PRODUCT_RANDOM</option>
Additionaly language string has to be added in en-GB.mod_phocacart_product.ini
Code: Select all
MOD_PHOCACART_PRODUCT_RANDOM="Random"
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart Product Module random product
Hi, thank you for the info, will be set in next version.
Jan
Jan
If you find Phoca extensions useful, please support the project