• There is a Shortcode [eshop_details]. I need to show only shipping. How to make it?

    I couldn’t understand http://quirm.net/wiki/eshop/setting-up-using-eshop/shortcodes/#

    eshop_details
    Display product details normally used for the add to cart form. Attributes:
    
    show: Comma delimited list of details to display. The list determines the order in which these are displayed. Acceptable values (default order): sku, description, options, optionset, shipping
    options_hide: Comma delimited list of details to hide from the options and options sets. Acceptable values: option, price, download, weight, stockqty
    class: Changes the default CSS class

    https://ww.wp.xz.cn/plugins/eshop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Вячеслав

    (@slavyan)

    work

    echo do_shortcode('[eshop_details show="shipping"]');

    Shows only letters. How to switch the price in figures?

    Shipping price: A

    on

    Shipping price: 5$

    How to switch the price in figures?

    Sorry. What “price in figures”?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcode [eshop_details]’ is closed to new replies.