X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   how to add extra text at product page (https://forum.x-cart.com/showthread.php?t=75296)

Eyeglasses Expert 05-04-2017 03:23 PM

how to add extra text at product page
 
I am planning to add different extra text at product page of different category, say:
product a, under category one: add aaaaaaaaaaaaaa
product b, under category two: add bbbbbbbbbbbbbb

how to do, pls?
tks

qualiteam 05-04-2017 08:13 PM

Re: how to add extra text at product page
 
There is no such a function in X-Cart 4 out of the box. You need someone to program this as a custom modification.

cherie 05-05-2017 02:28 PM

Re: how to add extra text at product page
 
On customer/main/product.tpl or product_details.tpl (depending where you want it to appear) add something like this:

PHP Code:

{if $cat eq 123}
aaaaaaaaaaaaaa
{elseif $cat eq 234}
bbbbbbbbbbbbbb
{/if} 

Admin Categories can show you the id number of each category (look in link or page address).


All times are GMT -8. The time now is 01:04 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.