Looks like it's working OK internally. I got the hair I selected in the right color in my shopping cart. Is the only problem the Webgility failure to sync ?
Looks like it's working OK internally. I got the hair I selected in the right color in my shopping cart. Is the only problem the Webgility failure to sync ?
Yeah... the whole ZenCart side of the store is working like a dream. It's the syncing that I need and apparently syncing with product attributes in ZenCart is a global pain that a lot of people share...
That's why I was thinking that there might be a way to go back to having every color a single product and finding a way to bypass the product page altogether...
I have no idea if that's even possible. But I'm hoping.
Well, it would be kind of a cluster, but I suppose you could extend what you're doing now one more step. When I click on Bounce Bounce in the Products sidebox it takes me to an EZ page with links to the various length selections. Then when I select a length it goes to that product info page where I can select a color (attribute). You could have the length selection go to another EZ page created just for that product and length with links to the colors which would link to the specific length/color product. Each product/length/color combination would be a separate product.
They make it difficult/impossible to find pricing on the Webgility website, but if I recall correctly, it isn't cheap. Seems like they would have figured out attributes by now.
Last edited by stevesh; 11 Sep 2012 at 06:19 PM.
That actually sounds like a great solution! Would probably take a bunch of work, but I could probably push through it this weekend and get it squared away. My biggest concern with that implementation: is there a way I could possibly disable the product page for each product color? I don't want to have separate pages for bounce bounce 16 light blonde show up in google and have to style a million different product pages.
Thank you so much for your help!
Can't speak to Google, but you're going to need a product info page eventually for the Add To Cart function, unless you have the Length EZ page links direct to the Color subcategory product listing where each product is a color and you have Add To Cart buttons on those products in that listing. That's probably the way I would do it.
That's another great idea!
Okay, so - my template's category pages look like this:
http://nordichaircontrast.com/index....index&cPath=69
If you were to imagine that page as color blocks, would there be a way that I could disable the link on the image and the title of the product and just leave the add to cart button?
You would need to edit /includes/modules/your_template/product_listing.php and remove the link code from the title and image generating sections, leaving just the text/image output.
It would take some doing, but you should be able to edit includes/modules/product_listing.php to remove the <a href ...> parts in the product name and image statements. I have done so, but it was a while ago and I don't have the file anymore.
One minute late, as usual.
You need the "add to cart" that the product info page has to complete the purchase. However, you might be able to put the skeleton of the form and add to cart code that the info page generates into the link on the ez-page.
The link to a subcat page with individual add to cart buttons for the final choices sounds like the cleanest method. it avoids hundreds or thousands of individually hard-coded add to cart links.
Last edited by gjh42; 11 Sep 2012 at 06:51 PM.