Post by youthcomputers » Sun Mar 17, 2013 4:41 am

hi qphoria,

i purchased your Option Price Update Redux, but i can't remove the "+" as you had given in the screen shot and video... guide me how to do it??


Posts

Joined
Sun Mar 17, 2013 4:39 am

Post by Qphoria » Sun Mar 31, 2013 1:01 pm

Added new version to support 1.5.3+ changes .

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by misulicus » Sun Apr 07, 2013 11:00 pm

the issue i got is that the Featured products show a price of 0.00$ when opening the website..

sometimes after several refreshes it shows the starting price..can we get that fixed pls ?

using 1.5.4.1

Newbie

Posts

Joined
Sun Aug 26, 2012 11:02 pm

Post by shahram » Wed Apr 10, 2013 5:35 pm

Hi i just add your mod to my site it working fine thank you for this mod. I m looking for little Advanced i want to show starting and end price mean if i add 5 options which have different price starting from $2.00 and end to $10 can i show something like this ($2.00 - $10.00)? i will buy that extension mod

Thank you

Newbie

Posts

Joined
Wed Aug 12, 2009 10:52 am

Post by IT_MAN » Tue Apr 23, 2013 1:34 pm

Hi, I have been using this for quite sometime, it works superbly fine, the only problem is, I have 2 to three other options per product, let's say Item1 has an option for Size, Add On and Flavor. Both Size and Add on has prices indicated, since this mod gets the lowest price, it gets the price in add on, since it has the lowest. Is there anyway to solve this? Thanks!

New member

Posts

Joined
Tue Apr 23, 2013 11:18 am

Post by Qphoria » Tue Apr 23, 2013 9:44 pm

IT_MAN wrote:Hi, I have been using this for quite sometime, it works superbly fine, the only problem is, I have 2 to three other options per product, let's say Item1 has an option for Size, Add On and Flavor. Both Size and Add on has prices indicated, since this mod gets the lowest price, it gets the price in add on, since it has the lowest. Is there anyway to solve this? Thanks!
1. EDIT: price_by_options*.xml

2. FIND:

Code: Select all

if (!(float)$option_value['price']) { continue; }
3. AFTER, ADD:

Code: Select all

if ($option['name'] == 'Add-ons' ) { continue; }

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Thu Apr 25, 2013 9:23 pm

Sorry... too much copy paste there... remove the "!(float)" before the $option['name'] in my original paste
I've corrected it above

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by IT_MAN » Sat Apr 27, 2013 12:44 pm

Qphoria wrote:Sorry... too much copy paste there... remove the "!(float)" before the $option['name'] in my original paste
I've corrected it above

Thanks Mate! I'll be trying it.

New member

Posts

Joined
Tue Apr 23, 2013 11:18 am

Post by Melot » Sat Apr 27, 2013 9:24 pm

@qphorbia

can you please help me..to figure it out,

am recently purchase this mod,but not work at all.price dont update in any of this option,check select,radio,it only work in qty,for example price is 10 usd if you put 2 qty.then price will update to 20 usd,but not in any option..

im using latest ,vqmod and Open cart 1.5.5.1 please help me..


regards,

Newbie

Posts

Joined
Sat Apr 27, 2013 9:12 pm

Post by Will.Smith » Fri May 31, 2013 5:35 am

For some reason, this is just not working for me, i have the XML file in the XML folder, but no price adjustments.

do I need to do anything more that copy this file.

price_by_options_153x.xml

Newbie

Posts

Joined
Fri May 31, 2013 5:33 am

Post by scanreg » Wed Jun 19, 2013 11:02 pm

1. can this kind of pricing method apply to some, but not all, products?

i need to use this for just one or two products but all the others will use regular opencart pricing

2. will this work with the OpenStock extension?

http://www.opencart.com/index.php?route ... on_id=2833

in other words, will OpenStock understand the quantities so that stock is correctly tracked?

thanks

Active Member

Posts

Joined
Thu May 06, 2010 12:15 am

Post by Chillbrook » Sat Jul 27, 2013 7:44 pm

I've only been using Opencart a couple of days so still very much finding my feet. I installed this mod specifically because I wanted my prices 'Starting at' as I have various price options depending on the size of print people might like to buy. Anyway, it doesn't seem to be working. In the log file I get..

