Page 308 of 360 FirstFirst ... 208258298306307308309310318358 ... LastLast
Results 3,071 to 3,080 of 3592
  1. #3071
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by jimmie View Post
    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?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #3072
    Join Date
    Jan 2013
    Posts
    900
    Plugin Contributions
    0

    Default 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

  3. #3073
    Join Date
    Jan 2013
    Posts
    900
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Click image for larger version. 

Name:	Screenshot_2019-03-14 JNS Flooring and Supplies Inc .jpg 
Views:	64 
Size:	50.3 KB 
ID:	18373Click image for larger version. 

Name:	Screenshot_2019-03-14 JNS Flooring and Supplies Inc (1).jpg 
Views:	67 
Size:	50.9 KB 
ID:	18374

  4. #3074
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by jimmie View Post
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #3075
    Join Date
    Jan 2013
    Posts
    900
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    sorry had to run off this morning didnt finish uploading
    Click image for larger version. 

Name:	Screenshot_2019-03-14 JNS Flooring and Supplies Inc .jpg 
Views:	45 
Size:	21.2 KB 
ID:	18375Click image for larger version. 

Name:	Screenshot_2019-03-14 JNS Flooring and Supplies Inc (1).jpg 
Views:	44 
Size:	28.5 KB 
ID:	18376Click image for larger version. 

Name:	Screenshot_2019-03-14 JNS Flooring and Supplies Inc (2).jpg 
Views:	53 
Size:	47.7 KB 
ID:	18377
    when product is added to cart and you view cart i do not see custom id nor do i see regular model number
    Last edited by jimmie; 15 Mar 2019 at 12:29 AM.

  6. #3076
    Join Date
    Jan 2013
    Posts
    900
    Plugin Contributions
    0

    Default 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

  7. #3077
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default 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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #3078
    Join Date
    Jan 2013
    Posts
    900
    Plugin Contributions
    0

    Default 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

  9. #3079
    Join Date
    Jan 2013
    Posts
    900
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    does not show in customers invoice or customer account info
    Last edited by jimmie; 15 Mar 2019 at 09:26 PM.

  10. #3080
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by jimmie View Post
    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 View Post
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Problems with addon: Dynamic Drop Downs for Stock By Attribute
    By Dunk in forum All Other Contributions/Addons
    Replies: 56
    Last Post: 30 Apr 2014, 07:55 PM
  2. MySQL Problem with Product with Attribute Stock addon
    By rtwingfield in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 20 Sep 2011, 03:35 PM
  3. Hide Zero Quantity Attributes with attribute-stock addon
    By leevil123 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Feb 2010, 05:06 PM
  4. Replies: 4
    Last Post: 22 Jan 2010, 10:43 PM
  5. Price Products in the grid by 'Stock by Attribute' addon?
    By Salixia in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 27 Oct 2009, 06:03 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR