Post by daniGo » Wed Apr 06, 2016 4:50 pm

this should work for OC 2.0.1.1 and OC 2.2

Attachments

this should work for OC 2.0.1.1

this should work for OC 2.2

Last edited by daniGo on Thu Apr 07, 2016 3:39 am, edited 2 times in total.

http://www.gombac.si


Active Member

Posts

Joined
Wed Mar 20, 2013 4:49 pm
Location - Slovenia

Post by supak111 » Wed Apr 06, 2016 6:06 pm

Just tested it on OC2.0.1.1, I dont get any errors but it does not work either. Cart still using the SPECIAL price always.
.
.
.

~ OC 3.0.3.2 and OCmods only ~


User avatar
Active Member

Posts

Joined
Fri Feb 13, 2015 12:09 pm

Post by daniGo » Wed Apr 06, 2016 6:39 pm

The cart use special price only if is lower than quantity discount price.

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'];
}
Changed:

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'];
}
Always took the lower price, at least for me it works.

http://www.gombac.si


Active Member

Posts

Joined
Wed Mar 20, 2013 4:49 pm
Location - Slovenia

Post by supak111 » Thu Apr 07, 2016 3:06 am

YEEEESS! I figure it out, thanks for the OCMOD, this has been driving me nuts for over a year.

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 and OCmods only ~


User avatar
Active Member

Posts

Joined
Fri Feb 13, 2015 12:09 pm

Post by taggsladder » Wed Jul 13, 2016 12:34 am

daniGo wrote:this should work for OC 2.0.1.1 and OC 2.2
Thank you :)

Newbie

Posts

Joined
Tue Sep 30, 2014 10:20 pm

Post by Vilda » Fri Jul 15, 2016 2:50 pm

Hello, I have the same problem. Please do you have it for opencart 1.5.6.4? I am able to pay for it.

Newbie

Posts

Joined
Fri Jul 15, 2016 2:46 pm

Post by kelklope » Sat Aug 13, 2016 10:26 pm

Vilda 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.
Did you try the solution of daniGo..it worked for me

Noeud papillon en bois - Lunette de soleil en bois - Montre en bois
Last edited by kelklope on Wed Apr 18, 2018 7:46 am, edited 1 time in total.

Cigarette electronique prix - Innokin - Clearomiseur zenith - Geekvape
- Savourea - E liquide Halo - Liquideo - T juice


Newbie

Posts

Joined
Sat Aug 13, 2016 9:07 pm


Post by mazlie » Fri Aug 04, 2017 3:56 pm

Please make it for Opencart 2.3.2, I am willing to pay

Newbie

Posts

Joined
Tue Apr 09, 2013 11:17 am

Post by Mirbrou » Sun Aug 06, 2017 3:57 am

Hello, Mazzlie,

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


Newbie

Posts

Joined
Tue Jun 27, 2017 6:25 am


Post by qualitas » Fri Jun 08, 2018 8:00 am

Did someone does a file for version 3.0.2.0?

New member

Posts

Joined
Mon Mar 26, 2018 9:27 am

Post by xxvirusxx » Wed Jun 13, 2018 4:09 pm

3.0.2.0 version
Last edited by xxvirusxx on Mon Jul 02, 2018 3:16 pm, edited 2 times in total.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by adriannnn » Sat Jun 30, 2018 9:40 pm

xxvirusxx wrote:
Wed Jun 13, 2018 4:09 pm
3.0.2.0 version
Thanks! one more request please: this modification only updates the cart, can you make it work in product page after entering the quantity?

Thanks in advance!

Newbie

Posts

Joined
Wed Apr 10, 2013 11:30 pm

Post by xxvirusxx » Mon Jul 02, 2018 3:10 pm

Download again. I have reuploaded.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by sergiubarbu » Sat Jun 01, 2019 2:38 pm

xxvirusxx wrote:
Wed Jun 13, 2018 4:09 pm
3.0.2.0 version
I tested on my website (OC 3.0.2.0), but I get a blank page (500 error).
What could be the issue?

New member

Posts

Joined
Tue Jan 12, 2010 3:56 am
Who is online

Users browsing this forum: Amazon [Bot] and 39 guests