Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Discount_per_product_type_v1_2b


skleineboes

Recommended Posts

Hello!

I've just installed discount_per_product_type_v1_2b. By the installation I did the follow things.

I've modified the existing tables:

ALTER TABLE products ADD products_type INT(2) DEFAULT '0' NOT NULL;

ALTER TABLE customers ADD customers_discount_1 INT(5) DEFAULT '0' NULL;

ALTER TABLE customers ADD customers_discount_2 INT(5) DEFAULT '0' NULL;

ALTER TABLE customers ADD customers_discount_3 INT(5) DEFAULT '0' NULL;

ALTER TABLE customers ADD customers_discount_4 INT(5) DEFAULT '0' NULL;

ALTER TABLE orders_products ADD discount_rate INT(5) DEFAULT '0' NOT NULL;

ALTER TABLE orders_products ADD discount_value INT(5) DEFAULT '0' NOT NULL;

ALTER TABLE orders_products ADD discounted_price INT(5) DEFAULT '0' NOT NULL;

 

After that I copied the provided files to the OScommerce folders on the server.

The result is that nothing has changed. When I want to insert new articels I see the same wizard then before. What have I done wrong? Have I misunderstood the english installation-instruction???

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.
Note: Your post will require moderator approval before it will be visible.

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