Jump to content

Product options empty


Guest PsychoBT

Recommended Posts

Guest PsychoBT

My shop does not add product option in the order.

In the cart everything shows up like it should:

2011-10-27_153307.png

But when a costumer have checked out, this is what the adminsite is showing:

2011-10-27_153531.png

As you can see it adds something, like empty spaces, but not the correct information.

CAN ANYONE HELP ME?

Link to comment
Share on other sites

Make sure the skin you are using was designed/developed for the version of CubeCart you are using. Product options was one area that changed over the course of the upgrades.

Test it with a shipped skin, ie one of the skins supplied with your installation of CubeCart.

Link to comment
Share on other sites

Guest PsychoBT

This was the reason:

file: includes/content/cart.inc.php

LINE

$basket = $cart->setVar(htmlentities(stripslashes($plainOpts),ENT_QUOTES,'UTF-8'), 'prodOptions', 'invArray', $i);

CHANGED TO

$basket = $cart->setVar(htmlentities(stripslashes($plainOpts),ENT_QUOTES), 'prodOptions', 'invArray', $i);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...