Search found 5 matches

Page 1 of 1

Search found 5 matches

Re: [vQmod] Banner Images Sort Order Fix OC 1.5.1.1

Re: [vQmod] Banner Images Sort Order Fix OC 1.5.1.1
by Lisaweb » Tue Nov 06, 2012 6:33 pm

I am using this - and it works great!

http://www.opencart.com/index.php?route ... on_id=8246

Plus, it's free! :-)
thanks

Jump to post
  • Sat Mar 16, 2013 2:42 am
  • Replies 11
  • Views 10624
Re: seo url's not working on xampp

#uncomment from httpd.conf below and rename .htaccess.txt to .htaccess

Code: Select all

LoadModule rewrite_module modules/mod_rewrite.so 

Jump to post
  • Sun Jan 27, 2013 3:58 am
  • Replies 15
  • Views 8983
Re: Create tables

Code: Select all

 public function index() {

		$this->install();

}

  	public function install() {
             //TODO: work to be done...


  	}

Jump to post
  • Fri Jan 18, 2013 4:08 am
  • Replies 3
  • Views 6029
Re: Set Flat-rate shipping as default shipping.

shows with out needing a refresh. 1. EDIT: /catalog/model/total/sub_total.php 2. FIND: // Calculate Totals 3. BEFORE, ADD: // Default to Flat Rate Shipping if (!isset($this->session->data['shipping_method'])) { $this->load->model('shipping/flat'); $quote = $this->model_shipping_flat->getQuote(array(...

Jump to post
  • Tue Dec 25, 2012 5:21 am
  • Replies 7
  • Views 2016
Re: Set Flat-rate shipping as default shipping.

refresh the cart page (not it should show)
Have you resolved the refresh issue?

Jump to post
  • Tue Dec 25, 2012 4:46 am
  • Replies 7
  • Views 2016

Page 1 of 1

Search found 5 matches