javascript - Missing price fields in Magento Bundle products -


i getting following js error on bundled product pricing me reason why please. looks conflict or result of missing fields. appears causing pricing display incorrectly

typeerror: $(...) null  $('price_type').observe('change', changepricetypemap); 

enter image description here

this supposed appear enter image description here

i don't know if you, had similar issue attributes not appearing in bundle , grouped products. turned out when upgraded magento 1.5 1.9, attributes did not apply new product types. i.e. if check price attribute under catalog->attributes->manage attributes, check see if bundle products selected under 'apply to' section. same other missing attributes.

kam


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -