Display Free Shipping Notification On Product Detail Page

Hi



On the product detail page, I need to display 2 things


  1. Qualifies for Free Shipping
  2. Total shipping weight of this product



    How do I do this, please advice



    Version 4.3.3

[quote name='sap' timestamp='1439453906' post='226626']

  1. Qualifies for Free Shipping

    [/quote]



    CS-Cart Product stickers add-on


[quote name='sap' timestamp='1439453906' post='226626']

2) Total shipping weight of this product

[/quote]



http://marketplace.cs-cart.com/add-ons/customer-experience/total-shipping-weight.html

[quote name='eComLabs' timestamp='1439454730' post='226629']

http://marketplace.c…ers-add-on.html







http://marketplace.c…ing-weight.html

[/quote]





Thanks for the prompt response



However I am looking for text next to price of the product that says Qualifies for Free Shipping (and not so much a sticker that goes on the image)

Also for the shipping weight I need it on version 4.3.3 on the product details page. The addon you recommended is for version 3.X and does not display the wt on the detail page

OK. Use the “products:prices_block” to show the required text after the price. E.g.



{if $details_page && $product.free_shipping == 'Y'}
SOME TEXT HERE
{/if}




As for second question, please open the design\themes\YOUR_THEME\templates\blocks\product_templates\default_template.tpl (or bigpicture_template.tpl one) and add the following code to the required part of the template:



{$product.weight} {$settings.General.weight_symbol}

[quote name='eComLabs' timestamp='1439470612' post='226671']

OK. Use the “products:prices_block” to show the required text after the price. E.g.



{if $details_page && $product.free_shipping == 'Y'}
SOME TEXT HERE
{/if}




As for second question, please open the design\themes\YOUR_THEME\templates\blocks\product_templates\default_template.tpl (or bigpicture_template.tpl one) and add the following code to the required part of the template:



{$product.weight} {$settings.General.weight_symbol}


[/quote]



Thanks appreciate your help, as always


  1. Where do I find “products:prices_block”?
  2. For the stickers addon that you recommended, can you please tell me if the stickers can be associated with the products using csv import? If yes is there a specific format to how the names of the stickers be imported?

[quote name='sap' timestamp='1439632004' post='226836']

  1. Where do I find “products:prices_block”?

    [/quote]



    The hook is located in the following file:



    design\themes\YOUR_THEME\templates\common\product_data.tpl



    Please check how to use hooks here:



    TPL Hooks — CS-Cart 4.2.x documentation


[quote name='sap' timestamp='1439632004' post='226836']

2) For the stickers addon that you recommended, can you please tell me if the stickers can be associated with the products using csv import? If yes is there a specific format to how the names of the stickers be imported?

[/quote]



Unfortunately we did not work with this module earlier. You can contact the developer or provide us with the requirements and we will create the module according to your requirements from scratch