Re: Product Attribute Grid
I need to show Quantity Boxes next to Product Attributes, like:
http://www.gogofurniture.com/product/AB-B117
Following is my website, where I want to display the boxes:
http://royalfurnitureny.com/index.ph...products_id=85
I had tried the following plugin, but no success:
"Stock by Attributes v1.4.13"
http://www.zen-cart.com/index.php?ma...roducts_id=310
My Zen-Cart versions is: 1.3.9h
"Please give a tutorial help, if possible"
Re: Product Attribute Grid
Re: Product Attribute Grid
About a year ago, you help me install teh Product Attribute Grid here http://www.stitchboutiqueboston.com/...d-6-ply-p-580/ I hav installed it on another site and all of the attributes appear on one line despite the settings in admin. I can't remember what was done to fix it but can you point me in the right direction. TIA TOm www. tillitomas.com/catalog/yarn/pure-simple-p-8/ :cool:
Re: Product Attribute Grid
I also would need the stock quantity to be shown dynamically next to the input fields.
It looks like RoboPhung fix solved this but it is not anymore downloadable here:
http://www.zen-cart.com/forum/showpo...&postcount=285
Elli
Re: Product Attribute Grid
In my web site,the product have two Attribute,color&size.
now in the product info page, i buy a white color and a size like M, and the product add to cart,on the shopping cart page,when i click the continue shopping buttom,and return the product info page.when i add products to cart with the same Attribute Grid ,the number will not be superimposed on the shopping cart,someone can help me?
Re: Product Attribute Grid
I have installed the Products attibute grid to my shop and found that it works perfectly except the attribute options go way too far off the page, Is there any way I could put the attributes in a grid or make them go down vertically instead.
See here - [url="http://kitchenwarehouseltd.com/catalog/index.php?main_page=product_info&cPath=1_3&products_id=3"[/URL]
Any help is awesome, even if its just pointing me in the direction of the files that I should be editing.
Re: Product Attribute Grid
Quote:
Originally Posted by
ellivir
Hello,
I've restored the attributes.php file linked in my original post in the support thread. I did not realize that people would still be looking for that file, since this mod is older and seems to have been discontinued by the original developer.
Here it is again.
Please note that the fix I posted is only for a very specific matrix configuration, where you only need 1 column of attributes... What I mean is, if you sell a widget that comes in 5 different colors and that is the only attribute that your widget has, then you would set up two attributes for that product, a "color" attribute, and "quantity" attribute. And then use the Products by Attribute mod to set up a 1 column matrix, where you can enter the quantities for each product. If you have two sets of attributes, such as color and size, then Absolute's original mod works perfect. Its just when you really only need a 1-column matrix, that his mod displays the grid with some glitches.
The live display of quantity counts for each attribute is a completely different fix. It applies to a manual code edit to another mod, Products by Attributes. Obviously, you would first need to have Products by Attributes mod installed in order to keep track of the quantities for each separate attribute configuration for a specific product. The fix is outlined here to get the quantity counts to be displayed.
You can refer to my store (in my sig) to see how the grid would function once all the tweaks have been made.
Re: Product Attribute Grid
I'm just taking a wild guess here, but I believe that the functionality of this entire plugin is built solely on the usage of only two attributes at the very most. It just sets up a grid based on those two attributes. If you create a 3rd, such as what I'm assuming you're doing, despite it being somewhat detached (a random text attribute), it will cause this mod to haywire and behave unexpectedly. It will probably require some meticulous code editing to get this plugin to work within your requirements.
Re: Product Attribute Grid
Quote:
Originally Posted by
benben
In my web site,the product have two Attribute,color&size.
now in the product info page, i buy a white color and a size like M, and the product add to cart,on the shopping cart page,when i click the continue shopping buttom,and return the product info page.when i add products to cart with the same Attribute Grid ,the number will not be superimposed on the shopping cart,someone can help me?
Sorry I don't believe there is a fix for this issue. I've encountered the same problem too, but I just have to let it be. Hopefully customers are mindful enough to make sure that their shopping carts are correct when they check out :)
Re: Product Attribute Grid
Quote:
Originally Posted by
muteyaar
You're are going to need to edit your "tpl_product_info_display.php" file in your template folder to move the cart button to your specific location. Depending on how complex your template is, it may vary from being relatively easy to quite difficult to move it where you want.
I was able to move my cart button so that it sits right below my attribute table. You can check my store (linked in my sig) to see.
Refer to this faq for better info.