Attachments
this should work for OC 2.0.1.1
this should work for OC 2.2
Default:
Code: Select all
$price = $product_query->row['price'];
if ($product_discount_query->num_rows) {
$price = $product_discount_query->row['price'];
}
if ($product_special_query->num_rows) {
$price = $product_special_query->row['price'];
}
Code: Select all
$price = $product_query->row['price'];
if ($product_discount_query->num_rows && ($product_discount_query->row['price'] < $price)) {
$price = $product_discount_query->row['price'];
}
if ($product_special_query->num_rows && ($product_special_query->row['price'] < $price)) {
$price = $product_special_query->row['price'];
}
You just make a tiny simple mistake. OC 2.0.1.1 atleast doesn't have:
<file path="system/library/cart/cart.php"> change to <file path="system/library/cart.php">
.
.
.
~ OC 3.0.3.2 - OCmods only ~
Did you try the solution of daniGo..it worked for meVilda wrote:Hello, I have the same problem. Please do you have it for opencart 1.5.6.4? I am able to pay for it.
Noeud papillon en bois - Lunette de soleil en bois - Montre en bois
Cigarette electronique prix - Innokin - Clearomiseur zenith - Geekvape
- Savourea - E liquide Halo - Liquideo - T juice
I installed version 2.2 and it works very well !

https://cotonflanelle.com
OC2.3.0.2
LsCache de LiteSpeed
VQMOD V2.6.4
Kingstorepro - ThemeGlobal
Complete SEO
Product Preorder Pro - Webkul
Webkul Quickbook Connector - Webkul
Customers Also Viewed / Purchased
opencart-2-x-export-import-multilingual-3-12 - J. Neuhoff
Extensions converted by me for Free | Custom 3.0.3.7 | Store upgrade service | Buy me a beer
Extensions converted by me for Free | Custom 3.0.3.7 | Store upgrade service | Buy me a beer
Users browsing this forum: No registered users and 12 guests