Post by Qphoria » Thu May 05, 2011 3:09 am

If you are having issues with double adding (one ajax, and one page redirect) or if it is adding to cart on the "Please Choose" entry, it is likely due to custom themes that don't use the default cart sidebox. The code checks the "Ajax Cart" flag that the cart sidebox uses. If you have the cart sidebox disabled, the the ajax flag is likely false, even if the ajax code itself was moved into the header.

So the quick fix, if you do use ajax animation for add to cart,
1. EDIT: catalog/view/javascript/options_plus_redux/options_plus_redux.js.php

2. FIND:

Code: Select all

var ajaxAdd    = '<?php echo $_SESSION["ajaxAdd"]; ?>';
3. AFTER, ADD:

Code: Select all

ajaxAdd  = 1;

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Sat May 14, 2011 12:20 pm

UPDATE!
I've added an update to Options Plus Redux. The mod itself has not changed, but now includes a vQmod script to add support of the new options plus fields to the Import/Export Mod! Simply drop the vQmod script into your xml folder and import/export should have the new fields when you Export.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by 900pixels » Thu May 26, 2011 8:14 pm

tinasparadise wrote:I've got the Options Plus Redux module working and there's only one feature I miss that I really expected. I thought I would be able to select an image for all option combinations.

For example, let's assume we had a product with two Size Options, Small and Large; and two Color Options, White and Black. What I expected was that a "grid" would be generated after all options were entered and an image could be assigned for all option combinations. In this case the option grid would look like:

Small-White image-small-white.png
Small-Black image-small-black.png
Large-White image-large-white.png
Large-Black image-large-black.png

Without this capability I'm limited to having two product entries for the same product, Small and Large, and then assigning a White/Black color option for each entry. Given hundreds of products with multiple options this greatly clutters up the store with the same basic product entered numerous times so pictures of all options can be displayed.

Programatically this could be accomplished by entering all options and then implementing a "Generate" button to create the grid. This would allow not only images to be entered for all combinations, but anything else combination specific like Cost, Price, etc.

If this could be done it would be the Mod of the century as far as I'm concerned! And it's already pretty darn awesome ...

And of course if anyone already knows how to do this please let me know.
If I understand what you require, the only add-on that provides this is Product Attribute Pictures.
You can view an example of how it works on a site I am currently building by clicking the link below:
http://900pixels.com/mediscrubs.com.au/ ... duct_id=58

Active Member

Posts

Joined
Tue Dec 08, 2009 1:36 pm

Post by hex » Fri Jun 03, 2011 4:51 pm

Hi Qphoria - I need your plugin though I'm running the latest OpenCart 1.5 - is your plugin compatible?

hex
Newbie

Posts

Joined
Fri Jun 03, 2011 4:44 pm

Post by Qphoria » Fri Jun 03, 2011 9:59 pm

no

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by aaron1988 » Sun Jun 05, 2011 2:04 am

hey i have jquery 1.5.2 on my site as thats what my tabs is using but the Options Plus Redux doesnt work as when you try and change the drop down to see the image you choose nothing happens

Regards,
Aaron

EDIT: as options plsu redux seems to work only for jquery 1.3.2 :(

Active Member

Posts

Joined
Thu Jan 27, 2011 10:03 am

Post by chrisando » Tue Jun 14, 2011 1:40 pm

I am using the latest version of your mod, with open cart 1.49. Also with a custom theme.

I have two issues.

> Items will not stay in the cart when the mod is active. If i refresh or leave the page, the item disapears from the cart.

> When clicking, 'Add To Cart' when an option is not selected "Please Choose...", it gives an error, but still adds to cart regardless.

Website at: http://chrisando.com/~wedding2/

Any ideas?

Newbie

Posts

Joined
Wed Nov 03, 2010 5:26 pm

Post by Qphoria » Tue Jun 14, 2011 10:07 pm

This has nothing to do with my mod. The issue you are having is due to you using 2 urls in your store
You start at chrisando.com but redirect to ip address. This means the session for your domain isn't carried over. This is just how sessions work in the web world... one session per domain unless you pass the session over, which opencart 1.4.x doesn't do, which is why things like shared ssl won't work

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by chrisando » Wed Jun 15, 2011 11:19 am

Thanks for the reply.
Even if you start and stay on the http://111.118.165.226/~wedding2 domain, it has the same issue.
If i disable the options_plus_redux_vqmod.xml file, this issue stops. Items will remain in the basket.

also what are your thoughts on:

> When clicking, 'Add To Cart' when an option is not selected "Please Choose...", it gives an error, but still adds to cart regardless.

Newbie

Posts

Joined
Wed Nov 03, 2010 5:26 pm

Post by Qphoria » Wed Jun 15, 2011 11:25 am

chrisando wrote:Thanks for the reply.
Even if you start and stay on the http://111.118.165.226/~wedding2 domain, it has the same issue.
If i disable the options_plus_redux_vqmod.xml file, this issue stops. Items will remain in the basket.

also what are your thoughts on:

> When clicking, 'Add To Cart' when an option is not selected "Please Choose...", it gives an error, but still adds to cart regardless.
Some sites have issues with sessions. The mod is passing the session from php to javascript which should be no problem, but you are one of the unlucky that has the issue with session passing on your site, even inside your own domain. So the values being set are ending up null and that is causing your issues. I will have to think of an alternative method.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by hex » Fri Jun 24, 2011 9:06 pm

What's your timeline for making this compatible with OC 1.5?

hex
Newbie

Posts

Joined
Fri Jun 03, 2011 4:44 pm

Post by Qphoria » Fri Jun 24, 2011 9:55 pm

It will never be compatible with 1.5.x
OPR is 1.4.x only
1.5.x is a completely different design and will require a completely new mod for these features. I think I'll end the "Options Plus" brand and move on to something like "Options XP" :P

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by lokust » Fri Jun 24, 2011 10:03 pm

Oh bugger. I really need the unique SKU per product option feature included in REDUX.
I'm surprised this hasn't made it into the core yet. Seems like a valid requirement.

Newbie

Posts

Joined
Fri Jun 24, 2011 9:26 pm

Post by jdeleon » Thu Jul 07, 2011 6:35 am

Hello,

I have the original Options Plus module and it worked great. The only issue was its compatibility with the Import/Export tool. I have came across this mod and now it's compatible with the Import/Export tool, which is exactly what I'm looking for!

My only concern is this - will I have to re-enter all the product options that I have in Options Plus? I understand that installing this new mod requires to uninstall the previous version of Options Plus, so would that mean I have to re-enter all that information? There is a large amount of products on my client's website already, and my client wants to add more products/categories, and using the Import/Export tool would be the most efficient way to do this.

Any kind of feedback would be greatly appreciated :)

