• Some issues :

    1.
    I am pulling data with <?php echo do_shortcode(‘[wpzon keywords=”Accounting Finance” sindex=”Software” snode=”409488″ sort=”salesrank” listing=”24″]’);?>

    But I get ‘);?> at the end. What is the solutions?

    2. How to add Buy Now Button on each product ?

    Thanks in advance.

    VP

    https://www.ads-software.com/plugins/wpzon/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter integerz

    (@integerz)

    Sorted out the first problem.

    Now only waiting for Buy Now Details.

    Plugin Author Lora77

    (@lora77)

    Hello,
    Sorry for the late reply.
    Here are the steps on how to add the Buy Now button.

    1. Upload to your blog the image/button you would like to use
    2. Go to Plugins -> Editor and from the top right drop down menu select WpZon Plugin
    3. Find the following

    $seed = “See Details >>”;

    and replace it with

    $seed = “<img src=’https:// yourblog. com/wp-content/uploads/2013/08/buy-now-button.png’ />”;

    Obviously you will need to change https://yourblog.com/wp-content/uploads/2013/08/buy-now-button.png with the URL where you have uploaded your image.

    You can add margin or padding as well.

    Hope this will help you ??
    Thanks for using Wpzon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I get ');?> at the end of the product listing.’ is closed to new replies.