Page 1 of 1
Search found 15 matches
Re: Blog Module
Are there any barriers to using this with OpenCart v1.3.2?
Jump to post- Fri Feb 19, 2010 3:16 am
- Replies 16
- Views 11232
Re: Change theme based on domain name
No. This doesn't touch the db at all.
Jump to post- Thu Feb 04, 2010 11:28 am
- Replies 5
- Views 2681
Re: Change theme based on domain name
I think I may have found a solution to this... In system/library/config.php I've changed: public function get($key) { return (isset($this->data[$key]) ? $this->data[$key] : NULL); } to public function get($key) { if ($key == 'config_template') { if ($_SERVER['HTTP_HOST'] == 'example.com') { $usetemp...
Jump to post- Thu Feb 04, 2010 7:56 am
- Replies 5
- Views 2681
Change theme based on domain name
How can I change themes based on the domain name used? Is there any way for me to change config_template on the fly, based on the URL? I've found $this->template = $this->config->get('config_template') . 'common/layout.tpl'; and know that this is set within the Admin settings. How would I go about o...
Jump to post- Wed Feb 03, 2010 9:02 am
- Replies 5
- Views 2681
Re: Does OpenCart support multi-shop?
I'm attempting something similar, although less complex. I have two domains that are both hosted on the same account. One is currently running as a retail store, and I'd like the other to use the same templates, same modules, same database, same OpenCart base for wholesale. So foo-retail.com is the ...
Jump to post- Wed Feb 03, 2010 7:28 am
- Replies 77
- Views 45218
Export sales reports to CSV or Excel?
Is it possible to export sales reports to CSV or Excel? I've hunted around for a module but haven't found one.
Jump to post- Wed Dec 30, 2009 5:37 am
- Replies 1
- Views 1499
Add special to multiple products at once?
Is it possible to add a Special to multiple products at once, or possibly add it to a category?
We have two categories that need special pricing, each with a large number of products that make it nearly impossible to add special prices manually to each.
- Wed Dec 02, 2009 2:28 am
- Replies 0
- Views 405
Re: watermark
Wow, I'll just remove the cache. Great - thank you.
Exactly. Jump to postacidline wrote:isn't a watermark, with a right click, I can backup the image without the watermark, I think it's a bad ideaand to do so with an actual watermark rather than just a div overlay
- Wed Nov 25, 2009 12:39 am
- Replies 56
- Views 34270
Re: watermark
I've just enabled watermarks and they are working, but the system already had a few thousand products entered. Is it possible to watermark existing images, and to do so with an actual watermark rather than just a div overlay?
Jump to post- Thu Nov 19, 2009 7:13 am
- Replies 56
- Views 34270
Re: No order after payment
Scratch my last. I wasn't trying the updated PayPal code in this thread because it was listed as being for 1.3.0. I've just dropped it in to my 1.3.2 install and it's working. Is it possible to add the updated PayPal Standard module to the Contributions section of the site? It would make things a lo...
Jump to post- Wed Nov 04, 2009 7:29 am
- Replies 81
- Views 37594
Re: No order after payment
Looks like I'm having this same issue running 1.3.2 PayPal is doing its thing and orders are appearing there, but every order is dropped under Missing Orders in OpenCart. I've traced it back to inside the callback function in pp_standard.php at: if ($order_info) { which is returning false. So neithe...
Jump to post- Wed Nov 04, 2009 7:12 am
- Replies 81
- Views 37594
Re: Backup from local server and restore in live
Quick question - when using this to Restore, does it merge data or overwrite?
Jump to post- Thu Sep 24, 2009 1:55 am
- Replies 9
- Views 3836
Possible to add entire category as related?
Using the latest version (1.3.2), is it possible to set an entire category as "related" in the admin? My client has about 3,000 products and multiple categories. When adding products, setting each related product individually is rather tedious, and they'd like to be able to set an entire c...
Jump to post- Wed Aug 26, 2009 3:30 am
- Replies 0
- Views 514
Re: Payment page error, cannot load paypal model
Just posting this for later reference:
Look in the "extension" table, delete the row with type "payment" and key "paypal". Then in your OpenCart control panel, click install for the PayPal module. The db entry will change to pp_standard and will work.
Thanks Leon!
- Thu Aug 20, 2009 2:21 am
- Replies 4
- Views 1766
Bulk Insert Products?
I have a client with 3,000 products. We're trying to avoid having to add them one at a time via the OpenCart admin. I've tried using the Export/Import module (http://www.opencart.com/index.php?route=contribution/contribution/info&category_id=1&contribution_id=198) but it fails miserably. Is ...
Jump to post- Tue Aug 18, 2009 9:39 am
- Replies 0
- Views 532
Search found 15 matches