New member

Posts

Joined
Tue Jan 11, 2011 1:23 pm

Post by Qphoria » Thu Jul 07, 2011 6:36 am

jdeleon wrote: My only concern is this - will I have to re-enter all the product options that I have in Options Plus?
No. The database tables have not changed and will not be affected.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by yirutsi » Fri Jul 08, 2011 10:21 pm

Hi,
I have opencart 1.4.9.5. Recently, I have installed OptionsPlusRedux_OCv149.5. I have followed all the instruction and I have got the successful message for redux, and vqmod. Everything looks to be fine, but it does not work. The image does not change when I select the different colors for the product, and I do not get any error. I would appreciate any guess about this. I am about to give up in this functionality because of the little support in this new applications.
Thank you so much for any help.
PS.I have created two example products called: prueba and prueba2. Please follow the next link to the store=>http://yaisurisalamanca.com/cart/Men-designs/size-10. I am working in a folder called: cart that is in the root of the domain with a theme called: fcbag_theme.

Newbie

Posts

Joined
Fri Jul 08, 2011 10:11 pm

Post by Qphoria » Fri Jul 08, 2011 10:34 pm

yirutsi wrote:Hi,
I have opencart 1.4.9.5. Recently, I have installed OptionsPlusRedux_OCv149.5. I have followed all the instruction and I have got the successful message for redux, and vqmod. Everything looks to be fine, but it does not work. The image does not change when I select the different colors for the product, and I do not get any error. I would appreciate any guess about this. I am about to give up in this functionality because of the little support in this new applications.
Thank you so much for any help.
PS.I have created two example products called: prueba and prueba2. Please follow the next link to the store=>http://yaisurisalamanca.com/cart/Men-designs/size-10. I am working in a folder called: cart that is in the root of the domain with a theme called: fcbag_theme.
lol little support? This is the first time you even bothered to ask for help.
I took a look and don't see the javascript code in the source, which means that vQmod couldn't match the line it needs to automod the file. Check the vqmod.log file to see what the issue is. Looking at the theme, it looks to have significant changes that will likely need some minor tweaking to work.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by yirutsi » Sat Jul 09, 2011 12:43 am

Hi,
Thank you for your soon response.
I have been searching for the log file, and It seems I do not have it. Please give me a clue where can I find it. I understand it is not calling the javascript, so how can I match the vqmod with the javascript? which are the core files to work on? what line? Also, I found a javascript code that was comment in options_plus_redux_vqmod file. I took the comments out but it did not make any change:

<!--
function addBatchOption() {
$('#batchoption_product :selected').each(function() {
$(this).remove();

$('#batchoption option[value=\'' + $(this).attr('value') + '\']').remove();

$('#batchoption').append('<option value="' + $(this).attr('value') + '">' + $(this).text() + '</option>');

$('#product_batchoption input[value=\'' + $(this).attr('value') + '\']').remove();

$('#product_batchoption').append('<input type="hidden" name="product_batchoption[]" value="' + $(this).attr('value') + '" />');
}); ...
....
.....
Also, I tried manual/no manual installation of the vqmod, and this is all fine. http://www.yaisurisalamanca.com/cart/vqmod/install/

I'd appreciate any help in normal human language since I am dummy webmaster.
Thanks =)

Newbie

Posts

Joined
Fri Jul 08, 2011 10:11 pm

Post by lokust » Mon Jul 11, 2011 12:48 pm

Hi Qphoria,

I've got a question regarding SKU management in REDUX:

If a product has more than one option, for example, color & size - how does your module manage the SKU's? Are both used?

Newbie

Posts

Joined
Fri Jun 24, 2011 9:26 pm

Post by Qphoria » Mon Jul 11, 2011 7:28 pm

Yes.

Product A (sku: 234)
= Color:Red (sku: 567)
= Size: Med (sku: 897)

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 3 guests