Page 1 of 1
Search found 3 matches
Re: How to remove "Step 4: Delivery Method" from checkout pa
Here's what worked for me on version 2.3.x In my theme, on checkout.tpl, I added 'style="display: none;"' to the panel section for shipping method. Like this: <div class="panel panel-default" style="display: none;"> <div class="panel-heading"> <h4 class="panel-title"><?php echo $text_checkout_shippi...
Jump to post- Fri Nov 11, 2016 9:00 am
- Replies 23
- Views 28408
New URLs needed for Converge/Elavon/Virtual Merchant ext.
We use the Converge / Elavon / Virtual Merchant - myvirtualmerchant.com extension by Robert Mullaney. While testing to be sure that our cart would still work on Nov. 1st after the SHA2 switch, I discovered that we are supposed to be submitting the data to a url other than the one used by the extensi...
Jump to post- Fri Nov 04, 2016 4:27 am
- Replies 0
- Views 1180
Re: [vQmod] - Force Login/Register to see site (1.5.x only)
I'm a little late to this party, having only just now updated from 1.5.x to 2.x, but for this vQmod to work with opencart 2.x, you need to change line 36 from $this->redirect($this->url->link('account/login', 'SSL')); to $this->response->redirect($this->url->link('account/login', 'SSL')); Many thank...
Jump to post- Thu May 28, 2015 11:31 pm
- Replies 47
- Views 50511
Search found 3 matches