Page 12 of 359 FirstFirst ... 210111213142262112 ... LastLast
Results 111 to 120 of 3589
  1. #111
    Join Date
    Dec 2006
    Posts
    2
    Plugin Contributions
    0

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

    yup read the readme file
    made no sense at all lol

    i just have no idea how to add stuff on to the zen cart

    what should I be uploading?? where should i upload them to??

    how am i meant to create a table???

    i'm looking for step by step instructions on how to install this add-on

  2. #112
    Join Date
    Aug 2006
    Posts
    69
    Plugin Contributions
    0

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

    Is there a quick way to remove this module? It probably will do what I want with a considerable amount of persuasion but I've decided that I have other priorities just now - removing it would save me having to re-build the test site ... again.

    thanks

  3. #113
    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 glowstar View Post
    yup read the readme file
    made no sense at all lol

    i just have no idea how to add stuff on to the zen cart

    what should I be uploading?? where should i upload them to??

    how am i meant to create a table???

    i'm looking for step by step instructions on how to install this add-on
    1. unzip the release package
    2. go to your site's Admin area, login and then select Tools > Install SQL Patches
    3. Click in the upload file box and browse to stock_attribute.sql file in the package you unzipped, then press the upload button
    4. edit the names of the two directories listed in the installation directions to have the name of the template that you are using instead
    5. copy the admin and includes directory to your site, placing them in the directory where the existing admin and includes are already located
    Kuroi Web Design and Development | Twitter

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

  4. #114
    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 distanceDemon View Post
    Is there a quick way to remove this module? It probably will do what I want with a considerable amount of persuasion but I've decided that I have other priorities just now - removing it would save me having to re-build the test site ... again.

    thanks
    There are six files in the package that amend core Zen Cart files. They are listed in the installation section of the readme file in the release package. If you replace these six files with the ones in the Zen Cart release package for the version you are using, Stock by Attributes will cease to have any effect.

    You will still have a few orphaned files floating around, and some extra database configuration entries, but they will have no effect on your store.
    Kuroi Web Design and Development | Twitter

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

  5. #115
    Join Date
    Aug 2006
    Posts
    69
    Plugin Contributions
    0

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

    Quote Originally Posted by kuroi View Post
    There are six files in the package that amend core Zen Cart files. They are listed in the installation section of the readme file in the release package. If you replace these six files with the ones in the Zen Cart release package for the version you are using, Stock by Attributes will cease to have any effect.

    You will still have a few orphaned files floating around, and some extra database configuration entries, but they will have no effect on your store.
    Thanks for that - and just for the record I was looking for dropdowns with multiple attributes and individual stock totals eg. colour/size.

    W

  6. #116
    Join Date
    Jan 2007
    Posts
    8
    Plugin Contributions
    0

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

    I've got a little problem. I've upgraded to the latest version of zencart, and everything worked great. I added this mod, and now I get a "

    Fatal error: Cannot redeclare class httpclient in kiltsrock.com/shop/includes/classes/http_client.php on line 431"

    error when trying to checkout.

    Has anyone else run into this same problem, and have a fix for it?

    the shop is at www.kiltsrock.com/shop/

    thanks!
    KT

  7. #117
    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 KiltsRock.com View Post
    I've got a little problem. I've upgraded to the latest version of zencart, and everything worked great. I added this mod, and now I get a "

    Fatal error: Cannot redeclare class httpclient in kiltsrock.com/shop/includes/classes/http_client.php on line 431"

    error when trying to checkout.
    This mod snuggles up real close to some of the code that is fundamental to the operation of a shopping cart. That makes it rather sensitive to changes in the underlying Zen Cart and very important to match Zen Cart and Stock by Attribute versions.

    For Zen Cart 1.3.7 you need Stock by Attributes 4.4, which I have just uploaded to the downloads section where it is awaiting approval. If you want an immediate fix for your problem, go to includes/modules/pages/checkout_shipping/header.php and change line 14 to read
    PHP Code:
      require[COLOR="Red"]_once[/COLOR](DIR_WS_CLASSES 'http_client.php'); 
    When the new mod is approved and available you will need only to replace the whole of that file plus admin/orders.php and includes/classes/order.php from the relase package for your system to be in the same state as if you had installed 4.4 initially.
    Kuroi Web Design and Development | Twitter

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

  8. #118
    Join Date
    Dec 2006
    Location
    Summer:Ontaio, Winter:Texas
    Posts
    211
    Plugin Contributions
    0

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

    silly question, where do I find the download section with all the possible add-on??

  9. #119
    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 Sunabac View Post
    silly question, where do I find the download section with all the possible add-on??
    At the very top of this page, third link from the left.
    Kuroi Web Design and Development | Twitter

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

  10. #120
    Join Date
    Dec 2006
    Posts
    3
    Plugin Contributions
    0

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

    Greetings one and all:

    Just a quick update to anyone using the new and improved Stock By Attribute 4.4 with ZC 1.3.7..


    The original hack for this mod by Grayson has a few required differences to make it work with the new versions.

    Firstly, the file named:
    includes/modules/pages/product_info/main_template_vars_attributes.php

    is now changed to:

    includes/modules/CLASSIC/attributes.php

    (where CLASSIC is the name of your template) and the second file to modify is now called:

    includes/languages/ENGLISH/product_info.php

    with the obvious language choices involved.

    Or at least, thats how it was for me. Maybe its the same for you. Maybe not. I just hope this update can help someone besides me.

    Much thanks to the ZenCart dev team, keep up the good work!

 

 

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