Re: Request a shipping quote for certain geo zones
How do you handle adding the price of the shipping to the order?
Jump to post- Wed Feb 13, 2013 9:38 pm
- Replies 5
- Views 1014
Re: Edit order shipping cost
Yeah I understand that, it's just I'd like to add a shipping method that can be changed at this point in the order process. Think of it as per order shipping fee. Example: Customer places the order Is notified they'll need a shipping quote Merchant gets shipping quote Merchant updates the order with...
Jump to post- Sun Jan 27, 2013 10:34 pm
- Replies 4
- Views 291
Re: Edit order shipping cost
Just tried it on the demo site, I goto edit an order and I can change the shipping method, but I can't change the price of the total
Jump to post- Sat Jan 26, 2013 5:33 pm
- Replies 4
- Views 291
Edit order shipping cost
Is it possible to edit the order total of a shipping method, e.g. To update an order following a shipping quote
Jump to post- Fri Jan 25, 2013 7:06 am
- Replies 4
- Views 291
Re: Quote Request Shipping
Sorry to bring up an old thread but how would you go about changing the cost of the shipping module?
I can successfully change the shipping method, but not the cost of it. Would you have to create multiple shipping methods for each price?
- Sun Jan 20, 2013 2:18 am
- Replies 2
- Views 217
Re: Parcel 2 Go Shipping module
Anyone found a solution to this?
Jump to post- Tue Sep 04, 2012 3:09 am
- Replies 16
- Views 5146
Re: OPENCART 1.5.x and Varnish
What's your varnish config? How are you determining if a user is logged in or not?
Jump to post- Sun Sep 02, 2012 4:27 pm
- Replies 3
- Views 1909
Re: Request a shipping quote for certain geo zones
Would you consider releasing this mod?
Jump to post- Mon Dec 12, 2011 9:23 pm
- Replies 5
- Views 1014
Re: How to replace Opencart Search with Google Custom Search
Anybody know how to integrate the custom search form into the existing opencart search field?
Jump to post- Wed Nov 09, 2011 8:45 pm
- Replies 10
- Views 3279
Re: Google Analytics Ecommerce Tracking
It dosen't seem to, I guess I put here? if (isset($this->session->data['order_id'])) { // set it $this->data['orderDetails'] = $this->model_checkout_order->getOrder($this->session->data['order_id']); // continue clearing $this->cart->clear(); unset($this->session->data['shipping_method']); unset($th...
Jump to post- Sun Jan 30, 2011 5:46 pm
- Replies 139
- Views 99199
Re: Google Analytics Ecommerce Tracking
I followed the instructions but OrderDetails was undefined, do any changes need to be made in the success controller?
Jump to post- Sun Jan 30, 2011 4:35 pm
- Replies 139
- Views 99199
Re: Google Analytics Ecommerce Tracking
The success controller unset's it all... http://forum.opencart.com/viewtopic.php?f=20&t=23267
How do you set $orderDetails or $orderProducts?
- Fri Jan 07, 2011 4:48 am
- Replies 139
- Views 99199
Postcode AJAX request
What is the following postcode AJAX request for? Found in address.tpl $('#postcode').load('index.php?route=checkout/create/postcode&country_id=<?php echo $country_id; ?>'); Is the idea it returns false for countries that don't have it and the postcode field is hidden? My install returns a 404 on thi...
Jump to post- Sun Dec 19, 2010 1:23 am
- Replies 2
- Views 499
Re: Images not updated
Wow I feel stupid, wasn't changing the image in the Data tab. I think I'll be renaming the Image tab to "Additional Images".
Was playing around with image config (hosting on a images on a separate domain) and was convinced it was something I was doing
- Wed Dec 15, 2010 2:05 am
- Replies 2
- Views 475
Images not updated
Not sure what I've managed to do here but I can edit images in the admin section. Once I click save and go back to the list of products the image has reverted to the default "no_image" file.
It's not updated the database, yet, if I edit the product again it's remembered the image I selected?!?
- Tue Dec 14, 2010 3:34 am
- Replies 2
- Views 475
Auto complete on search
I'm a front end developer and would like to contribute a auto complete extension. I'm quite new to MVC and I'm happy with the Javascript to do this, but not sure how to go about getting the data. All I need is a url to submit a query to a page, that returns JSON. e.g. autocomplete.php?q=pro I think ...
Jump to post- Thu Dec 09, 2010 6:07 am
- Replies 1
- Views 1076
Re: URL Alias if SEO Keyword is not set?
I think I can replicate this now, I do a fresh install. Delete a record from the url_alias table, e.g. Mac Clear cache in system/cache Refresh opencarttest/desktops/ The URL of the Mac category is now / ('opencarttest/desktops/') Is there another cache I need to clear? Or can I not delete records fr...
Jump to post- Tue Nov 16, 2010 3:04 am
- Replies 7
- Views 1280
Re: URL Alias if SEO Keyword is not set?
Ok I've been reading through the controller & model code and it all seems really simple and independent in terms of the db. So I think my db is ok.
Is it possible that an issue with the .htaccess file could break the functions that request, like when it tries to get the url_route?
- Fri Nov 12, 2010 4:21 pm
- Replies 7
- Views 1280
Re: URL Alias if SEO Keyword is not set?
After more testing I've found that once I set a categories seo keyword, any sub categories belonging to that category inherit the same url
Is this a known issue? I'm using 1.4.9.1
- Fri Nov 12, 2010 3:31 am
- Replies 7
- Views 1280
Re: URL Alias if SEO Keyword is not set?
Tried emptying the url_alias table in phpmyadmin on a test version of the site and that fixed it. I can now safely recreate SEO urls.
I'm not sure of the relationships on this table, is this fix safe?
- Thu Nov 11, 2010 9:31 pm
- Replies 7
- Views 1280