Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Found it:
http://www.zen-cart.com/forum/showth...=25987&page=11
It details code that displays the actual stock amounts for each attribute next to the attribute name. Want to mod my site to create a custom stock level chart - this post is a good place for me to start. Cheers.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
acetate
Found it:
http://www.zen-cart.com/forum/showth...=25987&page=11
It details code that displays the actual stock amounts for each attribute next to the attribute name. Want to mod my site to create a custom stock level chart - this post is a good place for me to start. Cheers.
There are no version for zencart 1.3.7 ? . I have no the includes/modules/pages/product_info/main_template_vars_attributes.php file in zencart 137 with stock by attributes 4.4
Any idea?. Thanks.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
pacorl2
There are no version for zencart 1.3.7 ? . I have no the includes/modules/pages/product_info/main_template_vars_attributes.php file in zencart 137 with stock by attributes 4.4
Any idea?. Thanks.
http://www.zen-cart.com/forum/showth...204#post227204
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
woodlandsprite
Thank you, but after three hours wasted, it don't works to me :cry:. The steps I'm doing is:
- Install zencart 1.3.7
- Install stock by attributes 4.3 by kuroi
At this point all works ok.
Modify includes/modules/your template/attributes.php (my template is "classic"), instead of /modules/pages/product_info/main_template_vars_attributes.php that is not present in zencart 1.3.7
with the grayson mod:
http://www.zen-cart.com/forum/showth...=25987&page=11
And I can't see any change. It appears the attribs, with the total number in stock, but without detailing sizes in the dropdown list (M 2 units , XL 3 units, etc.)
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
For Zen Cart 1.3.7 you should use Stock by Attributes 4.4 rather than 4.3 (which was for 1.3.6).
The Grayson solution is quite old now and has limited applicability. To make it work in 1.3.7 you should also review the steps recommended in post 46 of this thread.
I've not tried this myself, but several other people appear to have it working.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
kuroi
For Zen Cart 1.3.7 you should use Stock by Attributes 4.4 rather than 4.3 (which was for 1.3.6).
I am using 4.4 , but in the readme file apeears "stock by attributes v4.3". It confused me, but it's an error in the readme file.
Quote:
Originally Posted by
kuroi
The Grayson solution is quite old now and has limited applicability. To make it work in 1.3.7 you should also review the steps recommended in
post 46 of this thread.
I've not tried this myself, but several other people appear to have it working.
Thank you very much, it works OK :clap:
It's a mess this kind of large threads with a lot of conversations, versions, and mods about one thing :wacko: (all oscommerce and zencart are very messy, I use a lot phbpbb for example, and its very clean and simple the updates, but with oscommerce/zencart... uffff)
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Hi,
My client is running a shop with ZC v1.3.7 and Stock by Attributes v4.3.1. All has been fine for several months. But suddenly, it is showing items as out of stock that are *not* out of stock. In fact, 998 are in stock. I re-uploaded all the Stock by Attributes v4.3.1 files, in case something had gotten corrupted on the server. No change - the problem persists. Has anyone else had this problem? Is there a fix??
Thanks!
~anne
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Ever since I installed this I been getting this kinda message when i delete products from my catalog. I hit the back button and cancel and it deletes products. But now I got it when trying to delete a sub category and it won't let me. Any ideas where I gotta fix it? The message is as follows:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(products_attributes_id, products_id, options_id, options_values_id, options_val' at line 1
in:
[delete from zen_products_attributes (products_attributes_id, products_id, options_id, options_values_id, options_values_price, price_prefix, products_options_sort_order, product_attribute_is_free, products_attributes_weight, products_attributes_weight_prefix, attributes_display_only, attributes_default, attributes_discounted, attributes_image, attributes_price_base_included, attributes_price_onetime, attributes_price_factor, attributes_price_factor_offset, attributes_price_factor_onetime, attributes_price_factor_onetime_offset, attributes_qty_prices, attributes_qty_prices_onetime, attributes_price_words, attributes_price_words_free, attributes_price_letters, attributes_price_letters_free, attributes_required) where products_id = '57']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
kuroi
For Zen Cart 1.3.7 you should use Stock by Attributes 4.4 rather than 4.3 (which was for 1.3.6).
The Grayson solution is quite old now and has limited applicability. To make it work in 1.3.7 you should also review the steps recommended in
post 46 of this thread.
I've not tried this myself, but several other people appear to have it working.
Hi, this is my first post on this forum.
I am also running Zen Cart 1.3.7 and Stock by Attributes 4.4.
I managed to install it and it seemed to work fine, until I tried to checkout (when logged in)
Indeed, an error message "Fatal error: Cannot redeclare class order in order.php on line 20" appeared on page http://www.mysite.com/index.php?main...ckout_shipping.
This occurs even if I try to buy an item with or without any attributes.
Does anyone know how to fix this ?
I tried to add a line prior to line 20 (as explained on wiki) :
if ( class_exists('order') )
{
return;
}
but the same error occured !
Fwed
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
fwed
Hi, this is my first post on this forum.
I am also running Zen Cart 1.3.7 and Stock by Attributes 4.4.
I managed to install it and it seemed to work fine, until I tried to checkout (when logged in)
Indeed, an error message "
Fatal error: Cannot redeclare class order in
order.php on line
20" appeared on page
http://www.mysite.com/index.php?main...ckout_shipping.
This occurs even if I try to buy an item with or without any attributes.
Does anyone know how to fix this ?
i have uninstalled the mod, and now I can check out.
I will try to re-install it and see what happens !
Fwed