Setting Store Tax and Chamber of Commerce -number
Changes for settings of your store version O.C. 1.4.7:
It put your Store tax number and chamber of commerce number in your store and put it in your Invoices.
Just upload the files on a clean install, if you made changes in those files just merge them.
Languages English and Dutch
- Thu Apr 22, 2010 4:26 pm
- Replies 13
- Views 3617
Re: Kleuren aanpassen in standaard template
De balk met tab is een Images.
Gebruik firefox met web developer om je css te bewerken
- Thu Apr 22, 2010 3:11 pm
- Replies 3
- Views 2908
Re: Free Shipping if order higher than $100.00
Thanks a lot it works great
Jump to post- Tue Apr 13, 2010 4:17 am
- Replies 47
- Views 32493
Re: Free Shipping if order higher than $100.00
Ok thanks, but i think it has to by 1. EDIT: catalog/model/shipping/flat.php 2. FIND: if (!$this->config->get('flat_geo_zone_id')) { $status = TRUE; } elseif ($query->num_rows) { $status = TRUE; } else { $status = FALSE; } 3. below, ADD: if ($this->cart->getSubtotal() > $this->config->get('free_tota...
Jump to post- Mon Apr 12, 2010 10:45 pm
- Replies 47
- Views 32493
Re: Free Shipping if order higher than $100.00
Thanks for the fast reply. Maybe I was not clear enough. But what I want is above $ 100 free shipping and still pickup at store. And flate rate not visible. When I install those 3 shipping methods and the amount is above 100 it still shows al 3 With the code it is going directly to the payment optio...
Jump to post- Mon Apr 12, 2010 9:42 pm
- Replies 47
- Views 32493
Re: Free Shipping if order higher than $100.00
I am using 1.4.6 and I put this code //Q: If this free shipping is available, override all other shipping modules and force this one. $this->session->data['shipping_method'] = $quote_data['free']; $this->session->data['comment'] = ''; $this->response->redirect(HTTPS_SERVER . 'index.php?route=checkou...
Jump to post- Mon Apr 12, 2010 8:42 pm
- Replies 47
- Views 32493