Re: Product Attribute Grid
The new version is available for download here: http://www.zen-cart.com/downloads.php?do=file&id=618
If you have any issues, please post them here. I hope to have some time to respond, and I appreciate all the others that are also helping out with this support thread.
1 Attachment(s)
Re: Product Attribute Grid
how can i fix this? i have uploaded several times the files and is not working properly. is it
because i have Image Handler 4?the detail pics as well are off please help
Attachment 11527
Re: Product Attribute Grid
@21yanks,
The module isn't very well suited to attribute images, since it is formatted for a grid pattern. You might try separating your products into a separate color for each, then do an attribute for sizing.
Or, you can add your images to the main product additional images. As long as the colors are fairly obvious I think you won't have any problem. The sample you show here is quite clear which color I would be ordering as a consumer.
Re: Product Attribute Grid
THANKS FOR YOUR HELP HOPEFULLY AN UPDATE AVAILABLE SOON.IS THEIR A WAY TO CHANGE THE GRID TO horizontal?
Re: Product Attribute Grid
Yes, to change the attribute position, go to Catalog > Option Name and change the Sort Order. The lowest sort number is at the LEFT of the grid, and the highest sort number is on the TOP of the grid.
2 Attachment(s)
Re: Product Attribute Grid
Hello all,
I'm having an issue with Zen 1.5.1 and attribute grid 1.2. I cannot get the quantities box to be below the color (attribute). See screenshot. I had this working with 3.9h but I did a friesh install of 1.5.1 and cannot get it to work.
http://www.pokerdiscount.net/11-5-gr...chip-1717.html
BAD
Attachment 11911
This is how I need it..
Attachment 11912
Please help, I'm pulling my hair out.
Thanks in advance.
Tom
2 Attachment(s)
Re: Product Attribute Grid
For any fellow Zen Cart user that are struggling to get the grid horizontal instead of vertical (I can only confirm that this works with Zen 1.5.1 and one attribute option (color) and of course showing a quantity box. I've attached my attributes.php files. Make sure you make a backup of you attributes.php first, place the attached file after unzipping in your overrides directory (public_html/includes/modules/your template name here) and rename back to attributes.php. Hope this helps.
Style as needed in stylesheet. I pasted the entries below in my stylesheet. There are other edits for appearance but I cannot get them to work for the life of me.
/*Attribute Grid*/
#attrib-grid-table {
border: 2px solid RED;
background-color: #ffffff;
color: #ffffff
}
#attrib-grid-table td {
border: 2px solid BLACK;
text-align: center;
background-color: #8b9836;
font-weight: bold;
}
Attachment 11950
Regards,
Tom
Re: Product Attribute Grid
@pokerdis,
Thanks for posting your solution and helping others.
Re: Product Attribute Grid
Using with 1.5.1 store. Setup attribute as grid.
I set a price for each attribute option. The price is not showing on the product page nor is the attribute price being added to the total product cost. The selected attribute not showing as a line item in the shopping cart either.
Any help is greatly appreciated.
Re: Product Attribute Grid
@rweeks,
Are you running the latest version of the plugin, found here?
http://www.zen-cart.com/downloads.php?do=file&id=618
Does your product have "Priced by attributes" turned on?