Page 1 of 1
Search found 9 matches
DB: indices on tables
I looked at the database tables and I was *shocked*! This is unforgivable in my book.
There are almost no indices on the columns! WTF?!
- Wed Dec 19, 2012 8:50 pm
- Replies 0
- Views 196
Re: SOLVED Remove Flat Rate shipping when Free Shipping is a
komodosp is right, that's the perfect solution. I used vQmod like this: <file name="catalog/model/shipping/flat.php"> <operation> <search position="before"><![CDATA[ if ($status) { ]]></search> <add><![CDATA[ if ((float)$this->cart->getTotal() >= $this->config->get('free_total'))...
Jump to post- Wed Oct 17, 2012 5:37 am
- Replies 13
- Views 20089
Re: Looking for quote for custom extension
Sent...
Jump to post- Fri Sep 07, 2012 7:02 pm
- Replies 6
- Views 2126
Re: Looking for quote for custom extension
My inbox is empty :-/...
Jump to post- Fri Sep 07, 2012 6:20 pm
- Replies 6
- Views 2126
Re: Looking for quote for custom extension
I am also interested in this. Can you tell me more about it?
Jump to post- Fri Sep 07, 2012 2:10 am
- Replies 6
- Views 2126
Re: Where does OC get image size for a banner?
I guess my search in the project ignored this file (probably has some non-text extension or no extension at all). Thanks for the answer
Jump to post- Fri Jul 06, 2012 8:05 pm
- Replies 4
- Views 562
Re: Where does OC get image size for a banner?
Great, it's there. But how did I not find it in the DB?! That's so weird.
Jump to post- Tue Jul 03, 2012 6:05 am
- Replies 4
- Views 562
Where does OC get image size for a banner?
If I upload a file top-banner-1.jpg for a banner (under System -> Design -> Banners), OC creates top-banner-1-980x280.jpg , so it's 980px wide. I've searched the database and the whole code for 980 and I've found it in the CSS. Does OC get this number from CSS?! This sounds weird. So where does it g...
Jump to post- Tue Jul 03, 2012 5:41 am
- Replies 4
- Views 562
Overwrite only CSS of default theme
Is it possible to overwrite only the CSS of the default theme? I would like to style a few elements in the admin using CSS, but if I copy the entire default theme it's an overkill (just to change a few elements with CSS I would copy all the template files?!) but if I just edit the default, I think I...
Jump to post- Tue Jul 03, 2012 5:24 am
- Replies 1
- Views 429
Search found 9 matches