jennsweb
Member
Posted 4 months ago #
Hi, I had a similar issue in a test version of an e-commerce site I am working on and thought I had found a fix on gasolicious.com, but here's what happened.
After a fresh install of wordpress, craftycart theme (theme originally chosen by client a while ago) and wp e-commerce plugin, the category pages that showed all the products in that category were showing the last product's name as the page title.
Gasolicious had noticed this bug and provided code that for page.php that worked a little too well. Now product category pages are showing the name of the product category at the top (which is what I wanted), but the first product listed is showing the category title as well and not the product's name! If you have found a fix for this, please share what worked for you!
jeemer
Member
Posted 3 months ago #
I'm guessing you probably have fixed or given up on this, but I managed to find a fix looking around.
Apparently some people get a problem where the first product has no title instead of the category name glitch. The fix is to add an extra call of the product title to the while loop on wpsc-products_page.php
Details are here:
http://code.google.com/p/wp-e-commerce/issues/detail?id=681
I did what the guy in the first post has done, and it's worked perfectly. Hope this helps :)
kwebdesi
Member
Posted 3 months ago #
Hi jeemer - thanks so much. I had this issue and found your post straight away. My problem was in the list display - the category name was showing as the first product name. I did the same fix in wpsc-list_view.php and all good.
chairbeat
Member
Posted 1 month ago #
Thanks so much for this! I was having the same problem and this was the most promising google result, and it paid off. :)