• Resolved Lime-IMC

    (@lime-imc)


    Hi,

    Using the latest version of the plugin (3.8.8) I have the following issue

    I use the plugin to sell school photo’s and all the info is stored in a database using the pods plug-in.

    All works well, only that it looks like that the amount of products on a page is limited ???

    There is nothing wrong with the code, simply tested by moving it around

    I got:
    photo1-photo2-photo3-photo-4-photo5-photoClass

    All with a 3 versions add to cart button and a download button.

    Photo4 doesn’t work, and if I change the order by copy/paste code like

    photo1-photo2-photo3-photo-5-photo4-photoClass

    photo5 doesn’t work ….

    So it seems that the amount of buttons is limited

    Page can be found here: https://www.schoolphoto.fr/photo/LLUA5102

    Top righthand is photo4

    <td align="center" align="centre" valign="top" width="80"><?php echo do_shortcode('[wp_cart_button name="' . $photo4 . '" price="5.50" var1="Option|A|B|C"]'); ?></td>
        			 <td align="center" valign="top">JPEG <br /><?php echo do_shortcode('[wp_cart_button name="Download ' . $photo4 . '"  price="2.50" file_url="' . $listing_photo4 . ' "]'); ?></td>
    <td align="center" align="centre" valign="top" width="80"><?php echo do_shortcode('[wp_cart_button name="' . $photo5 . '" price="5.50" var1="Option|A|B|C"]'); ?></td>
        			 <td align="center" valign="top">JPEG <br /><?php echo do_shortcode('[wp_cart_button name="Download ' . $photo5 . '"  price="2.50" file_url="' . $listing_photo5 . ' "]'); ?></td>

    https://www.ads-software.com/plugins/wordpress-simple-paypal-shopping-cart/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wptipsntricks

    (@wptipsntricks)

    Hi, the plugin doesn’t have any limitation as to how many shortcodes you can embed in a particular post/page (It doesn’t control the width of the content area). Have you switched to a different theme (example: Twenty Twelve) to see if it makes any difference? You might also have a plugin installed which is limiting the content area.

    Thread Starter Lime-IMC

    (@lime-imc)

    Tried switching themes, tried switching of the few plugins I use
    * Pods Framework – Version 1.14.6
    * qTranslate – Version 2.5.37
    * qTranslate extension – Version 0.1.1
    * wp-jquery-lightbox – Version 1.4.5
    * WP Simple Paypal Shopping cart – Version v3.8.8

    Nothing helps.

    But why if I change order, the the short code on the same position stops working?
    I just copy/paste the code snippets

    https://www.schoolphoto.fr/photo/LLUA5102

    Right hand top photo doesn’t work, what ever I try …

    I started off having the landscape photo’s underneath the portrait ones, but than the first 2 photo’s didn’t work.

    Just by moving the 2 landscape photo’s to the sidebar made the first 2 photo’s working …

    I jet don’t get it ???

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hello Lime-IMC, can you do the following.

    1) Create a backup just in case.

    2) Change the theme (Use default WordPress theme) and deactivate all plugins except WP Simple PayPal Shopping Cart. If you are using a cache plugin make sure the plugin is also deactivate and the cache deleted. Then perform a test.

    If the above does not work do you have a testing site?

    Kind regards

    Thread Starter Lime-IMC

    (@lime-imc)

    Sorted,

    As always, not the fault of the plug-in but a bad designer ?? Sorry!

    I had a div placing a watermark above each photo to prevent stealing and that div screwed it up. By removing the div it al worked.

    Sorry to have waisted your time, but do appreciate the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Only 1 Add to cart button not working with multiple products on 1 page’ is closed to new replies.