Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Needed...extra images.....


reloadzzz

Recommended Posts

Posted

Hi all,

 

I am new at this and will be running an electronics website. In my product page I want to be able to show more pictures then just the one already there. I have been looking on the contributions website all day for the appropriate add-on but am not being able to get it right. What I have seen there is people talking about getting in these files ----- admin/products_extra_images.php but the problem is that I can get into the admin files but then cannot find the products_extra_files.php anywhere.

 

In order for me to get the multiple pictures showing in my product page, I have read in this website that I have to chenge some html in the products_extra_files.php. You might already know this but I am new at this and have a little experience.

 

Can someone please be gentle with me and tell me exactly what I have to do in order to get multiple pictures of my item to show.

 

Thank you all in advance

Reloadzzz

Posted
While looking for stuff for my own site I found this: http://addons.oscommerce.com/info/1642

 

I haven't installed it yet but it does look like what you're searching for

 

 

Thanx for your reply.

 

I basically downloaded this file from the link you gave me 'lightbox v2.03.3 for ultra images' . I followed the instructions but cannot see any difference. I am still not able to add more images through the admin are. I am using a 2.2rc1 version of the oscommerce and would still like someone to help me out and tell me what would be the way for me to have an option in the admin area to add more pictures.

 

I have been looking at the contributions but anything I do, will not work.

 

Please can someone who has done this mod, give me some help as I would really appriciate it.

 

Thank you all for taking the time to read this

reloadzzz

Posted

have now downloaded the ''''UltraPics - Virgin W/ Manual Installation''' from the same page as given above and made all the file script changes there were. My problem now is to upload them on my database through SQL ( I have never done that before, 1st time) and I upload all these files at my main database:

 

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Enable Additional Images?', 'ULTIMATE_ADDITIONAL_IMAGES', 'enable', 'Display Additional Images below Product Description?', 4, 10, now(), now(), NULL, 'tep_cfg_select_option(array(\'enable\', \'disable\'),');

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Additional Thumb Width', 'ULT_THUMB_IMAGE_WIDTH', '140', 'The pixel width of additional thumb images', 4, 11, now(), now(), NULL, NULL);

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Additional Thumb Height', 'ULT_THUMB_IMAGE_HEIGHT', '120', 'The pixel height of additional thumb images', 4, 12, now(), now(), NULL, NULL);

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Medium Image Width', 'MEDIUM_IMAGE_WIDTH', '200', 'The pixel width of medium images', 4, 13, now(), now(), NULL, NULL);

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Medium Image Height', 'MEDIUM_IMAGE_HEIGHT', '200', 'The pixel height of medium images', 4, 14, now(), now(), NULL, NULL);

 

etc etc etc etc etc....................

 

But when it comes to these ones:

 

ALTER TABLE `products` ADD `products_image_med` VARCHAR(64) AFTER `products_image`;

ALTER TABLE `products` ADD `products_image_lrg` VARCHAR(64) AFTER `products_image_med`;

ALTER TABLE `products` ADD `products_image_sm_1` VARCHAR(64) AFTER `products_image_lrg`;

ALTER TABLE `products` ADD `products_image_xl_1` VARCHAR(64) AFTER `products_image_sm_1`;

ALTER TABLE `products` ADD `products_image_sm_2` VARCHAR(64) AFTER `products_image_xl_1`;

 

etc etc etc etc.............

 

I get this error message:

 

ERROR

SQL query:

 

ALTER TABLE `products` ADD `products_image_med` VARCHAR( 64 ) AFTER `products_image` ;

 

MySQL said:

 

#1060 - Duplicate column name 'products_image_med'

 

 

 

I cannot understand this. It says Dublicate content but I don't have a clue what to change as I have very little experience.

 

Any help would be much appriciated.

reloadzzz

Posted

I am now very tired of this and have been losing a lot of time trying to do this. Can someone please do this addon for me and I will pay for the change.

 

What I want is:

 

In the product page I can only upload one picture for my product. I basically need an option from my admin area to upload more pictures.

 

This is all I want to do. I want my customers to see the products I am selling in different angles.

 

 

Please reply to me and tell me how much you charge for this change.

 

I am not sure whether this is the right place to write this but if it is not then please tell me where I would request this.

 

Thank you all

reloadzzz

Posted
http://addons.oscommerce.com/info/1289

Thats a very easy one and quick to install. Works fine for me as well, allows me up to 3 product images for 1 product I believe. I only use to but works fine. Good luck

 

 

Hi,

 

Can you please do it for me and I'll pay you for your time. It would really help me out.

 

Thank you in advance

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...