I have a product content type with two attributes. How do I show the product form (containing the attributes and add to cart button) multiple times? I’ve tried overriding the tpl file and using node_load to load the form but it displays same product form. I need the form id to be different so javascriptRead more