discount label tag not showing

Hello!



I see in the demo cscart a very cute discount tag (in books, for example) and thought it would be in my purchase cscart but it doesn’t show.



Does anyone have the same problem? …and a solution?

The discount tag is only shown when you offer either product discounts / category discounts, not when you mark a price as say :



List £100

Price £80



Find this under Discounts and Coupons !

[quote name=‘SWS’]The discount tag is only shown when you offer either product discounts / category discounts, not when you mark a price as say :



List £100

Price £80



Find this under Discounts and Coupons ![/QUOTE]



Thanks a lot for replying so fast! I forgot to mention that I do have offer a discount and it actually shows. It is something like this:

Old price: 50 euros

Discounted Price: 42.5 euros

You save: 7,5 euros



All perfect, yet no cute red tag label.



Can you help me? I’d love to have it.

That is the what I was explaining above, this method will not show the discount tag.



Goto Catalogue - > Discounts and Coupons.



You can then either set

Global Discounts

Category Discounts

Product Discounts

User Discounts.



For an example, click Product Discounts

then name it Christmas Special or something…

Choose type “Discount” and enter either an amount or %

then click Add New



Once you have done this and it appears in the list above, click details >>



You can then assign products which this discount is relative too, and hey presto that lovely little discount tag will show for those products.

Just got your PM…



In response to the Tabbed info, check this post :



[URL=“http://vb.cs-cart.com/showthread.php?t=191&highlight=tabbed”]http://vb.cs-cart.com/showthread.php?t=191&highlight=tabbed[/URL]



Read the whole post from first page to last before integrating, I have added some code near the end to help optimise it depending on which tabs are available.

Hi!



I had done it with all categories, therefore all products. But now I tried discount by products only. I set the discount but when I have to search for products so I can select which ones should have discount, I get this:



Database error: 1109 : Unknown table ‘prices’ in order clause

Invalid query: SELECT products.product_id, descr1.product as product, products.tracking, products.feature_comparison, products.zero_price_action, products.product_type FROM avail_products INNER JOIN cscart_products as products ON products.product_id=avail_products.product_id LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id=products.product_id AND descr1.lang_code=‘EN’ WHERE 1 GROUP BY avail_products.product_id ORDER BY prices.price asc LIMIT 0, 10



Is it a problem of my server or a problem with cscart itself?:cry:



Thanks!

[quote name=‘SWS’]That is the what I was explaining above, this method will not show the discount tag.



Goto Catalogue - > Discounts and Coupons.



You can then either set

Global Discounts

Category Discounts

Product Discounts

User Discounts.



For an example, click Product Discounts

then name it Christmas Special or something…

Choose type “Discount” and enter either an amount or %

then click Add New



Once you have done this and it appears in the list above, click details >>



You can then assign products which this discount is relative too, and hey presto that lovely little discount tag will show for those products.[/QUOTE]



Please suggest…



we have already done similar to this…the red tag shows but when you are viewing the product detail. There is no indication on home page to attract cutomer to the discounted price.



We are using new_vision_blue…a nd actually it just shows the discounted price.



Any suggestions?

[quote name=‘smavtron’]Please suggest…



we have already done similar to this…the red tag shows but when you are viewing the product detail. There is no indication on home page to attract cutomer to the discounted price.



We are using new_vision_blue…a nd actually it just shows the discounted price.



Any suggestions?[/QUOTE]



For this to be accomplished, add








{include file="common_templates/modifier.tpl" mod_type="P" mod_value=$product.discount_amount non_zeros='Y' spanm_id="discount_label_`$product.product_id`" class="discount-label-text"}






on file /skins/YOURSKIN/customer/products_pages/products_multicolumns.tpl after


{include file="common_templates/price_label.tpl" value=$product.discounted_price span_id="discounted_price_`$product.product_id`"}



around line 83





Alexandros