Post by misulicus » Fri Aug 31, 2012 7:51 pm

buzz
pls help us out with making it work for 1.5.4
that code is missing from the file

Newbie

Posts

Joined
Sun Aug 26, 2012 11:02 pm

Post by Qphoria » Sat Sep 01, 2012 4:51 am

misulicus wrote:anyone has any idea why i cant get mine to work pls ?

i installed that vqmod log manager and i saw this

MOD DETAILS:
modFile : D:\wamp\www\daniopencart\vqmod\xml\price_by_options.xml
id : Starting At Option Price
version : 1.5.x
vqmver : 2.1.5
author : qphoria
SEARCH NOT FOUND (ABORTING MOD): $query->row['price'] = ($query->row['discount'] ? $query->row['discount'] : $query->row['price']);

i looked in that file for the search string and its not there...whats misisng from the file? i havent edited it
What version of opencart?

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by misulicus » Sat Sep 01, 2012 7:05 pm

Version 1.5.4

I checked in that file where its supposed to search for that string and its missing..i guess thats why its not working

Newbie

Posts

Joined
Sun Aug 26, 2012 11:02 pm

Post by misulicus » Sat Sep 08, 2012 6:15 am

bump?
really waiting for a solution here

Newbie

Posts

Joined
Sun Aug 26, 2012 11:02 pm

Post by misulicus » Mon Sep 10, 2012 5:18 am

just installed Options Price Update Redux
But still wont work cause of that error in the file..missing search query

Newbie

Posts

Joined
Sun Aug 26, 2012 11:02 pm

Post by misulicus » Tue Sep 11, 2012 8:33 pm

Ok not sur if its good or not but it works for me.
Pls qphoria if u get a chance to "adjust" the code

This works for me on 1.5.4.1 version of opencart.
http://pastebin.com/pM6UU556
Last edited by misulicus on Sun Sep 23, 2012 3:04 am, edited 1 time in total.

Newbie

Posts

Joined
Sun Aug 26, 2012 11:02 pm

Post by hdleather » Thu Sep 13, 2012 7:49 am

Is anyone using this with the Dependent Options mod? Supposedly it was going to be tested over a couple of weeks ago and have heard nothing further. This would be a great addition to my site if it is compatible.

Newbie

Posts

Joined
Fri Jul 06, 2012 11:21 am

Post by Qphoria » Thu Sep 13, 2012 10:34 am

misulicus wrote:Ok not sur if its good or not but it works for me.
Pls qphoria if u get a chance to "adjust" the code

This works for me on 1.5.4.1 version of opencart.
http://pastebin.com/pM6UU556


And also another modification. I saw someone asking the same question.
For example we have 5 different option types and each has few different prices.
In my case all products have option Length and i want to show the lowest price from Length option since its a required field i think its fair to show that price wich is bigger and not a 5$ option.
So if you want to show lowest price from a specific category use the code below

http://pastebin.com/5VFH5Ez5

Search for if($option['option_id'] == '14') and replace 14 with the option id you want the price from.

Thanks for the adjustments..!

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by basevinyl » Wed Sep 19, 2012 2:17 am

Sorry for asking a probably stupid question....but do I first purchase the "Options Price Update Redux" addon...then upload it to my server then upload the price_by_option.xml file to be able to show fixed option pricing instead of the usual pricing that "complements" the base price?

Thanks :)

User avatar
Newbie

Posts

Joined
Fri Aug 31, 2012 12:52 am

Post by topclass » Sat Sep 22, 2012 12:33 pm

Has anyone gotten the price by options mod to be able to pick the option set you want to pull the price from? I really need to be able to set this. Several people have been asking but i dont see the solution. There must be some way to add a check box or set it to go by maybe options order or something. I have several options per product and picking the lowest one doesnt make sense as its different options not values.

GURU I AM WILLING TO PAY and i am sure many others. I need this solution asap! This script really serves no purpose for me if i cant use it this way. Many people use multiple options not just as a list of base prices.

PM if you can do this and need payment!

Newbie

Posts

Joined
Sun Sep 02, 2012 7:39 am

Post by desrat » Tue Oct 23, 2012 9:39 pm

apparent fixed code didn't work - had to make it a permanent mob by editing effected files, however I notice 2 things.

