Search found 14 matches

Page 1 of 1

Search found 14 matches

Re: where is this code?

In IE 8.0, I cant view cart.png , inside corner tab. 8)

Jump to post
  • Tue Feb 16, 2010 5:24 am
  • Replies 4
  • Views 770
where is this code?

Hi; in admin page ,there is this "OpenCart © 2009 All Rights Reserved." I need change this. where is code of this? and I need too change "manufacture" to "Artist". at last in public part. where is code of this? I need to edit location of "logo.png". where is c...

Jump to post
  • Mon Feb 08, 2010 9:06 pm
  • Replies 4
  • Views 770
Re: WHERE IS THIS CODE?

Daniel wrote:catalog/view/javascript/
where is define gray or black screen?
where is define image size and white background?

Jump to post
  • Thu Aug 13, 2009 10:18 am
  • Replies 3
  • Views 735
Re: Create image on each rung

Qphoria wrote:change:

Code: Select all

if (!file_exists(DIR_IMAGE . $new_image) || (filemtime(DIR_IMAGE . $old_image) > filemtime(DIR_IMAGE . $new_image)))
To:

Code: Select all

if (!file_exists(DIR_IMAGE . $new_image))
I must attend more. I don't focus on "filemtime". I'm sorry, Excuse me.
thanks.

Jump to post
  • Thu Aug 13, 2009 2:50 am
  • Replies 14
  • Views 2882
WHERE IS THIS CODE?

Hi;
when u click on pic of product (on product page), OpenCart show a black screen and load bar, and then load Image of product.
where is code of this action? ???

Jump to post
  • Thu Aug 13, 2009 2:42 am
  • Replies 3
  • Views 735
Re: Create image on each rung

if the filetime is different, even if it has same name... the image will refresh because its a new image If you upload image1.jpg at 14:00:00 and then upload a different image1.jpg at 14:05:00 the code checks that the file time is newer than the cache file so it knows that the image changed I want ...

Jump to post
  • Tue Aug 11, 2009 10:00 am
  • Replies 14
  • Views 2882
Re: Create image on each rung

I want just check file name, not other specification.
what is the way for this? 8)

Jump to post
  • Tue Aug 11, 2009 9:49 am
  • Replies 14
  • Views 2882
Re: Create image on each process

Even if 10 customers come to the product page. If that page never had a cached image, It will only generate the image for 1 customer. 9 other customers will see the already made image. I understand this.I know it. If you change the image using the same name, it will regenerate.. How? it check file ...

Jump to post
  • Tue Aug 11, 2009 4:33 am
  • Replies 14
  • Views 2882
Re: Create image on each rung

if (!file_exists(DIR_IMAGE . $new_image) || (filemtime(DIR_IMAGE . $old_image) > filemtime(DIR_IMAGE . $new_image))) \system\helper\image.php I think this is not exact code? for example: $filename : hp_1.jpg in cache folder is created : hp_1-500x500.jpg in if not check hp_1-500x500.jpg in cache fol...

Jump to post
  • Tue Aug 11, 2009 3:42 am
  • Replies 14
  • Views 2882
Re: Create image on each rung

I don't think you get it... It does not create several images each time. It only does it one time and then it uses the cached image. It is very clear in that system/helper/image.php file that if it already exists, don't recreate it. OpenCart already does what you want it to do. not exactly!! OpenCa...

Jump to post
  • Tue Aug 11, 2009 3:29 am
  • Replies 14
  • Views 2882
Re: Create image on each rung

Unless you are pulling traffic like Amazon or Ebay;.. but still I highly doubt this would even matter. I despair! :'( why u think this.in every process server must create several image. if I have 3 image for one product and server must create 3 image:=> total size= 200 kB. and site have 100 visitor...

Jump to post
  • Tue Aug 11, 2009 2:59 am
  • Replies 14
  • Views 2882
Re: Create image on each rung

Are you saying you want to "pre-create" all possible sizes so that you don't have to do it later? yes. I want it. by first click on each image of product create all possible sizes is needed. then on later process check this(=Is there all possible sizes in cache folder or Not? ) this actio...

Jump to post
  • Tue Aug 11, 2009 2:27 am
  • Replies 14
  • Views 2882
2Checkout

Hi; I cant find 2Checkout Payment Gateways.How i can use it? pls help me. pls see this link and say me what means? 8) http://www.opencart.com/index.php?route=information/features in table Payment Gateways , ??? 2Checkout is a Payment Gateways. this is a Feature of Opencart but I cant find it! ::) wh...

Jump to post
  • Tue Aug 11, 2009 2:20 am
  • Replies 1
  • Views 1066
Create image on each rung

Hi; When u click on a product; Opencart create various image from original image (120*120, 150*150 , 500*500 and ...) With "if" u can check this image has created or not created. Without "if",by click on a image of product, server has a process, and if u have many visitor then s...

Jump to post
  • Tue Aug 11, 2009 2:16 am
  • Replies 14
  • Views 2882

Page 1 of 1

Search found 14 matches