Search found 14 matches

Page 1 of 1

Search found 14 matches

Re: [1.4.2] Removed the url class? Anymore unnecessary changes?

I'm actually running a live cart on 1.4.0, and I'm not going to upgrade because if I do, all the customisations I've made to make the cart actually work, will be lost.

This is what happens when you follow a hideously broken upgrade scheme, and will be the first thing that drives away potential users.

Jump to post
  • Sun Mar 14, 2010 2:01 pm
  • Replies 104
  • Views 33388
Re: [1.4.0] [FIX] 2checkout module

Haha oh I am indeed a clown, I've got an .htaccess file running till we open the site.

Sorry to be such a bother, looks like it'll be fine!

Jump to post
  • Wed Mar 10, 2010 11:17 pm
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

I have applied that, although I had to apply the diff manually :/ Here is what the block looks like: // Router if (isset($request->get['route'])) { $action = new Action($request->get['route']); } else if (isset($request->post['route'])) { $action = new Action($request->post['route']); } else { $acti...

Jump to post
  • Wed Mar 10, 2010 10:19 pm
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

There is this line in the access log: 64.128.185.196 - - [10/Mar/2010:07:36:36 -0600] "POST /cart/index.php HTTP/1.1" 401 - "-" "2Checkout.com-purchase libwww-perl/5.814" That IP is a 2checkout IP. It seems to be posting to the wrong URL, however the correct URL is bein...

Jump to post
  • Wed Mar 10, 2010 9:40 pm
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

Thanks, that was correct. It seems to be working now, however the 2CO page doesn't redirect back to the shopping cart now, and no order is made. Are you sure no return url needs to be set anywhere? Have you set "Direct Return" to "Immediately returned to my website"? Yes. Could ...

Jump to post
  • Wed Mar 10, 2010 8:52 am
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

Thanks, that was correct. It seems to be working now, however the 2CO page doesn't redirect back to the shopping cart now, and no order is made. Are you sure no return url needs to be set anywhere?

Thanks again

Edit: I'm in demo mode if that makes a difference.

Jump to post
  • Wed Mar 10, 2010 8:46 am
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

Parameter Error A parameter error was encountered when attempting to process this sale. Please notify the supplier so that this can be resolved as soon as possible. Sometimes when i submit it the URL is the POST string from the cart, while other times it's just "https://www.2checkout.com/2co/bu...

Jump to post
  • Sun Mar 07, 2010 11:50 pm
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

He posted the 1.4.0 fix above, although I thought you said it was already fixed? :V

This module is currently the one thing between me and a working shopping cart :/

Jump to post
  • Sun Mar 07, 2010 10:35 pm
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

I'm still getting a parameter error when submitting to 2CO.

I'm not really sure what's going wrong...:(

Is there a way of debugging the param url so that I can find the problem?

Jump to post
  • Sun Mar 07, 2010 9:40 pm
  • Replies 51
  • Views 14544
Re: [1.4.0] [FIX] 2checkout module

So is this currently functioning? I foolishly chose 2Checkout thinking it would work with the integrated plugin, and now that I've applied the patches I need to do some testing. Also question regarding 2CO, is it necessary to have all products entered into 2CO as well as OC? My cart will be used for...

Jump to post
  • Sun Mar 07, 2010 8:40 pm
  • Replies 51
  • Views 14544
Re: Template not using my custom stylesheet?

You are indeed a comical fellow. Well done.

Jump to post
  • Fri Jan 29, 2010 9:01 pm
  • Replies 4
  • Views 1345
Template not using my custom stylesheet?

So I was removing the right hand modules from my OC install, and no matter what I tried, the middle content would refuse to stretch over. I discovered that the reason for this is because OC wasn't using my custom stylesheet, it was still using the default stylesheet, even though it was quite clearly...

Jump to post
  • Fri Jan 29, 2010 4:17 pm
  • Replies 4
  • Views 1345
Re: How to hide right hand sidebar if on homepage?

This should fix it.

#content {
margin-left: 190px;
margin-right: 0px; /* Changed from 190px to remove right sidebar */
margin-bottom: 10px;
}

Jump to post
  • Fri Jan 29, 2010 3:58 pm
  • Replies 16
  • Views 12669

Page 1 of 1

Search found 14 matches