Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
batracy
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.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
mc12345678
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
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
edvon
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.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
mc12345678
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.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
mc12345678
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
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
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.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
Pompidompie
It clearly says:
Zen CartŪ Versions v1.5.1
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
Pompidompie
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
It clearly says:
Zen CartŪ Versions v1.5.1
Quote:
Originally Posted by
mc12345678
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).