Monday, May 9, 2011

cs-cart, how to add a new "how to use" tag into product detail page

How to add a new "how to use" tag into product detail page
(1) create file, skins\basic\customer\blocks\product_tabs\howtouse.tpl
{* $Id: description.tpl 11191 2010-11-11 11:56:01Z klerik $ *}
{** block-description:howtouse **}
{$product.howtouse|default:$product.short_description|unescape}

(2) add a language variable "howtouse" => How to Use
(3) add a howtouse field into table cs_cart.product_description table
(4) In skins\basic\admin\views\products\update.tpl
line 55 add following code

1 comment:

  1. Hi Jack,

    Have seen your modification to cs cart, from these, i believe you've the knowledge to add a RSS feed to Cs cart, which i believe alot users will benefit on these as all commercial addons are charging annual fee for such modifications. Please note an tutorial for adding a RSS feed function to cs cart will be very appreciated.
    Cheers!

    ReplyDelete