Jump to content


Corporate Sponsors


Latest News: (loading..)

Johnatan

Member Since 22 Jan 2004
Offline Last Active Feb 03 2012, 07:41
-----

Posts I've Made

In Topic: [Contribution] OPI: OsC Product Image Module

15 January 2012, 22:38

I'm using this addon for a few month and now I reached a BIG problem for my site...

In admin section when I edit product there is no picture show for that product. But in main categories/products listing I see picture.
So, If I changing some text of my prodtcs and click on SAVE, picture dissappear. If I upload new picture (but I can't do that for 1000 products) with OPI everything is OK.

Please HELP ASAP

thnx
J.

In Topic: [contribution] Total B2B

03 January 2012, 21:19

Hi to all,

I have installed TotalB2B and featured products.
Please if someone know how to bypass customer discount on featured products like as on specials.

Let me explain....

I choose some product to be my fetaured products, and I give for some customer for example 10% on manufacturer A. Two of my featured products are from manufacturer A, and I don't want to discount these two products.

Please I need advice or resolution ASAP.

thnx

In Topic: [Contribution] OPI: OsC Product Image Module

12 October 2011, 20:02

Hi Parikesit,

thnx or useful add-on, I like it very much.
I'll use it on my new shop, but I need your help (advice).
I don't have all pictures, but path to it exist in database.
Before I used Easy-no-picture addon to shows, if I don't have image (there is no file in images dir) shows default image "nopic.jpg".

here is the code:
catalog/includes/functions/html_output.php
////
// The HTML image wrapper function
if ( (empty($src) || ($src == DIR_WS_IMAGES)) && (IMAGE_REQUIRED == 'false') ) {
$src=DIR_WS_IMAGES.'nopic.jpg';
//no image url when you upload the product.
}
//for what`s the url like :'images/aa/'
if(!file_exists($src)||strlen(strstr($src,"."))<=0){
$src=DIR_WS_IMAGES.'nopic.jpg';
}
//over

When I instaslled your contrib, everything is fine but only in product_info.php page nopic.jpg appears instead of image until you click on it to increase

Do u have some advice

greeting from croatia
J.