How can this be accomplished? [Custom quote system]
hi all, 1 of ecommerce clients requesting quote system on site works 1 here > https://www.denoyer.com/quoterequest.
where can select catalog items dropdown menu , add them cart right on form.
i'm assuming take custom coding this, know of simplest way done? or can done?
this rather urgent if can i'm looking forward response! in advance.
mish
you'd need use javascript theory be:
you'll have use backup small product view like:
<div class="add-to-cart-line">
<div class="name" style="display: none;">{tag_name_nolink}</div>
<div class="inputs">
{tag_addtocartinputfield} {tag_addtocart}
</div>
</div>
next, make sure add tag products "quote" can list quotable products using {module_productfeaturelist} module can read here: http://helpx.adobe.com/business-catalyst/kb/modules-quick-reference.html#product , sure use backup template module created above.
then, javascript you'll need loop through each .add-to-cart-line element , grab name of product .name element , build array of names of products. then, you'll need insert select box via javascript , populate option children elements name of product , attach event handler when select box changes (you can use jquery's .change() function instance) detect number child option selected , show corresponding .add-to-cart-line element should in same order option children in select box.
More discussions in Business Catalyst
adobe
Comments
Post a Comment