Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Multiple Product Images


Chudz

Recommended Posts

Hello,

 

I am using this contribution http://addons.oscommerce.com/info/5930

 

I am getting the following errors:

 

When adding more than 1 image to a new product:

 

1054 - Unknown column 'product_image_2' in 'field list'

insert into products (products_quantity, products_model, products_price, products_date_available, products_weight, products_status, products_tax_class_id, manufacturers_id, products_image, product_image_2, products_date_added) values ('4', '', '10', null, '1', '1', '0', '', 'thumb-1.jpg', 'image-1.jpg', now())

[TEP STOP]

 

 

When I click edit on a product:

 

1054 - Unknown column 'p.product_image_2' in 'field list'

select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.product_image_2, p.product_image_3, p.product_image_4, p.product_image_5, p.product_image_6, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from products p, products_description pd where p.products_id = '344' and p.products_id = pd.products_id and pd.language_id = '1'

[TEP STOP]

Link to comment
Share on other sites

  • 1 month later...
Hello,

 

I am using this contribution http://addons.oscommerce.com/info/5930

 

I am getting the following errors:

 

When adding more than 1 image to a new product:

 

1054 - Unknown column 'product_image_2' in 'field list'

insert into products (products_quantity, products_model, products_price, products_date_available, products_weight, products_status, products_tax_class_id, manufacturers_id, products_image, product_image_2, products_date_added) values ('4', '', '10', null, '1', '1', '0', '', 'thumb-1.jpg', 'image-1.jpg', now())

[TEP STOP]

 

 

When I click edit on a product:

 

 

 

Hi im looking for the same solution have u find any help on this, i would appreciate a lot if u can help me, thank u

 

1054 - Unknown column 'p.product_image_2' in 'field list'

select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.product_image_2, p.product_image_3, p.product_image_4, p.product_image_5, p.product_image_6, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from products p, products_description pd where p.products_id = '344' and p.products_id = pd.products_id and pd.language_id = '1'

[TEP STOP]

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...