PDA

View Full Version : Inventory Minimum


robrewski
February 26th, 2004, 11:01 AM
Actually I have three questions:

I am using the Inventory Control for my store. How do I set the inventory minimum limit? I would like to set the minimum limit to 5. When someone would try to order an item with an Inventory of less than 5, they would receive the Out of Stock message from the Out of Stock Behavior setting.

I would like to know how to remove a line that shows in a catalog with subcategories. It is "This category contains xx subcategories". These lines appear in every catalog. How do I get rid of them and stop them all from posting???

Is there a way to set the option of "Ship as a separate package" to a default of always being checked or on? If there is, How do I change it?

Rich
March 3rd, 2004, 11:16 PM
Sorry for the delay. We've been swamped lately!I am using the Inventory Control for my store. How do I set the inventory minimum limit? I would like to set the minimum limit to 5. When someone would try to order an item with an Inventory of less than 5, they would receive the Out of Stock message from the Out of Stock Behavior setting. This isn't possible.


I would like to know how to remove a line that shows in a catalog with subcategories. It is "This category contains xx subcategories". These lines appear in every catalog. How do I get rid of them and stop them all from posting???This line is in the show_subcategory_detail_header.php template file. Copy this file to your custom theme and modify it to suit your needs.


Is there a way to set the option of "Ship as a separate package" to a default of always being checked or on? If there is, How do I change it?This can't be done. That field is defined in the database. Changing the properties of it would change the properties of other fields as well.

robrewski
March 9th, 2004, 01:20 AM
Sorry for the delay. We've been swamped lately! This isn't possible.


This line is in the show_subcategory_detail_header.php template file. Copy this file to your custom theme and modify it to suit your needs.


This can't be done. That field is defined in the database. Changing the properties of it would change the properties of other fields as well.


Thanks for your help. I moved the show_subcategory_detail_header.php template file to my custom theme directory and removed all of the text and saved it as a blank file. The lines "This category contains xx subcategories" still appears in both the category and subcategory areas. Could this be posting the information from another file that I need to modify or should I have modified the original text in the show_subcategory_detail_header.php template file someway to prohibit the line from showing? Still confused.

Rich
March 11th, 2004, 01:12 AM
I moved the show_subcategory_detail_header.php template file to my custom theme directory and removed all of the text and saved it as a blank file.This is exactly what I've done to our admin demo and the line in question is no longer displayed.

You can see it here: http://admindemo.squirrelcart.com

If you select the SuperSquirrel theme you'll see that the line in question is not displayed.

If you're still unable to eliminate this line of text, open a ticket and we'll take a look for you. Just be sure to include your FTP information.

robrewski
March 11th, 2004, 05:30 PM
This is exactly what I've done to our admin demo and the line in question is no longer displayed.

You can see it here: http://admindemo.squirrelcart.com

If you select the SuperSquirrel theme you'll see that the line in question is not displayed.

If you're still unable to eliminate this line of text, open a ticket and we'll take a look for you. Just be sure to include your FTP information.

Thanks again Rich, I found the problem and now it works like a charm.