1. Prices no longer update when you choose and option.
2. As posted already there needs to be a way to specify which options effect price as again we have multiple different selections per item.

Example @ http://www.homeflair.com/santa-cruz-can ... tory-suite

Newbie

Posts

Joined
Tue Oct 23, 2012 9:36 pm

Post by misulicus » Mon Oct 29, 2012 12:20 am

desrat wrote:apparent fixed code didn't work - had to make it a permanent mob by editing effected files, however I notice 2 things.

1. Prices no longer update when you choose and option.
2. As posted already there needs to be a way to specify which options effect price as again we have multiple different selections per item.

Example @ http://www.homeflair.com/santa-cruz-can ... tory-suite
try
http://www.opencart.com/index.php?route ... on_id=8394

Newbie

Posts

Joined
Sun Aug 26, 2012 11:02 pm

Post by desrat » Wed Nov 07, 2012 9:28 pm

I ended up buying both the options boost and the redux mod, money well spent imho

oh and the error I mentioned which caused me to hard code the changes was casued by my vqmod install being broken after migrating hosts, now fixed and all is well now..

Newbie

Posts

Joined
Tue Oct 23, 2012 9:36 pm

Post by vivekdina » Tue Dec 04, 2012 8:12 pm

Hello everyone i have got a problem pls advise

am using opencart Version 1.5.3.1 and basically i want to have different price for different quantity

example quantity 12+ = £0.38 , 24+ = £0.34, 72+ = £0.30
i can to this from option values but it seems its not working when changing the main add to cart quantity example select in the cart 12 + then it should be = to 12+ price but in my case it takes any band price.

How can i control that

Thanks

Newbie

Posts

Joined
Tue Dec 04, 2012 7:49 pm

Post by lvlacleod » Sun Jan 20, 2013 11:03 pm

Mod works great except one thing.

It shows "Price: Starting at..." when you initially go to the product page but if I select one of the options then go back to the original lowest price option it doesn't change back to "Price: Starting at..."

Is there a way to fix this?

Thanks in advance.

Newbie

Posts

Joined
Sun Jan 20, 2013 11:00 pm

Post by vlaci » Sat Feb 23, 2013 5:57 am

Hello

well I just don't know why this plugin stopped working for me after I changed my server.

OC version - 1.5.1.3
URL:http://barovsko.com

It is working the the product page, but adds "Startig At" which is my second problem, I would like to remove it.

Any help would be appreciated!

Thank you

Newbie

Posts

Joined
Thu Feb 23, 2012 4:40 am

Post by vlaci » Sat Feb 23, 2013 5:04 pm

Hello

well I just don't know why this plugin stopped working for me after I changed my server.

OC version - 1.5.1.3
URL:http://barovsko.com

It is working the the product page, but adds "Startig At" which is my second problem, I would like to remove it.

Any help would be appreciated!

Thank you
Ok I applied the backup and the things are now OK.

But I have a problem with Related Products. The module does not work with Related products, their prices appear as 0,00.

Is there a solution to this problem already ?

Thank you!

Newbie

Posts

Joined
Thu Feb 23, 2012 4:40 am

Post by Qphoria » Sat Mar 02, 2013 5:35 am

vlaci wrote:
Hello

well I just don't know why this plugin stopped working for me after I changed my server.

OC version - 1.5.1.3
URL:http://barovsko.com

It is working the the product page, but adds "Startig At" which is my second problem, I would like to remove it.

Any help would be appreciated!

Thank you
Ok I applied the backup and the things are now OK.

But I have a problem with Related Products. The module does not work with Related products, their prices appear as 0,00.

Is there a solution to this problem already ?

Thank you!
known issue... haven't taken the time to figure it out yet

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by lisagriff » Sat Mar 02, 2013 2:03 pm

I have both the Price Redux and Options Boost modules but would still like to show the phrase "Base Price" for ONLY items with option price changes, ...... can this be accomplished?

Thank you!

Newbie

Posts

Joined
Tue Jul 17, 2012 3:36 am

Post by greengrizls » Wed Mar 06, 2013 5:46 am

I'm really new to using OpenCart and would love to know how I need to install this coding. Thanks!

Newbie

Posts

Joined
Wed Mar 06, 2013 5:45 am
Who is online

Users browsing this forum: No registered users and 5 guests