What version of opencart?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
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
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.
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..!
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
Thanks

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!
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!
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
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
trydesrat 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
http://www.opencart.com/index.php?route ... on_id=8394
I ended up buying both the options boost and the redux mod, money well spent imhomisulicus wrote:http://www.opencart.com/index.php?route ... on_id=8394
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..
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
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
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.
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.
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
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.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
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 yetvlaci wrote:Ok I applied the backup and the things are now OK.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
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!
I'm really new to using OpenCart and would love to know how I need to install this coding. Thanks!
Who is online
Users browsing this forum: No registered users and 5 guests