Add New Product: Change Default Values

  • Posts: 11
  • Thank you received: 0
12 years 10 months ago #34077

Hello

I am adding lots and lots of Products that will all be the same price and only 1 Quantity, 1 minimum and 1 maximum quantity per order - the Width and Height will always be in cm

Now my question is, is there a way to change these Default values so that for every product I add I do not have to keep changing them every time? It is not a big issue but I feel like a robot and sometimes forget to change the width and height from m to cm which can then get annoying! I hate repetition so would be great if I could change these values somehow?

The Default Values I would like to change are:
Quantity = 1
Minimum quantity per order = 1
Maximum quantity per order = 1
Volume = cm

Thanks for your time, I hope this is possible.

Chris

Please Log in or Create an account to join the conversation.

  • Posts: 82909
  • Thank you received: 13379
  • MODERATOR
12 years 10 months ago #34120

Hi,

You don't need to set the "Minimum quantity per order" if it's 1. Nothing and 1 is the same.
For the volume unit, you can change the default value by changing the order of the units in the configuration of HikaShop.
For the quantity and max, you will have to set them.
If you have the business edition, you can duplicate your existing products by using the "copy" button on the products listing instead of the "new" one.
Otherwise, you can change the qty and max qty values of all your products at once by running a query via phpmyadmin:
UPDATE jos_hikashop_product SET product_quantity = 1, product_max_per_order=1 WHERE 1;

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum