Page 1 of 1

Really need some help with the extension "Ajax update price option"

Posted: Mon Jan 08, 2018 10:07 pm
by th3d3sign3r
Hi buddies. Some days ago i downloaded a free extension called "Ajax Live Options - https://www.opencart.com/index.php?rout ... n_id=26328" and i installed it locally on my website. ( FYI: I m using Opencart 3.0.2.0 with default theme) . The extension works fine with my site but every time i add a text or textarea (as an option) on a product the extension stops to work !!!

I checked the firefox console for errors and im getting this error:

Code: Select all

"error: [object Object]"
Digging deeper i discovered that this error points to the extension's file:
catalog/controller/extension/module/live_options.php
and the code (around line 251) is :

Code: Select all

error: function(error) {
console.log('error: '+error);
}
Please help me its been almost 15 hours that i m dealing with this issue and trying to find a solution but i can't.
The problem exist only when i select a "text" or a "textarea" as option for product otherwise it works fine !!!

Re: Really need some help with the extension "Ajax update price option"

Posted: Tue Jan 09, 2018 8:08 am
by straightlight
More information is needed. What are you trying to accomplish with your extension? Any codes you could post regarding your added codes and the location of your codes along with the file(s)?