Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with: Ultrapics Contribution (allinone)


antonie

Recommended Posts

I have installed a rather medium shop abt PC.

Also, i installed Ultrapics + WYSIWYG (all in one) contribution of Lee (MaxiDVD) and STS.

My live shop is http://www.amtech-vn.com/shop/

After moding some codes at /shop/popup_image.php

My code is exactly based on this code:

 

define('IN_IMAGE_SUBDIR','images_big/');

 

// if the big image isn't shown unkomment the next line, and check the path:

// maybe you have to remove '/'. or adjust the path, depends on your configuration

      if (is_file(DIR_FS_CATALOG.'/'.DIR_WS_IMAGES.IN_IMAGE_SUBDIR.$products['products_image'])) {

              $image=DIR_WS_IMAGES.IN_IMAGE_SUBDIR.$products['products_image'];

        }

        else {

              $image=DIR_WS_IMAGES . $products['products_image'];

        }

          echo tep_image($image, $products_values['products_name']);

 

//echo tep_image(DIR_WS_IMAGES.IN_IMAGE_SUBDIR.$products['products_image'], $products_values['products_name']);

 

Now, I want to use Ultrapics again but i cannot compare the difference btw 2 files.

So, i reuploaded the original popup_image.php to my host after viewing the difference btw 2 original files with my files (product_info.php, /admin/categories.php ...) --> no difference among them.

In admin area, i cannot see 2 kinds of pic: medium, large.

when browsing a product, the enlarge function doesnot work properly.

 

My shop now is using my code above.

I wanna use the contribution of Lee. Only with the Ultrapics mod.

May i get some advises?

 

 

 

Sincerely,

Link to comment
Share on other sites

  • 3 months later...

I use HTML editor+Ultrapics by MaxiDVD.

The problem is i couldnt load the additional images on products info.

If i click on the enlarge button, i only see the original picture (the picture that i put it above the additional images --> different pics but the same popup ones).

 

PLZ help me!

 

Contact me soon here or my email [email protected]

Live demo site: www.amtech-vn.com/shop

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...