Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FCK editor plus Product tabs = some problems


Recommended Posts

Thanks in advance for sharing your thoughts on my problem!

I installed fck editor, and it worked without any problems.

But then I added product tabs and I cannot add new products or edit existing ones. After editing product descriptions in admin/catalog/categories I press "preview" button and get a lot of "Warning: No file uploaded!".

When should I look for problems\issues?

I think, I put something wrong on categories.php. Can I upload it here for analysis?

Link to comment
Share on other sites

  • 2 months later...

i've got issues with the installation of addon PRODUCT TABS in oscmax.

 

the first instruction was to paste sql to phpmyadmin. i did so but it gave me an error.

 

it says:

 

Error

SQL query:

 

ALTER TABLE `products_description` ADD `products_spec` TEXT DEFAULT NULL AFTER `products_description` ;

 

 

MySQL said:

 

#1060 - Duplicate column name 'products_spec'

 

 

the sql statement pasted was:

 

ALTER TABLE `products_description` ADD `products_spec` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_musthave` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_extraimage` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_manual` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_extra1` TEXT DEFAULT NULL AFTER `products_description`;

ALTER TABLE `products_description` ADD `products_moreinfo` TEXT DEFAULT NULL AFTER `products_description`;

 

 

please help, what do i have to do now?

 

thank you!

Edited by ElaineEnriquezBloch
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...