Error on vq2-system_library_image.php on line 117
I am getting this weird error for some reason and wonder if anyone has any idea why. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3600 bytes) in /home/web/html/oc/vqmod/vqcache/vq2-system_library_image.php on line 117 And this: system/library/log.php on line 14 Tha...
Jump to post- Wed Sep 17, 2014 11:55 pm
- Replies 0
- Views 511
Re: Customer group prices if logged in
Great thanks
Jump to post- Wed Sep 10, 2014 1:44 am
- Replies 4
- Views 1153
Re: Customer group prices if logged in
So is this just an idea or it can be implemented ?
Jump to post- Tue Sep 09, 2014 4:10 am
- Replies 4
- Views 1153
Solved:Customer group prices if logged in
Im looking to only show the discounted price if a customer group(wholesale) is logged in. Current OC setup is like this: <span class="price-old">$119.50</span> <span class="price-new">$107.75</span> Im looking to achieve this but only for certain logged in customer group: <span c...
Jump to post- Tue Sep 09, 2014 1:52 am
- Replies 4
- Views 1153
Google Merchant/Product Will Not Be Free Anymore
this is going to affect a lot of small shops who dont want to pay Google fees. Looks like by fall will be gone.
http://searchengineland.com/google-prod ... del-122959
- Fri Jun 01, 2012 4:57 am
- Replies 0
- Views 781
Re: Pagination links rel "attribute"
go to /system/library/pagination.php
Look for this occurrences
Code: Select all
<a href="' . str_replace('{page}', $i, $this->url) . '">'
- Fri Apr 20, 2012 9:58 pm
- Replies 8
- Views 3058
Re: Rename index.php
I said you was doing it the wrong way! I just saw you there: http://www.wolfcms.org/forum/topic2067.html ;) Unfortunately, they were unable to help you, then I spent some time testing and coding, and I got it! ;D ;D http://dev.atendimentoti.com.br/opencart/index.php (OpenCart) http://dev.atendiment...
Jump to post- Mon Feb 27, 2012 10:39 pm
- Replies 24
- Views 6724
Re: Rename index.php
im using this cms bit.ly/lDiKbN
Jump to post- Sun Feb 26, 2012 1:11 am
- Replies 24
- Views 6724
Re: Rename index.php
Perhaps we're going about this the wrong way :) Can you explain why you need both apps in the same folder please? Just trying to add a cms because under the same folder there are way to many html pages that need to be inserted into a database. And trying to keep the same url structure without havin...
Jump to post- Sun Feb 26, 2012 12:51 am
- Replies 24
- Views 6724
Re: Rename index.php
Yeah. Renaming both index.php files to ocindex.php, then replace all index.php text across all OC files On a clean 1505 (old yes I know) I get 253 matches over 86 files...so there's quite a few bits to change, but it is possible to do definitely It looks like a quite a few instances to change and m...
Jump to post- Sun Feb 26, 2012 12:34 am
- Replies 24
- Views 6724
Re: Rename index.php
Try this.... (1.5.x ONLY) 1. rename index.php to ocindex.php 2. Edit .htaccess and add to the top: DirectoryIndex ocindex.php 3. Global Replace "index.php" with "ocindex.php" in the opencart "catalog" and "system" folders only, filtering on php and tpl files....
Jump to post- Sat Feb 25, 2012 10:49 am
- Replies 24
- Views 6724
Re: Rename index.php
Yes its 1.5.X
Do I need to change any other occurrences in the library or config ? Or just add the url class and change it in the htaccess
- Sat Feb 25, 2012 1:24 am
- Replies 24
- Views 6724
Re: Rename index.php
It's possible to move/rename sure, but to what end do you want to do so? I have another application in the root directory that has index.php so im trying to either rename the one one from OC or move to another folder. Do I need to change all occurrences where index.php is being if I was to change o...
Jump to post- Sat Feb 25, 2012 1:18 am
- Replies 24
- Views 6724
Re: Rename index.php
It would have been easier if you had told me this form the start instead of trying to give me a lesson in how to use the forum....wasting both of our time
Jump to post- Sat Feb 25, 2012 1:06 am
- Replies 24
- Views 6724
Re: Rename index.php
Of course I tried renaming it and moving to a new folder and it does not work. I figured someone here might have done this already.
Jump to post- Sat Feb 25, 2012 12:47 am
- Replies 24
- Views 6724
Re: Rename index.php
For your info I always search the forum before I post anything...ive used OC long enough to know that. So thanks for showing me how to use google and not contribute to this support forum.
Jump to post- Sat Feb 25, 2012 12:38 am
- Replies 24
- Views 6724
Solved: Rename index.php
Is it possible to rename index.php or move it to a another folder so that its not on the root directory ?
For example change it to oc-index.php
or move it to a new folder /config/index.php
- Sat Feb 25, 2012 12:07 am
- Replies 24
- Views 6724
Re: Setting up OC to use a CDN (images.mysite.com)
I have this tutorial: http://forum.opencart.com/viewtopic.php?f=138&t=40573 But although it is recommended to use a subdomain for images.. it isn't considered a "CDN" since its on the same domain. Due to the way images are auto resized locally, external hosting doesn't really work at ...
Jump to post- Thu Feb 23, 2012 5:49 am
- Replies 17
- Views 7809
Re: Setting up OC to use a CDN (images.mysite.com)
This file basically controls the image resize so I wonder if I modify it here. catalog/model/tool/image.php <?php class ModelToolImage extends Model { public function resize($filename, $width, $height) { if (!file_exists(DIR_IMAGE . $filename) || !is_file(DIR_IMAGE . $filename)) { return; } $info = ...
Jump to post- Tue Feb 21, 2012 11:32 am
- Replies 17
- Views 7809
Re: Setting up OC to use a CDN (images.mysite.com)
Search the forum. I believe someone posted instructions on how to modify .htaccess to use external images. You'll have to create all the different image sizes manually since OpenCart isn't designed for doing this. I have searched but no clear answers found so far. Whats the post title so I can find...
Jump to post- Tue Feb 21, 2012 10:18 am
- Replies 17
- Views 7809