Post by mikeinterserv » Tue Apr 05, 2022 10:32 pm

OSWorX wrote:
Tue Apr 05, 2022 10:26 pm
Just do add my "2 cents" ..

The "problem" is this here:

Code: Select all

<button type="button" onclick="cart.add('{{ product.product_id }}', '{{ product.minimum }}');"><span class="hidden-xs hidden-sm hidden-md" id="cart-added">{{ button_cart }}</span> <i class="fa fa-shopping-cart"></i></button><
because such a line does NOT exist in a default, standard template.
It should be instead:

Code: Select all

<button type="button" onclick="cart.add('{{ product.product_id }}', '{{ product.minimum }}');"><span class="hidden-xs hidden-sm hidden-md">{{ button_cart }}</span> <i class="fa fa-shopping-cart"></i></button>
:-) Ah - I didn't spot that, my error. - so that would explain that line not being found but all the others - I have no idea.

Active Member

Posts

Joined
Thu May 28, 2020 6:55 am
Location - Wales

Post by mikeinterserv » Wed May 04, 2022 10:18 pm

Here is an updated extension for basic quotations request.
It is based on an event and will install as a module that you can install / uninstall from extensions / modules / MW OC Quotes Button.

It is different from the initial extension I posted here and you should not have a problem installing it this time.
If you do let me know.
.

Active Member

Posts

Joined
Thu May 28, 2020 6:55 am
Location - Wales

Post by straightlight » Sun May 08, 2022 6:35 am

An extended version.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by straightlight » Sun May 08, 2022 7:06 am

Another version supporting quotes from the category route.

Attachments


Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by straightlight » Sun May 08, 2022 7:34 am

From the original delivered project, however, better to add Captcha in it since the sendQuote() method does send an email after all ...

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 21 guests