Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Also I noticed when comparing files the following is missing from admin/includes/functions/general.php
if (function_exists('dbenc_is_encrypted_value_key') && dbenc_is_encrypted_value_key($key)) {
$value = dbenc_decrypt($value);
I have no idea what it means but seeing as it's a beta I thought I'd check it was intentional.
Thanks
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Need some assistance as soon as possible:
I've installed Stock by Attributes v5.1. Everything went fine, but the attributes will not display. I have checked and rechecked that I have added the correct files to the correct folders on the server.
The attributes show up when previewing in Admin, but do not show up when viewing the cart.
I've searched and searched through the forum for answers, but have not found any.
I would appreciate any help.
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Crickets???
Any help out there at all???
OK. I uninstalled SBA, but the uninstall.sql didn't go so well. I have the cart back to no mods, but the attributes are still not showing up.
Looking at the db error log shows this:
[18-Dec-2012 06:42:05] PHP Fatal error: 1146:Table 'xxxxxx_xxx_zc.TABLE_PRODUCTS_STOCK' doesn't exist :: SELECT quantity FROM TABLE_PRODUCTS_STOCK AS a LEFT JOIN zen_products_attributes AS b ON (b.options_id=2 AND b.options_values_id=74) WHERE a.products_id = '191' AND a.stock_attributes = b.products_attributes_id AND a.quantity > 0 order by b.products_options_sort_order in /home/www/my_client_site.com/store/includes/classes/db/mysql/query_factory.php on line 120
[18-Dec-2012 06:42:05] PHP Fatal error: Class 'queryFactoryResult' not found in /home/www/my_client_site.com/store/includes/classes/db/mysql/query_factory.php on line 213
So, I need to figure out how to fix the table in order to get rid of the error. I'm not well versed in database structure, so some guidance would certainly be much appreciated.
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
I installed the module and everything seemed perfect! I launched my website today with a sale on and boom. A customer ordered a product which had 2 options available, size 52 and 54, and i had no idea which was selected. i thought id check which stock had been deducted as an indicator, and i found that NONE were deducted! the only thing that changed was the parent quantity. I have read through the last half of this thread and there is nothing but questions, no answers. Can somebody please tell me there is a solution to this? (and the actual solution too) :) thanks in advance!
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Quote:
Originally Posted by
aemedia
I installed the module and everything seemed perfect! I launched my website today with a sale on and boom. A customer ordered a product which had 2 options available, size 52 and 54, and i had no idea which was selected. i thought id check which stock had been deducted as an indicator, and i found that NONE were deducted! the only thing that changed was the parent quantity. I have read through the last half of this thread and there is nothing but questions, no answers. Can somebody please tell me there is a solution to this? (and the actual solution too) :) thanks in advance!
just a guess here as i haven't installed on 1.5 yet, but see if your cart auto selects an option... i use radio buttons on my 1.3.9 cart and at first there is no option checked, sometimes (most always) a customer will not read anything on your site, or look at all the options. they add to cart, checkout and leave, meaning they never saw that they hadn't checked what option they wanted, email them to ask.
one solution is to move the options above the add to cart button if they arent already there, using your template.
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Quote:
Originally Posted by
ArtRat
just a guess here as i haven't installed on 1.5 yet, but see if your cart auto selects an option... i use radio buttons on my 1.3.9 cart and at first there is no option checked, sometimes (most always) a customer will not read anything on your site, or look at all the options. they add to cart, checkout and leave, meaning they never saw that they hadn't checked what option they wanted, email them to ask.
one solution is to move the options above the add to cart button if they arent already there, using your template.
no thats not the case. There are 4 options on a particular product, and there is 1 preselected. i just realised that when added to cart the product doesnt have the attribute in cart. It used to do this, and whilst writing this post i realised that the only thing i changed since then was the multiple drop down/sequenced drop down.
Anybody who has the same problem as me, i think the multiple drop down is broken?
Go to Admin > Configure > Stock > Product Info Single Attribute Display Plugin > Sequenced_Dropdowns
it will change the look of the drop downs but its the only drop down that works i think. Also do the same as above for the Multiple attribute option.
You're welcome! (I feel like ive given back to the community now :P) thanks for the amazing contributions everybody at zencart!
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Hi
I have been trying various things form the forum to show the stock levels by attribute on the product information page ( normally in the dropdowns) for 1.51
Can anyone direct me to a fix or solution?
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Hi all,
I'm using Zencart v1.50 and have just attempted to install the latest version of SBA (released 3 Jan 2013). The install was straightforward and the install php claimed "You have successfully installed Stock by Attributes. Please delete this file from the server.".
...however when I look at the Catalog I don't see a "Products with Attributes Stock" menu item :-(
Not sure where I should look next to troubleshoot?
Troy.
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
I am having the same problem. I don't have the option in catalog either and it was a fresh install.
Re: Stock by Attributes 5.0 Beta (for v1.5.0)
Quote:
Originally Posted by
escapedape
Hi all,
I'm using Zencart v1.50 and have just attempted to install the latest version of SBA (released 3 Jan 2013). The install was straightforward and the install php claimed "You have successfully installed Stock by Attributes. Please delete this file from the server.".
...however when I look at the Catalog I don't see a "Products with Attributes Stock" menu item :-(
Not sure where I should look next to troubleshoot?
Troy.
Just a guess as can't go to 1.5 until SBA is really working, but have had years of messing with SBA under my belt so here goes...the simple obvious:
Did you run the sql?