Post by rph » Thu Feb 09, 2012 8:39 am

blackhalo wrote:And best of all, it doesn't require each option to have it's own unique product listing (like Magento)... that's something that I don't think ANY OTHER CART can do... definitely news worthy, especially on the t-shirt forums.
Just for clarity, dependent options are set individually for each product with the rest of the options. I'll create a premium edition for bulk applying dependent options/options to products after I'm done with this.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by rph » Thu Feb 09, 2012 8:48 am

elbobiam wrote:nice work rph...

As with most of the others, I've been looking for this solution for one of my clients. I know that you've posted you should be finished in Feb, but any ideas which end so I can massage my clients expectations of the delivery date.
The goal is to get it done this weekend for publication early next week (that assuming no issues with my regular work pop up like a client with a down server). I haven't set a price yet.
Also, have you do any testing with 'Options Boost' module?
I'm not familiar with the code so I can't say. If it uses classes in the storefront it will conflict for sure.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by elbobiam » Fri Feb 10, 2012 5:26 am

Thanks rph,

Look forward to being able to purchase it next week (subject to the price not eating too much into my profit :) ).

Re 'Option Boost', I've not bought it yet, so don't know either. The basic premise is that the picture changes with each option selection. I just hope it doesn't conflict as it will mean me looking into paid cart solution and rebuilding.

Again, thanks for your hard work. You guys make it easy for designers like me who touch on a little development.

Newbie

Posts

Joined
Thu Feb 09, 2012 4:35 am

Post by opensource_user » Sat Feb 11, 2012 6:19 am

rph wrote:That's correct. Admin development is at a suitable place for people to check it out.

http://options-demo.opencarthelp.com/admin/

user: demo
password: demo

And of course the front-end is still in action at:

http://options-demo.opencarthelp.com
Wow, this is amazing. Definitely interested in this. Tried the demo and it was quite intuitive. Excellent work!

New member

Posts

Joined
Sun Feb 05, 2012 9:51 am

Post by rph » Tue Feb 14, 2012 9:58 am

I was hoping to publish today but the option/product form validation has proven to be fairly complex (validation insures chained selects will work properly when adding/editing/deleting; for instance, it makes it so you can't delete an option value from Admin->Catalog->Option if it's currently assigned as a parent option value for a product somewhere). I got the majority of it done over the weekend but it will unfortunately take a bit more time to sort out the last little bit. I'm sorry for the delay. I know a lot of people are waiting on this.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by rph » Sun Feb 19, 2012 9:15 am

Admin product/option form validation is all finished up. If no major issues come up in the testing phase I'll start getting everything ready for release.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by rph » Tue Feb 21, 2012 10:28 am

The VQMod script is done and I'm creating documentation now. A beta release is not far away now.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by newdev » Tue Feb 21, 2012 10:52 pm

hi rph and everyone

thanks for the cool work, im new to shopping carts and opencart and its mods feel nice to use

i tried your demo site http://options-demo.opencarthelp.com/in ... duct_id=50

but the picture does not change when you have made the selections like it does in ebay, how do we achieve this?

Newbie

Posts

Joined
Tue Feb 21, 2012 1:17 pm

Post by Qphoria » Wed Feb 22, 2012 3:55 am

blackhalo wrote:
newdev wrote:but the picture does not change when you have made the selections like it does in ebay, how do we achieve this?
That's not really the purpose of this mod...
but I think there's another mod that does what you're asking:

http://opencartguru.com/options-boost

The question is whether the two mods are compatible?
Welcome to the open source shopping cart world! ;)
I do plan on supporting conditional options when released.. but can't know until I see the code. It may just work out of the box since I don't really touch any of the calculations of stock and price

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by kingsley » Wed Feb 22, 2012 10:15 am

I came up with a real simple solution for something similar to what you're doing, except mine was a checkbox rather than a select > option.

Using some slight edits to the .tpl file, adding an id field to the foreach select option, the id is the option name, with spaces stripped out and made lowercase. Then using some jQuery, target the checkbox by using the id, if the checkbox is checked then display the name/rank option text area.

Short description but you get the idea. Quick and easy and I don't see any problems so far.
Capture1.PNG

Capture1.PNG (11.68 KiB) Viewed 4043 times

Capture2.PNG

Capture2.PNG (25.49 KiB) Viewed 4043 times


Newbie

Posts

Joined
Wed Dec 07, 2011 1:57 am

Post by antonsi » Wed Feb 22, 2012 10:12 pm

