Jump to content

Deleting Product Options CC3/CC4


Guest thimk

Recommended Posts

Perhaps because I have about 3000 products, when I added Product Options thru admin with QuickAssign, I was not allowed to delete any. At first I killed and re-entered chosen products. Most recently, I have used SQL edit of "CubeCart_options_bot".

Find Product ID from store or admin, enter as search term in SQL of that table, then either set option_id and value_id to zero or delete those records entirely.

Of course, this is just a work around pending a cure.

CORRECTION: Must delete those records, not just set to zero, else will see

"Product options must be selected before this item can be added to the basket"

Link to comment
Share on other sites

  • 1 month later...

I had the same problem in CC3, and Allistair fixed it for me. But it looks like it's going to be an issue with CC4 and the old fix won't work, I've opened a ticket on it.

If you want the CC3 fix here it is:

In admin/products/options.php

Please find line 264:

$currentPage = urlencode(currentPage());

Change it so:

$currentPage = urlencode($_SERVER['PHP_SELF']."?".$_SERVER['QUERY_STRING']);

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...