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
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
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
glowstar
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
- unzip the release package
- go to your site's Admin area, login and then select Tools > Install SQL Patches
- Click in the upload file box and browse to stock_attribute.sql file in the package you unzipped, then press the upload button
- edit the names of the two directories listed in the installation directions to have the name of the template that you are using instead
- copy the admin and includes directory to your site, placing them in the directory where the existing admin and includes are already located
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
distanceDemon
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.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
kuroi
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
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
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
KiltsRock.com
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.
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??
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
Sunabac
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.
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! :P