AbanteCart Community

Shopping Cart Operations => Support => Topic started by: kamlesh on October 28, 2014, 07:03:21 PM

Title: Multiple weights & Price for Same Product
Post by: kamlesh on October 28, 2014, 07:03:21 PM
Hello,

How can we show Multiple weights & Price for Same Product
Title: Re: Multiple weights & Price for Same Product
Post by: yonghan on October 28, 2014, 11:28:28 PM
Hi,please read this doc about using global attribute.

http://www.abantecart.com/ecommerce-documentation/69-admin-user-manual/catalog-menu/global-attributes (http://www.abantecart.com/ecommerce-documentation/69-admin-user-manual/catalog-menu/global-attributes)
Title: Re: Multiple weights & Price for Same Product
Post by: kamlesh on November 18, 2014, 03:33:06 PM
Thanks for your kind help, i tried using Global Attributes, I wanted to make like the given image. Please give me positive solution.
Title: Re: Multiple weights & Price for Same Product
Post by: yonghan on November 19, 2014, 02:28:49 AM
It is possible to achieve what you want to do,but you need to modify the code.Here's a starting point for you.You need to take a look at the below files :

1. default_html5/template/pages/product/product.tpl -> this is the default product page,find the code that renders the
2. default_html5/template/pages/product/product_listing.tpl -> this is the product listing page to be rendered in category page.

With the controller that handles them so you know which part of the code ouput the options.

Hope it helps.
Title: Re: Multiple weights & Price for Same Product
Post by: kamlesh on November 24, 2014, 08:33:53 AM
Please give me in details and step by step, required codes