Page 1 of 1
Search found 4 matches
Re: weight based shipping slight alteration
Replace the line
Code: Select all
'title' => $result['name'] . ' (' . $this->language->get('text_weight') . ' ' . $this->weight->format($weight, $this->config->get('config_weight_class_id')) . ')',
Code: Select all
'title' => $result['name'],
- Tue Jul 21, 2015 3:39 am
- Replies 9
- Views 931
Re: SEO URLs for contact, checkout etc
Thanks, got it working now
- Tue Jul 21, 2015 3:35 am
- Replies 2
- Views 1089
SEO URLs for contact, checkout etc
Hi All, I'm working on my first Opencart project and I'm trying to make the urls with ?route= a bit nicer such as /index.php?route=checkout/cart becoming just /cart I've added some rows to the url_alias table and if I go directly to /cart it works but I'm trying to work out how to generate the links...
Jump to post- Tue Jul 21, 2015 1:38 am
- Replies 2
- Views 1089
Re: [RELEASED] Override Engine for OpenCart
Hi, First of all, thanks for your extension. I'm a PHP Developer and find it much more logical than using vQmod. I've come across a possible bug although it may be me using it wrong. My custom admin template won't override the default one and I've narrowed it down to the Factory class loadView metho...
Jump to post- Mon Jul 13, 2015 3:58 am
- Replies 320
- Views 292364
Search found 4 matches