• Resolved rokaklih

    (@rokaklih)


    Hi there!

    The problem I’m facing with, is that I would like to display product table on the shop page, bellow each product. Is this possible to achive? Something like this -> https://ibb.co/K2kwHmT?

    Is there any hook, so I can display the quantity table in the dropdown?

    Best regards,

    Rok!

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

    (@asanaplugins)

    Hi @rokaklih

    Thank you for using our plugin and for your question.

    The plugin has the below shortcodes and you can use them.
    [wccs_bulk_table] To show the bulk pricing table on the product page. (Accept product_id?[wccs_bulk_table product_id=”1″])
    [wccs_purchase_message] To show purchase message on the product page.?(Accept product_id??[wccs_purchase_message?product_id=”1″])
    [wccs_live_price] To show the live price on the product page.
    [wccs_countdown_timer] To show countdown timer on the product page.
    [wccs_sale_flash] To show sale flash on the product page when sale flash available.
    [wccs_discounted_products] to show discounted products. It has some restrictions like displaying discounts that added to the variation attributes.??

    Please note that you can not use the “product_id” attribute in all of the above shortcodes and you can use it on shortcodes that support it.
    For example [wccs_bulk_table product_id=”1″].

    You can use the [wccs_countdown_timer] or [wccs_live_price] on the product page and not elsewhere because they don’t accept the product_id attribute.

    You can check this article to use the shortcode in your theme file.

    Please note that most of these shortcodes are available in the pro version of the plugin. But quantity table shortcode is available in the free version too.
    You can use the [wccs_bulk_table product_id=”1″] shortcode, replace “1” with your product ID.

    I hope it helps.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Quantity table’ is closed to new replies.