Page 213 of 359 FirstFirst ... 113163203211212213214215223263313 ... LastLast
Results 2,121 to 2,130 of 3589
  1. #2121
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by batracy View Post
    I think I see where the problem is. I've just checked the file sizes and content of the admin/includes/classes/order.php and the includes/classes/order.php file and it seems they are reversed on my test install. This was supposed to be a clean install from BlueHost, and now I'm wondering what else could possibly be wrong - although the test store does seem to be working with out any problems - although I haven't created an order yet ;-)
    Hate to say it, but that is one more reason to do the install oneself rather than an automated install generated by modifying the fileset put together by those hardworking to provide the stellar product of ZC that it is. :)

    To address that issue, if you need support, please initiate a new thread.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2122
    Join Date
    Aug 2009
    Posts
    26
    Plugin Contributions
    0

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

    Quote Originally Posted by mc12345678 View Post
    Yes that was an issue with the version on the main branch. Try https://github.com/potteryhouse/stoc...12345678_ZC154 which is compatible with both zc 1.5.3 and ZC 1.5.4 as a single download with improvements to handle/address multiple attributes.
    That's working a lot better now! all variants are ok...however I get this error on certain clicks in the site, mainly loging on to the account and adding to cart:

    "An unknown response null: :text/html; charset=iso-8859-1: :Not Found was received while processing an ajax call. The action you requested could not be completed."

    Ever had this before?

    thanks, Ed

  3. #2123
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by edvon View Post
    That's working a lot better now! all variants are ok...however I get this error on certain clicks in the site, mainly loging on to the account and adding to cart:

    "An unknown response null: :text/html; charset=iso-8859-1: :Not Found was received while processing an ajax call. The action you requested could not be completed."

    Ever had this before?

    thanks, Ed
    I have with ZC 1.5.4 unrelated to SBA. Ie. Suggest a new thread. Occured for me when I had a site setup adjacent to another using a subdomain and the same admin directory name as the other site. (Saw issue when using the site as well as in admin.) And it seemed to happen mostly on my cell phone, but was fine on a desktop for most of the times. Add to that it happened just after setup of a new domain and the sub-domain. Too many variables to identify the cause... Haven't had an issue once some other changes were made, again for me it was unrelated to SBA.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #2124
    Join Date
    Jun 2012
    Posts
    57
    Plugin Contributions
    2

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

    Quote Originally Posted by mc12345678 View Post
    Hate to say it, but that is one more reason to do the install oneself rather than an automated install generated by modifying the fileset put together by those hardworking to provide the stellar product of ZC that it is. :)

    To address that issue, if you need support, please initiate a new thread.
    Appreciate the help - I have the issue resolved.

  5. #2125
    Join Date
    Aug 2009
    Posts
    26
    Plugin Contributions
    0

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

    Quote Originally Posted by mc12345678 View Post
    I have with ZC 1.5.4 unrelated to SBA. Ie. Suggest a new thread. Occured for me when I had a site setup adjacent to another using a subdomain and the same admin directory name as the other site. (Saw issue when using the site as well as in admin.) And it seemed to happen mostly on my cell phone, but was fine on a desktop for most of the times. Add to that it happened just after setup of a new domain and the sub-domain. Too many variables to identify the cause... Haven't had an issue once some other changes were made, again for me it was unrelated to SBA.
    Thanks, I have indeed cloned the site for testing purposes on the server when this error popped up. Thanks for your help.
    ed

  6. #2126
    Join Date
    Mar 2015
    Posts
    105
    Plugin Contributions
    0

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

    Hello there.
    I just downloaded this addon and did the best I could to merge the files. Hope I did everything right.
    Then after putting the files where they belong, the readme says, go to...../stock_by_attr_install.php and select full/upgrate and run script....

    I do see the /stock_by_attr_install.php page, but clicking on run script doesn't work.
    It removes everything under the dropdown - run script. The readme says I need to get a message. I don't get one either.

    Then, looking at the catalog, I do see my website, but when I click on a categorie that should had some products in there, I get an error.
    WARNING: An Error occurred, please refresh the page and try again.

    Looking in de logs, it says
    [13-Apr-2015 14:32:05 Europe/Berlin] PHP Fatal error: 1146:Table 'nameofmydatabse.products_with_attributes_stock' doesn't exist :: SELECT count(DISTINCT p2a.products_id) as quantity, po.products_options_name, pov.products_options_values_name, SUM(IF(p2a.products_id IN(180,181,182), 1, 0)) as flag FROM products_attributes p2a JOIN products_options po ON p2a.options_id = po.products_options_id AND po.language_id=2 JOIN products_options_values pov ON p2a.options_values_id = pov.products_options_values_id AND pov.language_id=2 JOIN products_with_attributes_stock p2as ON p2a.products_id = p2as.products_id AND p2as.stock_attributes LIKE CONCAT('%', p2a.products_attributes_id, '%') WHERE p2a.products_id IN (180,181,182) AND p2as.quantity > 0 GROUP BY po.products_options_name, pov.products_options_values_name ORDER BY po.products_options_name, pov.products_options_values_sort_order ==> (as called by) C:\xampp\htdocs\zencart\includes\templates\westminster_new\sideboxes\tpl_dynamic _filter.php on line 402 <== in C:\xampp\htdocs\zencart\includes\classes\db\mysql\query_factory.php on line 155

    I don't have enough experience for all of this, but I can see that it says that a table does not exist.
    The problem could be that i have some other add ons build in, so everything has to move over in the database.

    What must i do to get the install done?

    zencart 1.5.4
    fast and easy checkout
    css js loader
    dynamic filter
    flexible footer
    westminster new template
    second language
    Language: Dutch
    English: not so very good
    Allready have a live shop, so building local/on my computer

  7. #2127
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    What version of this plugin did you download? The version posted here on the forum is NOT compatible with Zen Cart 1.5.4

    There is a BETA version available on Github. Do a search in this thread and you'll find the link.

  8. #2128
    Join Date
    Mar 2015
    Posts
    105
    Plugin Contributions
    0

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

    Language: Dutch
    English: not so very good
    Allready have a live shop, so building local/on my computer

  9. #2129
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    Quote Originally Posted by Pompidompie View Post
    It clearly says:

    Zen Cart® Versions v1.5.1

  10. #2130
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by Pompidompie View Post
    Hello there.
    I just downloaded this addon and did the best I could to merge the files. Hope I did everything right.
    Then after putting the files where they belong, the readme says, go to...../stock_by_attr_install.php and select full/upgrate and run script....

    I do see the /stock_by_attr_install.php page, but clicking on run script doesn't work.
    It removes everything under the dropdown - run script. The readme says I need to get a message. I don't get one either.

    Then, looking at the catalog, I do see my website, but when I click on a categorie that should had some products in there, I get an error.
    WARNING: An Error occurred, please refresh the page and try again.

    Looking in de logs, it says
    [13-Apr-2015 14:32:05 Europe/Berlin] PHP Fatal error: 1146:Table 'nameofmydatabse.products_with_attributes_stock' doesn't exist :: SELECT count(DISTINCT p2a.products_id) as quantity, po.products_options_name, pov.products_options_values_name, SUM(IF(p2a.products_id IN(180,181,182), 1, 0)) as flag FROM products_attributes p2a JOIN products_options po ON p2a.options_id = po.products_options_id AND po.language_id=2 JOIN products_options_values pov ON p2a.options_values_id = pov.products_options_values_id AND pov.language_id=2 JOIN products_with_attributes_stock p2as ON p2a.products_id = p2as.products_id AND p2as.stock_attributes LIKE CONCAT('%', p2a.products_attributes_id, '%') WHERE p2a.products_id IN (180,181,182) AND p2as.quantity > 0 GROUP BY po.products_options_name, pov.products_options_values_name ORDER BY po.products_options_name, pov.products_options_values_sort_order ==> (as called by) C:\xampp\htdocs\zencart\includes\templates\westminster_new\sideboxes\tpl_dynamic _filter.php on line 402 <== in C:\xampp\htdocs\zencart\includes\classes\db\mysql\query_factory.php on line 155

    I don't have enough experience for all of this, but I can see that it says that a table does not exist.
    The problem could be that i have some other add ons build in, so everything has to move over in the database.

    What must i do to get the install done?

    zencart 1.5.4
    fast and easy checkout
    css js loader
    dynamic filter
    flexible footer
    westminster new template
    second language
    Quote Originally Posted by jeking View Post
    It clearly says:

    Zen Cart® Versions v1.5.1
    Quote Originally Posted by mc12345678 View Post
    Yes that was an issue with the version on the main branch. Try https://github.com/potteryhouse/stoc...12345678_ZC154 which is compatible with both zc 1.5.3 and ZC 1.5.4 as a single download with improvements to handle/address multiple attributes.
    Looking at this page and the previous (link in last quoted post above), would identify a version thatworks with Zc 1.5.4 (and 1.5.3 for those still using that).
    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