AbanteCart Community

AbanteCart Development => Customization help => Topic started by: jalpert on August 05, 2017, 08:55:43 AM

Title: Product Options
Post by: jalpert on August 05, 2017, 08:55:43 AM
I am adding a unique model number and weight for as a product option.

When the product is added to the cart, the option information appears correctly in the name of the item but the model number doesn't show the attribute model number.  The weight is correct but not the model number.  It uses the model number of the main product, not the model number of the option.  If I leave the main product model number empty, the cart shows no product number at all.

Can someone tell me how to make the product option model number appear in the cart when using option values?
Title: Re: Product Options
Post by: abantecart on August 06, 2017, 09:23:58 PM
Do you have some sort of custom AbanteCart? There is no model number in option or option values.
Possibly you meant product/option SKU ?

In anyways, if you need to show additional information in the shopping cart page (basket), you will need to edit cart page template.

Here is a link to the file and line:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/checkout/cart.tpl#L50

Similarly, you might need to change order history and invoice page.