You are here:  » Featured products price links


Featured products price links

Submitted by marco@flapper on Thu, 2012-03-22 09:40 in

Hi,
I'm not sure if I'm using the standard html of the plugin but I get:

http://www.mywebsite.com/containerpage/%PRICE_LINKS% instead of a working url.

I have in the settings (Featured Products Each):

<td>
<h4><a href='%PRICE_LINKS%'>%PRODUCT_NAME%</a></h4>
%IF_IMAGE%
<img height='100' src='%IMAGE_URL%' /><br />
%ENDIF_IMAGE%
%IF_USEINTERACTION%
  %IF_REVIEW_COUNT%
    %RATING% <a href='%REVIEW_URL%'>%REVIEW_COUNT% Reviews</a>
  %ELSE_REVIEW_COUNT%
    <a href='%REVIEW_URL%'>Beoordeel dit product</a>
  %ENDIF_REVIEW_COUNT%
  <br />
%ENDIF_USEINTERACTION%
%IF_COMPARED%
  <em>van</em> %PRICE%
  <br />
  <a href='%PRODUCT_URL%'>Vergelijk prijzen</a>
%ELSE_COMPARED%
  %PRICE%
  <br />
  <a href='%PRODUCT_URL%'>Bekijk</a>
%ENDIF_COMPARED%
</td>

Submitted by support on Thu, 2012-03-22 10:14

Hi Marco,

%PRICE_LINKS% isn't a supported placeholder in Featured Products / Each - this line -

<h4><a href='%PRICE_LINKS%'>%PRODUCT_NAME%</a></h4>

...should be:

<h4><a href='%PRODUCT_URL%'>%PRODUCT_NAME%</a></h4>

...that should be all it is!

Cheers,
David.
--
PriceTapestry.com