0

I am new in magento.My product has model type and model version.I want to pass model type and version to add to cart page and take that values in shoping cart page.But i don't get any idea .Any one please help to solve the problem.

Navaneetha Nair
  • 312
  • 2
  • 12
  • Are you saying that your product extends from the class `Mage_Catalog_Model_Product`? And you want methods that are available in that class in the shopping cart? – 1000Nettles Jan 17 '13 at 12:21
  • I think he means passing variables in the url and catch them in the cart to do something with it. – JNDPNT Jan 17 '13 at 13:57

1 Answers1

1

You could:

  1. Create custom option for 'model type' and 'model version' for each product. See Adding Custom Product Options in Magento

  2. Create a custom module that add these options programmatically to additional_options See Add options to quote item

Community
  • 1
  • 1
MagePal Extensions
  • 17,646
  • 2
  • 47
  • 62