When I choose the save for later or remove item option, I get a 404 error.

Comments

cyu’s picture

Hmm...what version of Ubercart are you using? I'll see if I can duplicate the problem on a fresh install.

cyu’s picture

I think the problem might be that this module doesn't currently with with clean-urls disabled. I'll fix that up.

cyu’s picture

Status: Active » Fixed

Taken care of by using the l() function here http://drupal.org/cvs?commit=128213

jumonjii’s picture

Works great now!

Would be better if it used checkboxes like the "remove" option.

Could have 2 columns of check boxes, one for REMOVE, one for SAVE TO LATER.

Would like to see it permenently save though. We have customers that reorder the same things. Would save time.

cyu’s picture

jumonjii: A problem with the two checkboxes would be the titles at the top. If the headers said "remove" and "save for later" it would either take up too much space or look odd with word wrapping. This is why I went with the two links. Those links can be themed though if you'd like to replace them with buttons or something nicer.

For the cart re-order, you might want to check out http://www.ubercart.org/contrib/3734

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.