Post by danijr » Fri Mar 31, 2017 3:04 pm

I went back type image in version 2.3...
https://pastebin.com/3cKxCkSH
But does not want to update price when I select Options.
Opencart it detects the type image , which file to edit controller or model.

New member

Posts

Joined
Fri Dec 02, 2016 10:28 pm

Post by danijr » Mon Apr 03, 2017 4:13 pm

I fixed the problem
/system/library/cart ---> cart.php

if ($option_query->num_rows) {
if ($option_query->row['type'] == 'select' || $option_query->row['type'] == 'radio' ) { }

add - > || $option_query->row['type'] == 'image'

if ($option_query->row['type'] == 'select' || $option_query->row['type'] == 'radio' || $option_query->row['type'] == 'image') { }

New member

Posts

Joined
Fri Dec 02, 2016 10:28 pm
Who is online

Users browsing this forum: No registered users and 10 guests