• simplechoice

    (@simplechoice)


    I am trying to insert shortcode from WP Paypal SHopping Cart alongthe same row in 3 different columns.
    The short code is similar to [wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:end] but only the first column is displaying properly with the other 2 just displaying the text, not the Order Now button.
    How do I get the buttong to diplay in each column on the same row?
    Thanks in advance.

    https://www.ads-software.com/extend/plugins/wp-table-reloaded/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    unfortunately, WP Cart does not use regular WordPress Shortcodes and therefore some special handling is necessary. This can be fixed by adding a line to your theme’ functions.php file:

    add_filter( 'wp_table_reloaded_cell_content', 'print_wp_cart_button_new', 11);

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Insert Shopping Cart Short Code Multiple times in Row’ is closed to new replies.