PricePlug Wordpress Plugin?

by 3 replies
4
Hey guys,

I was going through
Code:
http://www.newtechnology.co.in/iphone-5-price-in-india/
and found a neat tabular price comparison form on the right side of the site.

After digging into it, I noticed the wordpress plugin name is "priceplug" but I am unable to get it from wordpress site.

Where can I find such a plugin?
#website design #plugin #priceplug #wordpress


  • Code:
    </div><div id="text-13" class="widget widget_text">			<div class="textwidget">
                <ul class="primacart-latest-comparison">
                    <li><div class="table-title-cell">Latest comparisons</div></li>
            
                    <li><a href="http://www.xxxxx.co.in/compare/?product_ids=45538,64263">
                        <div class="ap-cell img-cell"><img src="http://images.xxxxxx.co.in/wp-content/uploads/2012/09/iphone-5-Copy-35x56.jpg" alt="" /></div>
                        <div class="ap-cell vs-cell">vs</div>
                        <div class="ap-cell img-cell"><img src="http://images.xxxxxxx.co.in/wp-content/uploads/2013/02/htc-one1-56x47.jpg" alt="" /></div>
                        <div class="ap-cell title-cell">Apple iPhone 5 vs HTC One</div>
                    </a></li>
  • It is probably a custom plugin, not free or sold to the public.
    • [1] reply
    • Okay so I think I fixed it only 50%.

      I used Tablepress.. to add a table widget on my sidebar just like that site. Now the only thing left is - How to make that widget specific to each post rather than having a 'global' widget?

      Obviously I'd like to show different price tags for different product reviews... so I just need to somehow link the widget with my post ID. Can I get some help on this?

Next Topics on Trending Feed

  • 4

    Hey guys, I was going through Code: http://www.newtechnology.co.in/iphone-5-price-in-india/ and found a neat tabular price comparison form on the right side of the site.