Page 1 of 1
Search found 5 matches
Re: Tooltip at frontend
see solution in next post ..
Jump to post- Tue Nov 11, 2014 8:10 pm
- Replies 9
- Views 3667
Re: Modules not adjusting for Left/Right
I had the same issue and it is because of: <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> in for example "latest.tpl" If the the module is shown in the left or right column it should be <div class=col-lg-12 col-md-12 col-sm-12 col-xs-12"> To show the module at any place I changed it to: <div cla...
Jump to post- Wed Oct 29, 2014 5:05 am
- Replies 17
- Views 6416
Re: 1.5.1.3 Checkout problem site live
for a quick solution I took out the checkbox: <?php if ($shipping_required) { ?> <input type="checkbox" name="shipping_address" value="1" id="shipping" checked="checked" /> <label for="shipping"><?php echo $entry_shipping; ?></label> <br /> <?php } ?> at: catalog->view->theme->your_theme->template->...
Jump to post- Tue Sep 18, 2012 5:05 pm
- Replies 6
- Views 306
Re: 1.5.1.3 Checkout problem site live
Same problem. It happens only when a new customer registers. Leaving checkout after receiving the error message shows the customer registered and checkout works perfectly from now.
Possibly an error with: $this->session->data['shipping_methods']
- Tue Sep 18, 2012 12:13 pm
- Replies 6
- Views 306
Re: inkl. MwST. und zzgl. Versandkosten
Kleine Änderungen in den Sprachdateien und den Templates ändern die Anzeige.
Jump to post- Sat Nov 12, 2011 4:51 pm
- Replies 8
- Views 2881
Search found 5 matches