---------- Date: 2013-07-27 11:31:29 ~ IP : 127.0.0.1 ----------
REQUEST URI : /Cornwall%20Photographic%20Sales/index.php?route=product/product&path=59&product_id=50
MOD DETAILS:
modFile : C:\wamp\www\Cornwall Photographic Sales\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']);
----------------------------------------------------------------------
Any help would be gratefully recieved. Thank you

Newbie

Posts

Joined
Sat Jul 27, 2013 7:40 pm

Post by Qphoria » Wed Aug 07, 2013 1:39 am

Chillbrook wrote:I've only been using Opencart a couple of days so still very much finding my feet. I installed this mod specifically because I wanted my prices 'Starting at' as I have various price options depending on the size of print people might like to buy. Anyway, it doesn't seem to be working. In the log file I get..

---------- Date: 2013-07-27 11:31:29 ~ IP : 127.0.0.1 ----------
REQUEST URI : /Cornwall%20Photographic%20Sales/index.php?route=product/product&path=59&product_id=50
MOD DETAILS:
modFile : C:\wamp\www\Cornwall Photographic Sales\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']);
----------------------------------------------------------------------
Any help would be gratefully recieved. Thank you
You should be using the 153x version of the xml file.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by skinttab » Thu Aug 29, 2013 7:08 am

Thanks for this, very useful.

However when I load my products it says at the top "Starting At..." then that disappears within a second to be replaced by £0.00. Any idea why? Obviously I am also using Options Price Update alongside this mod.

Newbie

Posts

Joined
Thu Jun 27, 2013 12:09 am

Post by Qphoria » Fri Aug 30, 2013 12:29 am

skinttab wrote:Thanks for this, very useful.

However when I load my products it says at the top "Starting At..." then that disappears within a second to be replaced by £0.00. Any idea why? Obviously I am also using Options Price Update alongside this mod.
yea.. opu is set to update the price on page load. I'll have to add some extra code to delay update if this mod is used

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by sully210 » Tue Oct 08, 2013 7:44 am

I am using version 1.5.6 and would like to have different prices for different sizes all show on the category and product page. Have there been any updates? This seems a bit complex for me.

Thank you,
Sully :)


User avatar
Active Member

Posts

Joined
Tue Jul 13, 2010 4:46 am
Location - USA

Post by Qphoria » Wed Oct 09, 2013 11:34 pm

That is beyond the scope of this mod.
This is a simple mod that simply grabs and uses the lowest option price for the products when the main price is 0.00

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by traderz » Fri Oct 25, 2013 8:15 am

I have issue with price_by_options.xml file where it shows lowest price but then options are all showing with taxes and yet i have show price with taxes off on my store.

I figured out how to solve this issue:

Open the price_by_options_153x.xml file:

I like to comment stuff out so you can always go back so find the line below
$this->session->data['start_at_price_ex_tax'] = $option_prices[0];

Then duplicate it and then make it look like mine where it doesn't take the calculated price with the tax.

/* $this->session->data['start_at_price_ex_tax'] = $option_prices[0]; */
$this->session->data['start_at_price'] = $option_prices[0];

I have this working on Version 1.5.5.1-ce.rc1.

Newbie

Posts

Joined
Sun Oct 20, 2013 10:05 am

Post by duane25 » Wed Nov 20, 2013 8:07 pm

skinttab wrote:Thanks for this, very useful.

However when I load my products it says at the top "Starting At..." then that disappears within a second to be replaced by £0.00. Any idea why? Obviously I am also using Options Price Update alongside this mod.
I'm having the same problem. Is there a fix for this yet?

Thanks,

D.

Newbie

Posts

Joined
Wed Nov 20, 2013 8:05 pm

Post by hrast » Sat Jan 25, 2014 3:28 am

TechSitement wrote:How do you add the prefix "Starting at" before the price on option based items? Also, is there a way to add that prefix to the prices on the category page and any other places where the lowest price is shown?
Thanks for the great mod!
I have the similar question. How to add prefix "Starting at" to the prices on the category page?

Thanks

Newbie

Posts

Joined
Thu Jan 23, 2014 8:51 pm
Who is online

Users browsing this forum: No registered users and 5 guests