WP Robot help

chrisceo

Regular Member
Joined
May 26, 2011
Messages
260
Reaction score
144
Hey guys,

I recently got wp robot, and im trying to set up an autoblog, ive managed to get pretty much everything done :) apart from I cant seem to add a price to my amazon products.. so far i get....

title
thumbnail
check special price link
description
view detail link | buy now link


what id like to do is add a price to were the 'check special price link' is....anyone know how to do this???


when i go to WP Robot > templates > amazon module template

it says this:

<h3><a href="{*****" rel="nofollow">{title}</a></h3>
{thumbnail}
Price: {price-updating}
{description}


[has_reviews]
<p>
<strong>Rating:</strong> {rating} (out of {reviewsnum} reviews)
</p>
[/has_reviews]

<p>
<div style="float:right;">{buynow-big}</div>
[has_listprice]
List Price: {listprice}
[/has_listprice]
<strong>Price: {price}</strong>
</p>



Would be grateful if anyone can point me in the right direction, or let me know the code, cheers :)
 
There's a theme called WP Zoner, made specifically for amazon autoblogging with WP Robot.
It might make things a bit easier for you dude.
 
Hey thanks but im already using that theme, i should of said :) looks great but just cant seem to get this one bit working lol
 
Hey thanks but im already using that theme, i should of said :) looks great but just cant seem to get this one bit working lol
That sucks dude. I have the PDF guide for WP Zoner if it helps?
 
Yup sucks big time haha, and yeah that would help me out big time if you could post it mate :)
 
wait its ok i have it lol, just did a search haha, im so stupid sometime but thanks for your help :)
 
Ok guys im still stuck, its driving me mad now lol, here is a screen shot of what i have

test.jpg

Now instead of the ' Check special price' part, i want to change this to display the price....please if anyone can help please do :)
 
Pm me details let me fix your theme. I do this job on fiverr but here its free. :)
 
hey
I have the same issue, @capripio , could You post the fix here?
would be cool!
 
Hello to everyone, i want to ask about autoblogging, is that good for google? i think with autoblogging you're no longer "friend with google" or i'm in big mistake, any help will be so helpful for me.
Many thanks in advance.
 
Fill with the following code:
<center><b><u>{title}</u></b></center>
<center><a href="{*****" rel="nofollow" target="_blank">
<img class="aligncenter" title="{title}" src="{largeimage} " alt="{title}" /></a>
</center>
{description}
{features}
<p style="text-align: center;">
We have searched the web to find the best prices available. <a href="{*****" rel="nofollow" target="_blank">Click Here</a> to find out where to get the best deal on <em>{title}</em>
</p>
<center>Check for Special Price Today!<br>
{buynow-big}</center>
 
Back
Top