• Resolved Rokeybur Rahman

    (@rokeyfx)


    We use this shortcode [svea_checkout_part_payment_module] for show part payment in product page. we have custom product design. but when we use that shortcode for category archive under each loop it does not show because we see there are some condition on plugin code /inc/WC_Gateway_Svea_Checkout.php line number 840 like this “! is_product()”.
    i change it to “! is_product() && ! is_product_category() && ! is_shop() && ! is_archive() && ! is_singular(‘product’)”. then it work.

    Is there anyway override this via function.php from theme file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support janettheg

    (@janettheg)

    Hi,

    That module is designed to only be displayed on the product page and uses the product’s price to show the possible installment level. So at the moment, we unfortunately can’t make any changes to the plugin. However, you can technically create your own shortcode based on the existing function to modify it according to your needs.

    Best regards

    Thread Starter Rokeybur Rahman

    (@rokeyfx)

    can you give me clue how i created based on current functions?

    Plugin Support janettheg

    (@janettheg)

    Hi,

    Direct help with adjustments is outside the scope of support that we can provide from our end, but I recommend that you contact an agency or developer who works with such customizations.

    Best regards

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

The topic ‘part_payment_widget for category loop’ is closed to new replies.