Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
Quote:
Originally Posted by
jimmie
havent looked at this thread for an answer in a while , but i reinstalled this module and it is working, picture changing on select too. but when add an attribute to cart i do not see a customid, nor when on product page do i see any message that is is not in stock
also i stayed with 1.51 because i know all these mods worked on this version.
Well I'm approaching this bass ackwards, but staying with 1.5.1 because of what a plugin seems to do is (and forgive me) a completely wrong reason... as always when attempting to obtain help, information is needed to be provided. Starters: source of the code installed (uri)?
Depending on that answer, would follow up with are you using default settings? What is the type of selector for the option name(s) where this is expected to show stock related information? What are the variant quantities and what quantity of stock is applied to the base product?
What are the settings related to sales of product when the product is out of stock? (configuration->stock)
If you look at the installation screen that is created in the configuration menu, what script option may appear to provide the desired visualization?
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
i didnt want to install newest zen version to find out not all my mods will work in the newer version.
anyway here is a product
https://jnsflooringandsupplies.com/W...9848c951be1939
when i change from on for multiple attribute only to any other setting the message shows up on screen but no popup1
only thing i did was install go to option name manage and put in on sba tracked and add variant to product. stock settings. same as previous pictures
2 Attachment(s)
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
Quote:
Originally Posted by
jimmie
i didnt want to install newest zen version to find out not all my mods will work in the newer version.
anyway here is a product
https://jnsflooringandsupplies.com/W...9848c951be1939
when i change from on for multiple attribute only to any other setting the message shows up on screen but no popup1
only thing i did was install go to option name manage and put in on sba tracked and add variant to product. stock settings. same as previous pictures
Have seen the images above and gone back to try to review previous images. A few questions asked don't seem to be answered. If I missed the answer, I apologize.
Settings in configuration->stock
Quantity applicable to the variant(s) in question and separately the quantity of the base product (ie. Quantity in the product information page in admin which is also reflected in the products with attributes screen. That is found on the row that provides the product name and products_model.)
Then another question that doesn't seem to be answered (again, I likely could be wrong) is how many option names are being used with the product in question? (though having asked that, I went to the link which for those interested indicates one option name. This means that considering the settings provided for dynamic dropdowns in the images above that the SBA simple dropdown is the code area to be applied and responsible for display of information.) from there I collected this image, so trying now to determine what specific issue is in question right now?
Well, sorry, appears I would exceed my image quota by attaching. At any rate, it was an example of a selection stating that the selection was out-of-stock and showed the customid in parentheses.
3 Attachment(s)
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
sorry had to run off this morning didnt finish uploading
Attachment 18375Attachment 18376Attachment 18377
when product is added to cart and you view cart i do not see custom id nor do i see regular model number
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
same product on live site with sba 1.53, https://jnsflooringandsupplies.com/i...ducts_id=22164 add to cart, view cart and custom id shows.
need to try and add custom id also to ajax add to cart
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
Another set of code missing in the update section of the observer class (includes/classes/observers/class.products_with_attributes_stock.php) needed to fully support ZC 1.5.1 without modifying other files. (in the past includes/modules/pages/shopping_cart/header_php.php had been modified to support the plugin. Apparently the modifications were removed without enabling the method for ZC 1.5.1 that is operational in ZC 1.5.3 and above.)
Code:
if ($notifier == 'NOTIFY_HEADER_END_SHOPPING_CART') {
$this->updateNotifyHeaderEndShoppingCart($callingClass, $notifier, $paramsArray);
} //endif NOTIFY_HEADER_END_SHOPPING_CART
Will be uploading the modification to GitHub as soon as I can.
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
this fixed the shopping cart page but not the checkout shipping still cant see custom id nor model # on checkout comfirmation
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
does not show in customers invoice or customer account info
Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9
Quote:
Originally Posted by
jimmie
this fixed the shopping cart page but not the checkout shipping still cant see custom id nor model # on checkout comfirmation
Quote:
Originally Posted by
jimmie
does not show in customers invoice or customer account info
Does that cover all of the areas in ZC 1.5.1 where you expected to see the customid, but didn't see it? It is difficult these days to test for such old software where the program works in the newer versions taking advantage of the capability of the newer versions that didn't exist back then.