Will it be possible to set up an absolute price for each option combination? For me It would suffice too if the price refreshed after choosing an option.

Newbie

Posts

Joined
Sat Feb 11, 2012 8:30 pm

Post by rph » Thu Feb 23, 2012 2:32 am

This won't change the way options work but you can put quantity/pricing on the last child option value (assuming the option value is unique).

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by celestial » Thu Feb 23, 2012 3:17 am

Try this, hardcore but is working for me
I forgot, put this variables in product.tpl, here line 2 or 3:

<div id="content">
<?php echo $content_top; ?>

<?php $extra_cnt = 0;?>
<?php $i = 0;?>
<?php $id = '';?>
<?php $name = '';?>

<div class="breadcrumb">
Last edited by celestial on Sun Jun 03, 2012 1:58 am, edited 1 time in total.

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by rph » Sun Feb 26, 2012 2:26 am

I'm going to aim for publishing on Monday. Since Q mentioned making Dependent Options compatible with Option Boost I'm going to change up the VQMod a little bit to try and make that as easy as possible. I'll also be working on making it compatible with as many version of 1.5.x as possible (currently I've only tested for 1.5.1.3).

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by celestial » Sun Feb 26, 2012 2:37 am

rph wrote:I'm going to aim for publishing on Monday. Since Q mentioned making Dependent Options compatible with Option Boost I'm going to change up the VQMod a little bit to try and make that as easy as possible. I'll also be working on making it compatible with as many version of 1.5.x as possible (currently I've only tested for 1.5.1.3).
Hi RPH i think you most wait maybe 2 weeks because Daniel announce the release of 1.5.2 the next week, i advice you for compatibilities.

Re: OpenCart 1.5.1.3 Bug Thread
by Daniel » Sat Feb 25, 2012 10:09 am

its already been fixed in the svn.

everything's pretty much done now. i think i can get a release next week.

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by Johnathan » Sun Feb 26, 2012 4:33 am

If you know anything about Daniel, it's that it's not wise to wait on him releasing something. ;)

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Qphoria » Mon Feb 27, 2012 1:07 am

Well as we joked before....
Qphoria wrote:
rph wrote:Since 1.5.2 doesn't seem close to release at this point and others have expressed interest in dependent options I'll be finishing it up and releasing for 1.5.1.3 after I complete my current project. Hopefully this will be late January/early February if not sooner.
Let us know when you are 99% finished and we'll release 1.5.2 :laugh: :laugh: :joker:
It actually may happen that way :P

Remember there are small changes to options IN 1.5.2 to change the way option value names are loaded at page load instead of using ajax to load them. So it might but shouldn't likely cause any problems with your mod.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by dizarter » Mon Feb 27, 2012 12:56 pm

rph wrote:This won't change the way options work but you can put quantity/pricing on the last child option value (assuming the option value is unique).
So, this means it won't be possible to track product quantities per dependent options combo choice?

Example:

A shirt has size and color options. There are 19 shirts in stock with the quantities as follows

Code: Select all

       Blue     Red    Orange     
-----------------------------------
XS      0        1       0     | 1
S       1        2       1     | 4
M       3        4       2     | 9
L       2        0       3     | 5
-----------------------------------
        6        7       6     | 19
Will in this example XS stay hidden when blue or orange are selected, and show only when red is selected?

I assume it will not work like that, since there is no way in admin to enter how many of blue shirts are of which size, but am still wondering are you planning on adding this at some point?

New member

Posts

Joined
Tue Oct 11, 2011 7:33 am

Post by rph » Thu Mar 01, 2012 9:09 am

Beta release of Dependent Options is now out. It's currently for 1.5.1.3 only. During the beta release period the price will be only $25.00 (this is half the price of similar mods for other carts like Magento). The cost will be going up after I've finished backporting to earlier OpenCart 1.5.x versions.

Dependent Options Forum Thread

Extension Store Link

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by rph » Thu Mar 01, 2012 9:12 am

dizarter wrote:
rph wrote:This won't change the way options work but you can put quantity/pricing on the last child option value (assuming the option value is unique).
So, this means it won't be possible to track product quantities per dependent options combo choice?
Not directly, no. You can do this round-aboutly if you make the last option value in the chain unique (e.g. Small Red and Medium Red instead of Red) but that obviously creates a lot more work.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska
Who is online

Users browsing this forum: Majestic-12 [Bot], Semrush [Bot] and 33 guests