Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Stock not reducing when sale is made?

Stock not reducing when sale is made?

Views: 1,011

Results 1 to 10 of 10
28 Jan 2010, 2:13 PM
#1
prissypups avatar

prissypups

New Zenner

Join Date:
Mar 2009
Posts:
72
Plugin Contributions:
0

Stock not reducing when sale is made?

Hello
I noticed that when we are making a sale, the stock for the particular item is NOT reducing??? this is very frustrating. Can anyone help? I would appreciate it.

thanks
Jim

28 Jan 2010, 2:31 PM
#2
prissypups avatar

prissypups

New Zenner

Join Date:
Mar 2009
Posts:
72
Plugin Contributions:
0

Re: Stock not reducing when sale is made?

Hey
I checked in the admin and subtract stock under config/stock and it is set to true.. I do not understand this......

thanks
Jim

28 Jan 2010, 3:41 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Stock not reducing when sale is made?

Are these Physical Products or Downloads?

Downloads do not reduce stock, at this time ...

28 Jan 2010, 5:01 PM
#4
prissypups avatar

prissypups

New Zenner

Join Date:
Mar 2009
Posts:
72
Plugin Contributions:
0

Re: Stock not reducing when sale is made?

they are physical.

thanks
Jim

28 Jan 2010, 7:52 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Stock not reducing when sale is made?

What are all of your settings in the Configuration ... Stock ...

What happens if you switch to the Classic Template ... does it fix this?

NOTE: you are testing through a complete checkout, as Stock is not reduced until the checkout is completed ...

28 Jan 2010, 9:24 PM
#6
prissypups avatar

prissypups

New Zenner

Join Date:
Mar 2009
Posts:
72
Plugin Contributions:
0

Re: Stock not reducing when sale is made?

Hey
Well this might be worst than I thought. Melanie is checking this out and it appears there is 2 Stock and Product Attributes listed under Config. I checked and sure enough there is 2. I have been told if I can determine which module was installed than it should be easy to fix as there are 2 databases? I contacted the original installer and they said no extra module was installed just the default. Is there a way to determine what module was installed? I have no idea.....and I do not have the funds to pay someone :(...

28 Jan 2010, 9:50 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Stock not reducing when sale is made?

Sometimes, if you browse the configuration table and the configuration_group table you can sort it by configuration_id and see what order things were installed and usually the things installed last are the ones causing the problem ...

WARNING: Always make backup before trying to do things like manually fix issues in the database tables ...

28 Jan 2010, 10:08 PM
#8
prissypups avatar

prissypups

New Zenner

Join Date:
Mar 2009
Posts:
72
Plugin Contributions:
0

Re: Stock not reducing when sale is made?

Hello
Ok can you explain how I do that? sorry newbie and cannot afford to pay someone.

28 Jan 2010, 11:33 PM
#9
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Stock not reducing when sale is made?

Go into your Control Panel, such as cPanel, that came with your website and find phpMyAdmin so that you can see your database ...

Make sure the database that you are looking at matches the one listed in your files:
/includes/configure.php
/admin/includes/configure.php

then browse the configuration table ...

If you click on the field name, when browsing the table, configuration_id it will sort in order by how the configuration records were added ...

You might be able to see what rows you have that were "new" or part of an "add on" and not part of the original Zen Cart ...

You can also sort on the configuration_key and browse through the pages for duplicates ... where the "higher value" configuration_id is usually the last one added to the configuration table ...

29 Jan 2010, 2:50 PM
#10
prissypups avatar

prissypups

New Zenner

Join Date:
Mar 2009
Posts:
72
Plugin Contributions:
0

Re: Stock not reducing when sale is made?

Hey
Is it possible to just delete one or both? I do not mind re entering stock if I have too.