Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 57
  1. #31
    Join Date
    May 2005
    Posts
    532
    Plugin Contributions
    0

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    I seem to have got this mod working to a point but I want to show the in stock and out of stock message for sequenced drop downs. eg select colour and then select size for you t-shirt. At the moment the size out of stock does not show. I would like it to show the size in the list but show it out of stock. Allowing in the customer to backorder.

    Any one got any clues. I think the answer is in the class file but I just cannot seem to work out the value to tweek to get it to work.

    Thanks

  2. #32
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    I would love to be able to display this out of stock message on the product page itself, without having to display it in the dropdown... any idea how to do this?

  3. #33
    Join Date
    Jul 2009
    Location
    New York
    Posts
    121
    Plugin Contributions
    2

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    I installed this mod on my website and everything is working good as far as showing what is out of stock, but I am having a problem where now when someone orders something the invoice is not showing the size or color that they ordered. Has anyone else had this problem? Any ideas on how I can correct this?

  4. #34
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default drop down now not displaying £ sign properly

    i have v1.3.9h

    all seems to be working

    however, i have assigned cost values to attributes, e.g. some options add a an amount when you click add to cart, you can see it here http://www.melianpetsupplies.co.uk/i...roducts_id=329, select 'Red' and you will see the small option below, but the pound sign £ is broken

    any idea how i might fix this? as i said, before upload £ sign was fine

    any pointers, help, or guidance would be greatly appreciated

  5. #35
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    Quote Originally Posted by shahram View Post
    I installed this mod on my website and everything is working good as far as showing what is out of stock, but I am having a problem where now when someone orders something the invoice is not showing the size or color that they ordered. Has anyone else had this problem? Any ideas on how I can correct this?
    I've had this problem too. I think it relates to the fact that sometimes people don't choose an actual option and the dropdown still lets them add it to the cart......need a fix for that....anyone got one?

    -lindasdd

  6. #36
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    I was able to correct the error of adding products with no option selected by switching to sequenced_dropdowns. Now the problem is that the dropdowns no longer show the out of stock attributes which is not how I'd like it to display.

    -lindasdd

  7. #37
    Join Date
    Jul 2007
    Posts
    110
    Plugin Contributions
    0

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    Having same problem as Linda. When using sequenced dropdowns the Out of stock-message doesnt show?

  8. #38
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    Quote Originally Posted by lindasdd View Post
    I was able to correct the error of adding products with no option selected by switching to sequenced_dropdowns. Now the problem is that the dropdowns no longer show the out of stock attributes which is not how I'd like it to display.

    -lindasdd
    Hey Jagge,
    I wasn't having a problem with mine. I wanted the out of stock flavors to not appear in the dropdown and that is how they function.

    If you actually want the out of stock flavors to appear in the dropdown and say "out of stock" I'm not sure how to configure it to do that.

    -lindasdd

  9. #39
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    To make attributes required, Zen Cart recommends adding a display only attribute as the default for your options. However, installed Dynamic Dropdowns breaks this functionality as it adds it's own default option which is not a display only attribute. Then, it uses JavaScript to require a selection.

    From time to time you may still get an order without an attribute selection because JavaScript was disabled or a JS error caused the validation to fail.

    I've come up with the following workaround. Open includes/functions/functions_lookups.php and find:

    PHP Code:
    function zen_get_attributes_valid($product_id$option$value) { 
    Within the function find:
    PHP Code:
    $check_valid true
    Add after:
    PHP Code:
        // disallow adding attributes with a value of 0
        
    if ($option && $value === 0) {
          
    $check_valid false;
        } 

  10. #40
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: Problems with addon: Dynamic Drop Downs for Stock By Attribute

    Thanks Numinix! Love the fix.
    http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
    creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip

 

 
Page 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. Replies: 9
    Last Post: 25 Jan 2014, 07:21 AM
  2. Dynamic drop downs for stock by attributes Help?
    By shahram in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Jul 2011, 08:46 PM
  3. Dynamic drop downs for stock by attributes
    By dthomas in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 9 Mar 2010, 02:46 AM
  4. Dynamic Drop Downs for SBA
    By laurenjj in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 23 May 2009, 10:42 PM
  5. Error using Price Updater and Stock by Attributes Dynamic Drop Downs together
    By misscotton in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 31 Dec 2008, 12:24 AM

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