| View previous topic :: View next topic |
| Author |
Message |
mhelms1961
Joined: 06 Mar 2009 Posts: 5
|
Posted: Fri Mar 06, 2009 5:08 am Post subject: |
|
|
Hello Group;
Im am having an issue where the [[PriceSchedule]] custom tag will not render on the product list page. I am using a custom theme but that is not causing the issue. When I apply the default theme the price schedule still does not render on the product list page. Does anyone have an idea what is going on? I am losing sales because customers want to see a price on the product list page rather than clicking through to the product detail page.
Any help would be greatly appreciated!!
Mark Helms _________________ Mark Helms |
|
| Back to top |
|
 |
jrogalski Site Admin
Joined: 27 Nov 2007 Posts: 64
|
Posted: Fri Mar 06, 2009 7:40 am Post subject: |
|
|
Mark,
What type of product are you trying to view the price schedule on the Product List page? This will only appear for static products with no variations. If this is a variable product or a static product with variations, then this will not appear, since the user must go to the product detail page to place the order. |
|
| Back to top |
|
 |
mhelms1961
Joined: 06 Mar 2009 Posts: 5
|
Posted: Fri Mar 06, 2009 8:47 am Post subject: |
|
|
Hi Jason;
Thanks for your reply and thanks for giving me some insight as to my problem. I am still having issues with the price schedule not showing for static products without variations on the product list page:
They render on my sites www.westernstargear.com and www.detroitdieselgear.com but not on
www.runsmartgear.com
Here is my HTML for the Product list page for www.runsmartgear.com do you see anything wrong? Mush help would be appreciated.
<td class="ProductListCell" width="33%" align="center">
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a class="ProductListImage" href="[[DetailsURL]]">[[Thumbnail]]</a></td>
</tr>
<tr>
<td><a class="ProductListName" href="[[DetailsURL]]">[[ProductName]]</a></td>
</tr>
<td colspan="2" align="center"> [[ProductID]]
<tr>
</tr>
<td colspan="2" align="center"> [[PriceSchedule]]
<tr>
<td>
<span style="color:#FF0000; font-weight:bold">Click Image For Price</span>
</td>
</tr>
</table>
</td>
quote: Originally posted by jrogalski
Mark,
What type of product are you trying to view the price schedule on the Product List page? This will only appear for static products with no variations. If this is a variable product or a static product with variations, then this will not appear, since the user must go to the product detail page to place the order.
Mark Helms _________________ Mark Helms |
|
| Back to top |
|
 |
jrogalski Site Admin
Joined: 27 Nov 2007 Posts: 64
|
Posted: Fri Mar 06, 2009 9:51 am Post subject: |
|
|
Mark,
Your HTML is just fine. I did some digging into this, and it appears that these Static products were still connected to some deleted variants in the database. These were not visible on the Admin, but it was causing these products to act like Static Products with variations. We have cleaned this up, and the price will now appear on the product list page. |
|
| Back to top |
|
 |
mhelms1961
Joined: 06 Mar 2009 Posts: 5
|
Posted: Fri Mar 06, 2009 10:23 am Post subject: |
|
|
Thanks for your help!
quote: Originally posted by jrogalski
Mark,
Your HTML is just fine. I did some digging into this, and it appears that these Static products were still connected to some deleted variants in the database. These were not visible on the Admin, but it was causing these products to act like Static Products with variations. We have cleaned this up, and the price will now appear on the product list page.
Mark Helms _________________ Mark Helms |
|
| Back to top |
|
 |
|