Hi,
We are using MD Commerce and we have setup the products without "Add to Cart" option.
We currently want users to have a "Make an Enquiry" form for each product instead of 'Add to Cart".
Let us know the option for enabling the same.
Hi,
We are using MD Commerce and we have setup the products without "Add to Cart" option.
We currently want users to have a "Make an Enquiry" form for each product instead of 'Add to Cart".
Let us know the option for enabling the same.
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
You can embed form instead of printing Cart by replace code print "Add to cart" with
webform-id: ID of webform "Make an Enquiry".
ok and in which file we need to do this change?
Which product page you would like to create form?
So you can find it in sites\all\themes\md_make\templates\node\product\node--shop-product.tpl.php.
You can follow comment #2 in file sites\all\themes\md_make\templates\node\product\node--shop-product.tpl.php to replace option "add to cart" with your own form.
And about your form, you need to create by yourself but we can not help.
Thank you.