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)
-   -   Promo Text for products in 1 category only or products i select only (https://forum.x-cart.com/showthread.php?t=71519)

khalidr 03-02-2015 05:11 PM

Promo Text for products in 1 category only or products i select only
 
i would like to have certain products display a line of text when they are on promotion such as "Free accessory you buy this item" -
Is there some built in functionality that allows me to turn on "promo text" for specific products only ?

Alternatively, I'm looking at the file template product_t.tpl and i'd like to mimic the free shipping functionality by adding this code

{if $product.free_accessory eq "Y"}
<div><span class="label label-success">{$lng.lbl_free_accessory|upper}</span></div>
{/if}

I've added the language label but now i need to know how to add the boolean field to check if free_accessory = 1 or 0. I assume i need to

1. add a new DB field
2. add a checkbox in add/edit template

Can someone please give me some guidance on how best to accomplish this.



Thank you

chamberinternet 03-03-2015 02:09 AM

Re: Promo Text for products in 1 category only or products i select only
 
Try the 'Extra Fields' module perhaps?
This way you can customize the message for each applicable product?


All times are GMT -8. The time now is 01:42 AM.

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