Page 43 of 359 FirstFirst ... 3341424344455393143 ... LastLast
Results 421 to 430 of 3589
  1. #421
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by MB1 View Post
    just upgraded to 1.38a and reinstalled stock by attribute, and now it doesn't work properly example: if i have 2 x 16oz gloves left in stock but 8 in all, anyone can order 8 16oz gloves without getting a warning, and if they go over the total amount of gloves and the warning now just stats that that there is 0 gloves available. it worked fine before the upgrade and reinstall.

    any help would be great.
    You upgraded zencart to 1.3.8.a. Did you use correct version of
    Stock by Attributes for zencart version now installed.

  2. #422
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by MB1 View Post
    just upgraded to 1.38a and reinstalled stock by attribute, and now it doesn't work properly example: if i have 2 x 16oz gloves left in stock but 8 in all, anyone can order 8 16oz gloves without getting a warning, and if they go over the total amount of gloves and the warning now just stats that that there is 0 gloves available. it worked fine before the upgrade and reinstall.

    any help would be great.
    misty's suggestion is certainly a possible explanation, but I'd put my money on an FTP problem. Because you've upgraded your Zen Cart I'll bet all the files have sparkling new datestamps. When you then install Stock by Attribute, some of whose files will have older datestamps, and your FTP client may ignore those that appear older than the new Zen Cart files that you need to overwrite. This issue has already been done to death earlier in this thread, so there's plenty of extra detail there if you need it.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #423
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    i just re stalled all the SBA files last night again and it seems to work now

  4. #424

    Have a Drink [blank checkout pg] Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    The following helped me with my blank checkout page problem. I was on the verge of unfollowing the installation instructions, in order to uninstall. I renamed the original files "filename_ORIG.php", adding the _ORIG part to any original files. But, I did not move them. The files that I believe were causing the blank checkout page are /includes/modules/pages/checkout_shipping/header.php and includes/modules/pages/shopping_cart/header.php. After moving the _ORIG files to a newly created directory specifically for saving _ORIGINAL_FILES, the checkout now works as it always has.

    Just reaffirming the point kuroi makes in post #324 as seen below. Hope this helps anyone else who is about to pull their hair out of their head with frustration! Good luck!

    (and thanks kuroi for having such simple but valuable advice, a virtual slap across the head!)

    Quote Originally Posted by kuroi View Post
    The construction of a Zen Cart page is a very complex business. The control code whizzes round your site picking up components from all over the place. In some places it just picks up files that match specific naming conventions, in others it picks up everything in a relevant folder.

    For this reason it is dangerous to leave backup files mixed in with your live files. Zen Cart doesn't have any logic to tell it that the insertion of OLD into a filename means that you don't want it executed.

    By all means keep backups, but keep them separate from your live (or in this case development) site.

  5. #425
    Join Date
    Jun 2004
    Posts
    61
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    My install works great except it doesn't give an error that there is insufficient stock when you proceed to checkout.

    I've installed SbA v4.0 onto a new install of Zencart 1.3.8a. The mods I have are

    - image handler 2
    - column format product listing
    - easy rollovers

    ... and I've made quite a few cosmetic changes also - as you can see:

    (it's pw protected: user: zendev pass: devvingzen)

    http://tinyurl.com/5uz7ok

    If you try to check out on with the above item (pick a size 12 which has zero stock), it won't let you proceed past the checkout, but it doesn't give you a warning to say there's no stock either - it just brings back the same screen.

    Any ideas, anyone?
    TIA!

  6. #426
    Join Date
    Jun 2004
    Posts
    61
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by speedyvespa View Post
    My install works great except it doesn't give an error that there is insufficient stock when you proceed to checkout.

    I've installed SbA v4.0 onto a new install of Zencart 1.3.8a. The mods I have are

    - image handler 2
    - column format product listing
    - easy rollovers

    ... and I've made quite a few cosmetic changes also - as you can see:

    (it's pw protected: user: zendev pass: devvingzen)

    http://tinyurl.com/5uz7ok

    If you try to check out on with the above item (pick a size 12 which has zero stock), it won't let you proceed past the checkout, but it doesn't give you a warning to say there's no stock either - it just brings back the same screen.

    Any ideas, anyone?
    TIA!
    OK - an update, I get the "out of stock" red message on the header IF i have more qty in my cart than I have total stock for that item...

    i.e. if I have 1 size 0 in stock for this item (1 qty in all attributes) and try to check out with 1 size 2, it won't let me proceed but no error.

    - if I try to checkout with 2 size zeros (or 2 total of any size), it won't let me proceed, but I get the error.

  7. #427

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    OK, I'm going around in circles here. I've got the mod installed and it's working perfectly, thank you!

    I'd like to do one more thing and it's exactly this (copied from the Wiki):

    How can I show the amount of stock available next to each attribute on the product information page?

    "This is relatively straightforward if you have only a single attribute such as size of color for each product. Code for this is proposed in this archive thread[1]. Seek out post #110 by Grayson, and her correction in #132 and apply the changes to the includes/modules/attributes.php file instead of includes/modules/pages/product_info/main_template_vars_attributes.php "

    The files referenced in that Wiki answer no longer exist in the mod. The link takes me to a zen cart page that says I don't have access to that post.

    Can you point me to information on how to implement this change? I'm running version 4.7.

  8. #428
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by speedyvespa View Post
    I've installed SbA v4.0 onto a new install of Zencart 1.3.8a.
    It would be a major surprise if SbyA 4.0 worked on Zen Cart 1.3.8.

    This mod is extremely sensitive to changes in the Zen Cart code and needs tweaking for each new release. 4.0 was written for Zen Cart 1.3.5. For 1.3.8 you need SbyA 4.7.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #429
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by pinkchalkstudio View Post
    OK, I'm going around in circles here. I've got the mod installed and it's working perfectly, thank you!

    I'd like to do one more thing and it's exactly this (copied from the Wiki):

    How can I show the amount of stock available next to each attribute on the product information page?

    "This is relatively straightforward if you have only a single attribute such as size of color for each product. Code for this is proposed in this archive thread[1]. Seek out post #110 by Grayson, and her correction in #132 and apply the changes to the includes/modules/attributes.php file instead of includes/modules/pages/product_info/main_template_vars_attributes.php "

    The files referenced in that Wiki answer no longer exist in the mod. The link takes me to a zen cart page that says I don't have access to that post.

    Can you point me to information on how to implement this change? I'm running version 4.7.
    If your includes/modules/attributes.php file is missing, then you have a big problem that needs to be addressed.

    I suspect that the forum archive has been turned off to speed up the performance of the forum. This is probably sensible as the much of what was in there was out-of-date and therefore misleading anyway.

    Unfortunately the odd gem will get lost in this process. Maybe somebody who has made the changes requested above recently could post the code that they used ???
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #430

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Thank you for putting the request out Kuroi, I was obviously wrong about not having the attributes.php file. I was looking in my core files for SBA v4.7...

    I'll wait to see if anyone can share the mods.

    Thanks,
    Kathy

 

 

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