-
Re: Product Attribute Grid
I manage to resolve this issue - it was to do with only having 1 size option - anything over 1 options worked fine
So I used the file from this location - thank you :)
I did have to make a few tweaks to it to get the rows/cols to work correctly though :(
lines 154 & 155
remove the -1 from 154 $top_rowspan-1
and
remove -1 from 155 $grid_records['H']['options'])-1
all working now :)
Thanks
Sarah
-
Re: Product Attribute Grid
Quote:
Originally Posted by
joepixel
I'm wondering if anyone has figured out how to do this? This type of grid format is what my client is requesting and I just can't figure out how to modify the attributes.php file to get it to look like this. And, all I need to display is the attribute name, price, and qty box in a row. Has anyone done this and willing to share how?
Thank you!
http://www.zen-cart.com/forum/showpo...&postcount=285
-
Re: Product Attribute Grid
I have now read all this post and tried numerous fixes but cannot get it to add product to the cart.
I can see the grid on the product page but it will not add to the cart.
I am on 1.3.7 with my live site because I cannot get 1.3.9h to work for other reasons. (have posted these else where) My frustration is reaching boiling point.
Can this mod be used with 1.3.7 or can some one please let me know if there is a fix for getting the out of stock message in the shopping cart to show correctly when using Stock by attributes so that if a product is out of stock it does not cause the whole of the cart (ie. every item to show out of stock).
I have been an advocate of Zencart for 5-6years now with my business but this is making me want to abandon it.
I hope some one can help with this plea of desperation.
THank you in adance
-
Re: Product Attribute Grid
I have gone into to Option Manager and selected the attribute name. Then changed the style from 3 to 4 and have gone back to the product where I have used that attribute. The layout of the attribute name, images, and element have not changed. Is what I am trying to do possible? how do I go about instituting the change? TIA TOm :cool:
THis is the product I am referring to. http://www.stitchboutiqueboston.com/...ue-wool-p-352/
-
Re: Product Attribute Grid
Is there someone out there who merged product attribute grid and flexible attribute together?
I would like to replace my checkbox with quantity box and have all of my 7 option value on the side with no breaks as if it was a table. the only way that is possible is with flexible attribute but once that is installed I cannot get the grid attribute to work since i dont know what i am doing when merging the attribute php file.
If anyone can help or point me towards the direction of how I can get this done it would be appreciated.
-
Re: Product Attribute Grid
While trying to figure out how to set an attribute image size, I inadvertently created some code that did exactly what I wanted.
Here is my setup:
-Image Handler 3 Installed
-Product Attribute Grid w/vertical single attributes & RoboPhung fix
I was working on includes/modules/template_name/attributes.php attempting to get the attributes to resize to specified dimensions.
At the line where attribute images are called for the grid layout,
I changed this line:
PHP Code:
$attrib_grid .= zen_image(DIR_WS_IMAGES . $grid_records['V']['options'][$grv]['image']);
to:
PHP Code:
$attrib_grid .= zen_image(DIR_WS_IMAGES . $grid_records['V']['options'][$grv]['image'], $grid_records['H']['options'][$grh]['name'], '50', '50');
While this did solve my problem, I don't know why or how.
At first I was playing with the zen_image parameters, adding '50', '50' to see if the dimensions would pass through the function as parameters.
But then I found that the first '50' was being echoed as the img's 'title' value. So I took the code $grid_records['H']['options'][$grh]['name'] and put it in that zen_image location in an attempt to replace the title tag with the attribute's value name. Low and behold something completely different occured, and I believe image handler 3 created a resize of the attribute because it is proportional and has the bmz prefix.
:huh: ... :clap:
Anyone know what happened here?
-
Re: Product Attribute Grid
Hi,
i tried to fetch many threads,. but could not find how can i put the attributes and the add to art button in one, single box just like this one:
http://www.forensicssource.com/Produ...rint-Ink-Foils
can anyone help me in doing this?
regards,
muteyaar
-
Re: Product Attribute Grid
Is there a way to have the attribute style automatically default to 7 when grid is selected for the option name?
-
Re: Product Attribute Grid
Hello,
I have a small problem with stock quantities. I'm using Zen cart version 1.3.9h with Stock by Attributes and Product Attribute Grid version 1.1.1.
I would like to accomplish this. Two attributes to form a grid with quantity input fields and stock quantity shown next to the input field and additional product attribute (just text) that does not affect stock, but is required to make an order.
This works quite ok already, since I can make the order with all three attributes in place. But with all three, the product attribute grid ignores the stock quantities and allows input to out-of-stock combinations. With just two grid related attributes it works ok.
This picture hopefully explains what I'm trying to do here. This is not actual screenshot, but close to real life scenario. White cells in a table refer to input.
http://dl.dropbox.com/u/43564292/Product-Attr-Grid.png
Best regards,
--Mikko
-
Re: Product Attribute Grid
Attribute grid, column grid for products, contact info side box
My file upload does not work on the page this add-on is on, but when I take the addon off it works just fine.
Any idea what is happening.
-
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.
-
Re: Product Attribute Grid
Ive put the attributes.php but it hasnt got rid o the stupid quantity radio box! Any help?
And also where abouts would I go to edit how the boxes are displayed?
-
Re: Product Attribute Grid
Quote:
Originally Posted by
DannyVarley
Ive put the attributes.php but it hasnt got rid o the stupid quantity radio box! Any help?
And also where abouts would I go to edit how the boxes are displayed?
I just saw a link to your site a few posts back. I have a feeling that you did not put my attributes.php file in the right place. Try doublechecking everything and outline exactly where you had replaced the attributes.php file.
As for the way your product attribute variations each take up two lines.. it's not something you can change in the admin settings. Your situation is different than the way my store is set up, since I have a single set price for all the different attributes for a given product, whereas you specify a price for each different attribute. Looking at the source code of your store page, the only way you will be able to modify the way it's displayed, is by going into the PHP file (in this case, it would be the attributes.php) that formats the table layout for your attribute matrix and edit the code to get rid of the <BR> that proceeds each attribute description so that the price is formatted next to the description on a single line, rather than taking up two lines.
But in my opinion, the way it looks, however, the font is so small, that it doesn't take up much extra space anyway. You won't save much space formatting it into one line instead of two for each attribute description.
-
Re: Product Attribute Grid
Or you can add to your stylesheet
.attrib-grid-vHeader br {display: none;}
.attrib-grid-header-price {padding-left: 1em;}
with any other styling you may want for the price.
Doesn't save much space, but I think it's easier to read.
-
Re: Product Attribute Grid
http://eavisions.com/1.jpg
How to modify in such a way?
With two Multiple Quantity Box.
-
Re: Product Attribute Grid
That would take some additional customized code (PHP and/or javascript).
-
Re: Product Attribute Grid
Quote:
Originally Posted by
gjh42
That would take some additional customized code (PHP and/or javascript).
http://eavisions.com/2.jpg
this modules default is above image when had two attribute.
how can i do like this :
http://eavisions.com/1.jpg
-
Re: Product Attribute Grid
I have noticed that if I have a product whose size /attribute has a price increase added to it. eg a XXL pair of shoes might be £2 more than the XS size. That my grid is showing the price in the heading. how do I get rid of this and just show the size i.e. "XXL" not "XXL +£2"
-
Re: Product Attribute Grid
Like Glenn answered previously can't do it without custom code..
Quote:
Originally Posted by
test06
-
Re: Product Attribute Grid
I cant seem to find an answer to my problem, I have changed the store so the products display prices with the tax added. But sadly this doesnt seem to affect the prices on the grid, See here:
http://kitchenwarehouseltd.com/catal...products_id=15
-
Re: Product Attribute Grid
Hi,
Can the author or contributor(s) confirm if this mod is going to be compatible with zen cart v1.5.0 in the future please.
This is one mod that makes sales and can't upgrade without it, cause it's awesome :)
Thank you.
-
Re: Product Attribute Grid
I have read all 33 pages and can't find the answer I am looking for.
I installed the grid and it seems to work fine except the option values across the top do not line up with the grid boxes.
I have tried reinstalling the files, I put the grid on different products with different values and they only line up with the grids if there is one value. If I select two or more they all shift left.
I am using 1.5 and Ashley Pink template by Picaflor Azul.
It may be a setting on template I suppose, but not sure where to look.
Any help would be appreciated.
Thanks
http://www.thechocolatedropcandyshop...roducts_id=228
-
Re: Product Attribute Grid
I suspect that you should be using the one last released by Absolute back in 2009 (ver. 1.1.1). That one has no problems handling a product grid array where each product has more than 1 option and in your case, your jellybean product has 3 options per attribute.
I think perhaps the latest release specifically address those of us who require only one column of options, in which case 1.1.1 caused problems, i.e., displaying stray radio button.
-
Re: Product Attribute Grid
Quote:
Originally Posted by
rxalex
Daffy, I had the same issue - once installed Product Attribute Grid on 1.3.9h did not see any difference - Thanks for confirming that is mod does not work with 1.3.9h
Hi I am assuming this still doesn't work with 1.3.9h, as I have installed it and everything remains the same. thanks
-
Re: Product Attribute Grid
?? No, this mod works fine and great with 1.3.9h.
My store is running 1.3.9h and as you can see if you check my sig, this mod has been fully implemented.
-
Re: Product Attribute Grid
Hi,
I am using Glenn's flexible_attributes_1-1 module on my site which is great for styling and would not want to add the product grid appearance.
Does anyone know how I can get the quantity boxes to appear on attributes without the grid layout. I have been looking at the files in this module to see which parts of the code displays quantity and then adds this to cart, I am not winning though.
Can anyone help?
-
Re: Product Attribute Grid
Quote:
Originally Posted by
moesoap
Hi,
I am using Glenn's flexible_attributes_1-1 module on my site which is great for styling and would not want to add the product grid appearance.
Does anyone know how I can get the quantity boxes to appear on attributes without the grid layout. I have been looking at the files in this module to see which parts of the code displays quantity and then adds this to cart, I am not winning though.
Can anyone help?
Scrap that, I am being a plonker. Nice addon. Thank you.
-
Re: Product Attribute Grid
Okay I have two genuine questions now :P
Firstly...
I have Dynamic Price Updater installed and from I installed this module (Product Attribute Grid) the price updater no longer works on pages using the multiple quantity boxes as the price just states £0.00.
Even when I add 1 to one of the quantity fields it still doesnt update the price. Has anyone managed to get these two to play nicely together?
My Second Question is whether it is possible to have one of the quantity boxes to default to 1 upon page load. This way if I can get the dynamic price updater to work, it would display the price for one product when the customer first loads the product_info page.
Thanks for any assistance.
Moe.
-
Re: Product Attribute Grid
Quote:
Originally Posted by
moesoap
Okay I have two genuine questions now :P
Firstly...
I have Dynamic Price Updater installed and from I installed this module (Product Attribute Grid) the price updater no longer works on pages using the multiple quantity boxes as the price just states £0.00.
Even when I add 1 to one of the quantity fields it still doesnt update the price. Has anyone managed to get these two to play nicely together?
My Second Question is whether it is possible to have one of the quantity boxes to default to 1 upon page load. This way if I can get the dynamic price updater to work, it would display the price for one product when the customer first loads the product_info page.
Thanks for any assistance.
Moe.
I have just noticed another issue. I have one time setup charge included on my products. but because this addon treats the multiple selection of sizes as different products in the shopping cart, my customers are being charged 1, 2, 3 times for this one time charge depending on the amount of different sizes. I have checked to see if anyone else has encountered this issue, but so far have found nothing. Can someone help with this also?
-
Re: Product Attribute Grid
Is this addon not supported anymore?
-
Re: Product Attribute Grid
Force Radio/Grid with Wholesale Filter
I needed to control the switch between display options, in my case 'radio' buttons for guest/retail customers and 'grid' with quantity for wholesale customers.
Here is the code that will force Zen to stop looking at the database options_type > 2 - Radio or > 23997 - Grid. It then relies on the wholesale switch to decide if it should be displaying a radio button or the grid matrix.
Found at the top of includes/modules/YOUR_TEMPLATE/attributes.php
PHP Code:
$pr_attr = $db->Execute($check_attributes_sql);
$check_attributes_count = $pr_attr->RecordCount();
$pr_attr->fields['total'] = $check_attributes_count; //Fix for template checks
$check_grid = false;
while(!$pr_attr->EOF) {
switch($pr_attr->fields['products_options_type']) {
// bof Twitch Force Radio/Grid with Wholesale Filter 1 of 2 May 16 2012
case '2': //GRID exists // Twitch changed '23997' to '2'
// Twitch Wholesale Filter
if($_SESSION['customers_wholesale'] =='' or $_SESSION['customers_wholesale'] !='1'){
$check_grid = false;
} else {
$check_grid = true;
}
// eof Twitch Force Radio/Grid with Wholesale Filter 1 of 2 May 16 2012
break;
}
$pr_attr->MoveNext();
}
$show_only_grid = false;
if ($check_grid) { // when check grid is true - this determines if the grid actually turns on or not
if (PRODUCTS_OPTIONS_SORT_ORDER=='0') {
$options_order_by= ' order by LPAD(popt.products_options_sort_order,11,"0")';
} else {
$options_order_by= ' order by popt.products_options_name';
}
$sql = "select distinct popt.products_options_id, popt.products_options_name, popt.products_options_sort_order, popt.products_options_comment
from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib
where patrib.products_id='" . (int)$_GET['products_id'] . "'
and patrib.options_id = popt.products_options_id
and popt.products_options_type = '2'
and popt.language_id = '" . (int)$_SESSION['languages_id'] . "'" .
// bof Twitch Force Radio/Grid with Wholesale Filter 2 of 2 May 16 2012
// **** note changed following line: and popt.products_options_type = '2' ***** above to 2 not 23997 - forces it to use the radio buttons by default
// eof Twitch Force Radio/Grid with Wholesale Filter 2 of 2 May 16 2012
IMPORTANT: In the admin section when you navigate to catalog>option name manager you do NOT need to change the option names for your attributes to 'grid', the code above is looking for the radio button switch => option_type = '2' - 'Radio'
Please Note:
This fix is working within a heavily modified ZenCart 1.3.9.h including the following unreleased related modules:
Dual Pricing 1.9t - Twitch Wholesale Pricing
Multi Site
Stock by Attribute w/sold out by attribute patched within the grid matrix
Attributes Grid
And More...
Twitch.
-
Re: Product Attribute Grid
Quote:
Originally Posted by
printchic
I wanted a way to allow multiple sizes to be ordered at one time. I also need the ability to allow customer to "attach files" for upload.
Before i installed "
Product Attribute Grid" upload was working just fine...
After i installed ["B]Product Attribute Grid[/B]" any options that should "accept uploaded files" don't work. It instead put the word "TEXT" where the "filename should be".
In other cases these fields that should "accept upload files" don't show up at all in the cart. Here's a snapshot of 3 senarios. I included the "input screen" the customer would fill out and the CART to show what is happening.
http://www.promotees.com/samples/zen_nofileupload.jpg
(also attached it so you can see it enlarged)
ITEM 1 IN CART:
shows that it "DOES" show the upload field of "Sticker-175" but doesn't show the filename instead it says "TEXT".
(doesnt upload a file either)
ITEM 2 IN CART:
This is the actual way i intent to use the grid (for custom products). As you can see here it didn't include "either upload files" Filename-Front or Filename-Back.
** no file was uploaded either **
ITEM 3 IN CART:
This is a product "
WITHOUT" using the
PRODUCT ATTRIBUTE GRID". The upload filed "Sticker-175" shows up and has the filename like it should
The file does upload
Obviously i am doing something wrong and i can't find any directions on how to use the module so is it possible i "CAN'T" have several drop down boxes or radio boxes if i use the grid module?
I am so confused as to what is happening. I couldn't fine any documentation in the product attribute grid module as to how to use it all i got was the installation directions.
ZEN VERSION: 1.3.8a
OTHER MODULES INSTALLED: Enhanced Attribute Controller
Did you ever get this to work ?
-
Re: Product Attribute Grid
Concerning post 331, table headers not lining up..
I just added this line at 160 in attribute.php
//Added this td line to move header over one column
'<td>' ."\n";
-
3 Attachment(s)
Re: Product Attribute Grid
hi all
I'm using zen-cart-v150-full-release-12302011
I have installed [ creinold_SBA5.0_alpha_version1.5_for_zencart_V1.5.0] and Pruduct Attribute Grid 1.1.2
they are working now, just display layout is not good, attach image as below, can anyone let me know how to edit the layout
pic1
Attachment 10651
pic2
Attachment 10652
the layout I need is similar as below pic
Attachment 10653
thanks a lot
-
Re: Product Attribute Grid
HEllO People!!!
I was wondering if anyone had made this plugin for version 1.5
thank you very much
-
Re: Product Attribute Grid
Quote:
Originally Posted by
chava1106
HEllO People!!!
I was wondering if anyone had made this plugin for version 1.5
thank you very much
I would like to know the same thing! I've tried installing the latest plugin available but it doesn't work on v1.5.
-
Re: Product Attribute Grid
What kind of output/problems does 1.5 give you? I have a 1.5 cart in use but no time right now to fit the grid into it... post a screenshot or details if you could so I can schedule it in :)
Twitch.
-
Re: Product Attribute Grid
Quote:
Originally Posted by
twitchtoo
What kind of output/problems does 1.5 give you? I have a 1.5 cart in use but no time right now to fit the grid into it... post a screenshot or details if you could so I can schedule it in :)
Twitch.
I'm not sure what is causing the problem but it just flat out doesn't work. It doesn't change anything on the product page, after installing the plugin nothing happens on the front end of the website.
-
Re: Product Attribute Grid
I've read through this thread but am still not clear if this plugin will provide what I need.. so, I wonder if someone could answer or help with the following;
1. does this plugin actually work with Zen Cart version 1.5? (I don't want to install if it's not compatible)
2. Can I use this plugin to create Quantity Boxes for each attribute of each product? for example;
I have products that have a fixed price (i.o.w. attributes don't change price)
Once a customer chooses a product there are say 10 different styles (attributes) to choose from (same basic product with 10 different markings)
Can I use this plugin to allow customers to choose a different quantity for each attribute.. so
Product 1 ==> 5 with attribute A, 10 with attribute B, 2 with attribute F and so on... ?
This would obviously mean that the final order placed would show in the cart (using the example in the line above) virtually 3 different items, ie
Product1/attributeA x 5
Product1/attributeB x 10
Product1/attributeF x 2
(these are all same unit price)
Any advice gratefully accepted.
-
Re: Product Attribute Grid
OK, well I did install the plugin anyway :yes: and it works a treat as per my requirements below.
If anyone is having a problem with Zen Cart version 1.5.0, I can confirm that it works and the option to choose 'Grid' as a 'Type' for your attribute name definitely shows in Attribute Controller/Product Options.
I do need to deal with (remove) the quantity box for the main product (the default, non attribute 'Add to Cart' field) but that is trivial.
Many thanks to the plugin author, and yes I will be donating as it's saved me money!
Quote:
Originally Posted by
zippity
I've read through this thread but am still not clear if this plugin will provide what I need.. so, I wonder if someone could answer or help with the following;
1. does this plugin actually work with Zen Cart version 1.5? (I don't want to install if it's not compatible)
2. Can I use this plugin to create Quantity Boxes for each attribute of each product? for example;
I have products that have a fixed price (i.o.w. attributes don't change price)
Once a customer chooses a product there are say 10 different styles (attributes) to choose from (same basic product with 10 different markings)
Can I use this plugin to allow customers to choose a different quantity for each attribute.. so
Product 1 ==> 5 with attribute A, 10 with attribute B, 2 with attribute F and so on... ?
This would obviously mean that the final order placed would show in the cart (using the example in the line above) virtually 3 different items, ie
Product1/attributeA x 5
Product1/attributeB x 10
Product1/attributeF x 2
(these are all same unit price)
Any advice gratefully accepted.
-
Re: Product Attribute Grid
Zippity are you looking to hide the product page quantity display?
Catalog> Product Types> Product General> Edit Layout> Show Quantity in Stock
- set to zero.
Twitch.
-
Re: Product Attribute Grid
Quote:
Originally Posted by
zippity
OK, well I did install the plugin anyway :yes: and it works a treat as per my requirements below.
If anyone is having a problem with Zen Cart version 1.5.0, I can confirm that it works and the option to choose 'Grid' as a 'Type' for your attribute name definitely shows in Attribute Controller/Product Options.
I do need to deal with (remove) the quantity box for the main product (the default, non attribute 'Add to Cart' field) but that is trivial.
Many thanks to the plugin author, and yes I will be donating as it's saved me money!
Can you give instructions to instal this on ver1.5
the readme doc (file tree) and the actual unzipped file structure are different
with one did you follow
its not working for me
thanks
-
Re: Product Attribute Grid
Got it to work. Used the file/dir order in the zip file. To get it activated go to the Admin -> Catalog -> Option Name and pic Grid from the drop down.
-
Re: Product Attribute Grid
I guess I am just like a lot of people. I did get this to work however when adding two grids they do not line up right. The top row needs to come over to line up over the boxes. The next issue is the upload. I do custom t-shirts so need the file upload to work but it does not since adding this plugin. I have seen others with this problem but no one has answered from what i have seen. Can someone please help with both of these issues. I have added a link . This is how i really need for it to work. Thanks
http://www.stitchboutiqueboston.com/...-lights-p-346/
-
2 Attachment(s)
Re: Product Attribute Grid
I install in V1.5.0, Product Options is ok, there is Grid can be choosed as below.
Attachment 11203
But it can't show on web page, it shows: WARNING: An Error occurred, please refresh the page and try again.
Attachment 11204
Could who help me what is happen and how to fix it? Thanks!
-
Re: Product Attribute Grid
If you can see your most recent cache/debug file it should have recorded the line of code that failed?
-
Re: Product Attribute Grid
Yes, it shows:
1364 Field 'configuration_description' doesn't have a default value
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, date_added) VALUES ('Attribute Grid Installed', 'CONFIG_ATTRIBUTE_OPTION_GRID_INSTALLED', 'true', now())]
How can I set it?
Thanks!
-
1 Attachment(s)
Re: Product Attribute Grid
Quote:
Originally Posted by
gddgek
Yes, it shows:
1364 Field 'configuration_description' doesn't have a default value
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, date_added) VALUES ('Attribute Grid Installed', 'CONFIG_ATTRIBUTE_OPTION_GRID_INSTALLED', 'true', now())]
How can I set it?
Thanks!
more information at myDebug-xxxx.log file:
PHP Fatal error: 1364:Field 'configuration_description' doesn't have a default value :: INSERT INTO configuration (configuration_title, configuration_key, configuration_value, date_added) VALUES ('Attribute Grid Installed', 'CONFIG_ATTRIBUTE_OPTION_GRID_INSTALLED', 'true', now()) in D:\WWW\hiner\includes\classes\db\mysql\query_factory.php on line 120
line 120 as below:
Attachment 11213
-
Re: Product Attribute Grid
Hi all,
I hope someone can help me. I am using zen version 1.3.9h with Attribute Grid 1.1.2. Please see: http://www.fossilandrock.co.uk/index...products_id=13. These are my issues (this is using Google Chrome):
1. On the left hand side I have the heading Quantity, how can I remove this?
2. Each attribute option will determine the price. However, it shows the size and then the price below it, how can I get this to display in 1 line (i.e. Small +£0.50)?
3. In Firefox, my heading does not display right. Size is displayed down the left hand side, and "Quantity" moved left to the top of the Sizes, how can I fix this?
Any help is greatly appreciated!
B
-
Re: Product Attribute Grid
To change the row to column product listing in central box
follow the steps
Steps1:- go to /your_directory_name/includes/templates/classic/css/stylesheet.css
Step 2:-Edit at line No 521 put the following codes
float:left;
width:110px;
height:160px;
margin:5px;
step3:- now go to include/modules/new_product.php
go to line no 71 and change the code set width as per your need
'style="width:28%;"', /* origal code --- 'style="width:' . $col_width . '%;"',*/
Thanks & Regards
Prad
-
Re: Product Attribute Grid
A new 1.5-friendly version of the module will be available in the downloads section soon.
The new version includes display improvements for product options and better support for single-column quantity attributes.
Stay tuned!
-
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?
-
2 Attachment(s)
Re: Product Attribute Grid
HI, I have been playing with this as I had thought about installing it but I have come across a bit of a weird problem, also a bit of a HCI design flaw.
A) in keeping with a more modern flow of commerce processing I have tried to redesign my product page to be:
1) product name
2) price
3) attribute
4) add to cart button
however, when I rearrange my tpl_product_info_display.php to get the desired look
Attachment 11977
the mod stops working? I don't know why?
It only seems to work if the grid attributes are after the Add To Cart Button. Other attribute types (button/dropdown/checkbox) do not break when displayed before the Add To Cart Button
B) If using grid attributes, shouldn't the qty box highlighted in orange below disappear?
Attachment 11978
Anyway, these problems could just be related to me. Just thought I would highlight.
-
Re: Product Attribute Grid
@ray-the-otter
I might have a solution for you that works for me.
I also had the same issue of confusion when I installed the module, so I made changes.
Template:
tpl_product_info_display.php ( copy to custom template folder, then make changes )
change :
Code:
if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . '<span class="fright">'.zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT).'</span>';
}
to this:
Code:
if ($zv_display_select_option > 0) {
// bof MOD: hide the quantity box if attributes exists // only works with Attribute Grid Module.
$the_button = '' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . '<span class="fright">'.zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT).'</span>'; // eof
} elseif ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
// hide the quantity box and default to 1
$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . '<span class="fright">'.zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT).'</span>';
}
works for me for now, could be improved.
Any comments and changes please post them.
Regards
guyonthegoldcoast
-
Amber Alert: Quantity In Cart Missing
Problem!!
Quantity in Cart: doesn't display under add to cart button after the product was added to the cart once returning to the product page.
If a product doesn't have the grid the product page will show Quantity in Cart: 4 ( if you added 4 to the cart previously).
What's up with that.
Any takers to this disappearance.
Who stole it!! :unsure:
-
Re: Product Attribute Grid
Quote:
Originally Posted by
guyonthegoldcoast
@ray-the-otter
I might have a solution for you that works for me.
I also had the same issue of confusion when I installed the module, so I made changes.
Template:
tpl_product_info_display.php ( copy to custom template folder, then make changes )
change :
Code:
if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . '<span class="fright">'.zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT).'</span>';
}
to this:
Code:
if ($zv_display_select_option > 0) {
// bof MOD: hide the quantity box if attributes exists // only works with Attribute Grid Module.
$the_button = '' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . '<span class="fright">'.zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT).'</span>'; // eof
} elseif ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
// hide the quantity box and default to 1
$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . '<span class="fright">'.zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT).'</span>';
}
works for me for now, could be improved.
Any comments and changes please post them.
Regards
guyonthegoldcoast
change:
$zv_display_select_option
to:
$grid_records
works better.
-
Re: Product Attribute Grid
Really like the layout grid for sizes in a multi size order. it's perfect for my application! Thank you. Is there a way to price 2XL and 3XLoptions at an additional addon price? Using Zencart 1.5.1
example: http://hvacuniforms.net/hvacuniforms...&products_id=9
-
Re: Product Attribute Grid
I am hoping someone here can point me in the direction of a solution to my problem. I cannot get the grid attributes to work correctly. Here's the page (specific product that I need to work) http://mjsewingsupply.com/store/inde...&products_id=6
My goal for the product is to have an extensive list of colors which are all the same price and can be added to the cart from the single product page.
I cannot get any of the attributes to add to the cart. Furthermore, in the past when I have gotten them to add to cart, the price is set to 0$ and the quantity is 1 (no matter how many attributes I have added). I tried to search for the answers without any luck. Hopefully someone here knows what I am doing wrong. Thanks so much for any help!!!!
-
1 Attachment(s)
Re: Product Attribute Grid
Dear friends,
I really appreciate this module.
One thing I found questionable is that when I have only ONE COLOR and FOUR SIZES for product grid for an item, grid is incomplete.
Also the alignment for sizes are off.
If another color is added, the grid looks just fine as a complete grid. Nothing is off.
Here is the image:
Attachment 12338
You can see it at: http://www.jostarusa.com/half-sleeve...eve-p-145.html
Is there a way to complete the grid with only one color?
Jostar
-
Re: Product Attribute Grid
I really need some help. I cannot get any of the attributes to add to the cart. Could someone tell me what I am doing wrong? I'm very frustrated. Please help!
Here's the listing I'm referencing. http://mjsewingsupply.com/store/inde...&products_id=9
Thanks
Jenny
-
Re: Product Attribute Grid
Ive seen a few people mention the attributes not including taxes. I have this problem also, everything else about the mod works fine, just the displayed price for an attribute not including tax.
Is there an answer to this?
-
Re: Product Attribute Grid
Hi
I seem to be having the same problem.
Quote:
madalinejane
Re: Product Attribute Grid
I really need some help. I cannot get any of the attributes to add to the cart. Could someone tell me what I am doing wrong? I'm very frustrated. Please help!
Here's the listing I'm referencing.
http://mjsewingsupply.com/store/inde...&products_id=9
Thanks
Jenny
I have installed Product Attribute Grid and I can't seem to get any of the attributes to add to the cart. I am using priced by attributes but I have tried it with just the product price and neither seems to work, I am using zencart 1.5.1. Anyone have any suggestions?
Any help greatly appreciated.
-
Re: Product Attribute Grid
I get a "page NOT found"?
-
Re: Product Attribute Grid
Hi all,
Hope someone can help me! I have re-created my site on 1.5.1, please see product page http://www.fossilandrock.co.uk/cryst...gate-blue-lace. When I try to add options, it does not add it to my cart at all, it just shows the product and the charge is £ 0.00. How can I fix this?
B
-
Re: Product Attribute Grid
Quote:
Originally Posted by
wilt
k,
I installed the attributes grid contribution on a stock 1.3.8 install with the most up to date Security patch file.
It does in fact stop this contribution from adding items to the cart.
The reason is, that the security patch uses a whitelist of characters that are allowed in the to be keys of the products_id array.
The attribute grid contribution uses extended product ids, as keys and these fail the whitelist test.
The fix is fairly simple.
In the security patch, there is a function called.
securityPatchSanitizePostVariableProductsId
and in this is the line
PHP Code:
if (ereg_replace('[0-9a-zA-z_]', '', $key) != '')
this should be changed to
PHP Code:
if (ereg_replace('[0-9a-zA-z_:]', '', $key) != '')
We will look to release an updated patch (probably this weekend)
Our apologies for the inconvenience, however we took the position that using a whitelist was more secure than relying on a simple blacklist.
Hi everyone,
I have asked a few days ago for some help as my products are simply not added to the cart, just worried support on this thread is now non-existent as no one seems to want to reply. Using version 1.5.1, www.fossilandrock.co.uk.
From the above, I found /includes/extra_configures/security_patch_v138_20080919.php. On this I cannot find the above, only at the bottom if (preg_replace('/[0-9a-zA-z_:.]/', '', $key) != ''). This does not quite match the above, but could this be the culprit that prevents my products to be added to the cart?
B
-
Re: Product Attribute Grid
The rewritten preg_replace you quoted is newer and compatible with contemporary versions of PHP. The old ereg_replace was for PHP 4, and is now obsolete.
-
Re: Product Attribute Grid
Quote:
Originally Posted by
DrByte
The rewritten preg_replace you quoted is newer and compatible with contemporary versions of PHP. The old ereg_replace was for PHP 4, and is now obsolete.
Hi DrByte. Thanks for the reply. What else could be happening as my attributes are not sent to my cart?
B
-
Re: Fast and Easy Checkout for Zen Cart
Hi,
I hope someone can help me. I am using version 1.5.1, www.fossilandrock.co.uk. I have Product Attribute Grid installed, as we offer products that are available in different sizes and we would like customers to add multiple options to their cart (here is an example http://www.fossilandrock.co.uk/cryst...43d45368ab0abd). However, what I have found is that when I click "Add to cart", the attributes are not added, and the product shows up as £ 0.00. I just wanted to confirm, is Fast and Easy Checkout compatible with the Product Attribute Grid and Stock by Attributes?
B
-
Re: Fast and Easy Checkout for Zen Cart
Hi,
I took a quick look at your site. The problem does not seem to stem from parameter sanitization (as per your post http://www.zen-cart.com/showthread.p...42#post1208642)
Looking at the page source, there appears to be missing hidden fields on the page, that the attribute need to process when adding the product to the cart.
Not sure why that is happening though. I will try and do a integration on a clean v1.5 to see if that sheds any light.
Also given that it is the product page that is the problem, it's unlikely to be anything related to fast & easy.
-
Re: Product Attribute Grid
Hi developers,
I could not make this module work at all, and found this morning that the module is actually broken.
What I have done:
1. Installed fresh version of 1.5.1 on www.torfarm.retailjunction.co.uk
2. Installed 1.5.1 version template of bentley_classic
3. Installed Stock by attributes (as this was a fresh install I allowed simple overwrite of files) (latest version loaded by kuroi on 03 Jan 2013)
4. Installed Product Attribute Grid 1.2 (updated by Absolute on 02 Nov 2012)
My attributes are not added to the cart, same as with my main site, please test. I have compared and have noticed from your version for 1.3.9, two files are missing from the 1.5 version, tpl_product_info_display.php and tpl_modules_attributes.php. Were these really unnecessary files? Could you please have a re-look at this module and fix? Your help here is greatly appreciated.
Kind regards
B
-
Re: Product Attribute Grid
Just PM'd Absolute but mailbox full....
-
Re: Product Attribute Grid
While you're at it, could I ask another favour? The module is a bit "broken" in Firefox. It displays correctly in Chrome and Internet Explorer, however in Firefox the heading "size" is displayed on the left hand side, next to the attribute options, and I have tried all variations of CSS but cannot seem to move the "size" to above the options, so that "size" and "quantity" is displayed in one line, each above their own column.
Thanks!
-
Re: Product Attribute Grid
Hi,
I have noticed it sends the product to the cart, not the cost. So it shows 2 items in cart - £ 0.00. Is this an issue with the Product Attribute Grid, or Stock by Attributes module?
B
-
Re: Product Attribute Grid
Hi,
Shame on the mod developers for still not getting back to help us Zenners!
OK, I fixed it! They seem to have forgotten that one of their "unneccessary" files was actually neccessary! For anyone with version 1.5.1., wanting to use this module, in order for your attribute stock to show up on the cart, please check the previous version's tpl_product_info_display.php. Under the section "Add to cart", there is a piece of code missing which will allow the attributes to be sent to the cart.
Replace:
<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
// do nothing
} else {
?>
<?php
$display_qty = (($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' : '');
if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
// hide the quantity box and default to 1
$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
} else {
// show the quantity box
$the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="4" /><br />' . zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '<br />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
}
$display_button = zen_get_buy_now_button($_GET['products_id'], $the_button);
?>
<?php if ($display_qty != '' or $display_button != '') { ?>
<div id="cartAdd">
<?php
echo $display_qty;
echo $display_button;
?>
</div>
<?php } // display qty and button ?>
<?php } // CUSTOMERS_APPROVAL == 3 ?>
<!--eof Add to Cart Box-->
with:
<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
// do nothing
} else {
?>
<?php
$display_qty = (($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' : '');
if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
// hide the quantity box and default to 1
$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
} else {
// show the quantity box
$the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="4" /><br />' . zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '<br />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
}
if (isset($attrib_grid)) {
$the_button = zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
}
$display_button = zen_get_buy_now_button($_GET['products_id'], $the_button);
?>
<?php if ($display_qty != '' or $display_button != '') { ?>
<div id="cartAdd">
<?php
echo $display_qty;
echo $display_button;
?>
</div>
<?php } // display qty and button ?>
<?php } // CUSTOMERS_APPROVAL == 3 ?>
<!--eof Add to Cart Box-->
And it adds the attributes to the cart!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
wilt
Hi,
I took a quick look at your site. The problem does not seem to stem from parameter sanitization (as per your post
http://www.zen-cart.com/showthread.p...42#post1208642)
Looking at the page source, there appears to be missing hidden fields on the page, that the attribute need to process when adding the product to the cart.
Not sure why that is happening though. I will try and do a integration on a clean v1.5 to see if that sheds any light.
Also given that it is the product page that is the problem, it's unlikely to be anything related to fast & easy.
Hi,
Thanks for the reply. I apologise for messing you about, it seems the module Product Attribute Grid has been released with it being an incomplete module. They removed some code from the 1.3.9 version, I have re-added this code into the 1.5.1 and this has fixed the issue! My shop is now working as it should. Thanks for taking the time on this.
Kind regards
B
-
Re: Product Attribute Grid
Thanks for posting back with the solution to your problem.
-
Re: Product Attribute Grid
I have a question I'm hoping someone can help me with. I sell downloadable products that I also offer a printing service for. I'm using this to offer customers the choice to have one or more copies of a product printed with various options. I'd like to make it so that the printing choices are optional and do not have to be selected for a person to order the digital download.
So either, I need these to behave like check boxes and be ignored if they are set to zero, allowing someone to put the digital product in their cart, OR I need to set one of the qty boxes to a default of 1 instead of 0 so I can have it automatically selected to "NO PRINTING -- Digital download only". Or perhaps there is some other solution to this that I haven't thought of yet? I'm including a URL to a product that has this issue: The customer MUST choose a qty where before they were able to just click ADD TO CART. If they don't make a choice, they end up adding nothing to the cart.
http://www.littlelearninglovies.com/...roducts_id=460
Thank you very much for any help you can offer on this issue! :)
-
Re: Product Attribute Grid
Great plugin. I was asked if it was possible to add up everything on the product page that is entered in the grid. But make it dynamic. Any ideas on how to capture the input without hitting add to cart.
Color:
Blue - 10
Black - 0
Green - 10
Total - 20
-
Re: Product Attribute Grid
Also is there a way to get the grid to have several colloums. I have about 10 different colors and I want to do 5 and 5. Thank you.
-
Re: Product Attribute Grid
Hey fellas,
Just a heads up, I am still having the add to cart problem listed by many users previously. im running 1.5.1 and plugin version 1.2.
When I attempt to change the tpl_product_info_display.php file in my andover_modern template it messes up the cart significantly. What happens now is any quantity added to the grid during check out becomes the quantity for the entire item not just the attribute addon. So for example, if the item is $50 and the attribute option is just $1 each; if I went to the cart and added 10 of the $1 attribute in the grid, then my cart wants $500 for 10 of the entire product.
Further, the same product does not work at all when you try to add it to cart if I leave the grid attributes blank. It just goes back to the main page instead. Other items that dont use grid still work as intended.
Thanks in advance for any help.
Mark
-
Re: Product Attribute Grid
Quote:
Originally Posted by
DivaVocals
I've search the thread but don't see an answer for this. My apologies if it has been posted and I missed it.. I think I've found a bug with this mod.
See this product:
http://clients.overthehillweb.com/ha...erimeter-Large
This product has two option names: color & wig length. Color has two option values, and wig length has only one. Though BOTH attributes are set up with the grid type, when I add wig lenth to the product the attribute not only shows up as part of the grid, but also as a radiobutton too. I doubled checked that there is only have ONE option name called "Wig Length", and I double checked that there is only ONE 16" value added to this product.
This product had the same issue. To double check that this is indeed a bug, I added an additional option value to the wig length. Once I did that, the radiobutton disappeared.
http://clients.overthehillweb.com/ha...rimeter-Medium
Also I see that the issue is only a problem if there is one value on the right side of the grid. Products which have only one option value across the top of the grid do not display this behavior:
http://clients.overthehillweb.com/ha...rimeter-Medium
I could use some help as to HOW to fix this..:smile: Obviously the workaround is to add another option value to the right side of the grid, but I'd like to not HAVE to do this..
I am encountering the same issue on my site. Does anyone have a solution?
-
Re: Product Attribute Grid
The attribute grid seems to be working fine, but in the admin I am getting the message "Warning: Absolute's Product Attribute Grid was detected, however the Product Option Type for Attribute Grid was not fully installed in the database. Temporarily configuring PRODUCTS_OPTIONS_TYPE_ATTRIBUTE_GRID = 23997" whenever we go to the "orders" area in the admin. I tried reinstalling it. The version I had didn't have a database option to install (no SQL file). I suspect it has something to do with this being an upgraded cart (from 1.3.8 to 1.5.1) and maybe the OLD installation left some DB table that shouldn't be there? But I can't find it. Can you help?