• Resolved svaldesm

    (@svaldesm)


    Hi,

    Thanks for making this plugin available.

    I want to know if it’s possible to change the elements that appear in the product table? Some like quantity or subtotal are not necessary for us.

    Also, is there an easy way to test the emails faster? Waiting 1hr is a lot when debugging (I know I can send a test, but it’s not with real products and it doesn’t cover all cases, like discounts).

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter svaldesm

    (@svaldesm)

    I also would like to know if there’s a guide with the elements that can be added to emails.
    There are some liquid tags like {{cart.products}} but I’m not sure what are those variables, so we can use them.

    Thanks

    Plugin Contributor chetnapatel

    (@chetnapatel)

    Hi,

    We are sorry for the delay in response.

    >>I want to know if it’s possible to change the elements that appear in the product table? Some like quantity or subtotal are not necessary for us.

    Currently, it is not possible in our plugin to change the element of the product cart table in the reminder email notification.

    But I would like to let you know that we do allow this feature in our PRO version. We are providing a default product table in the email template and shortcodes of the products information ( like product image, name, quantity, price ) which you can modify.

    Here is the screenshot for your reference: https://prntscr.com/mjkhel

    >>Also, is there an easy way to test the emails faster? Waiting 1hr is a lot when debugging (I know I can send a test, but it’s not with real products and it doesn’t cover all cases, like discounts).

    It is not possible to send the email template time from our plugin before 1 hour. But for the testing purpose, you can make the changes in our one of the plugin’s file.

    You can add below code on line number 73 of “wcal_send_email.php” file. The file will be present at “/cron” folder of our plugin. So, emails can be sent after 5 minutes.

    The code is:

    $time_to_send_template_after = 5 * 60;

    This the screenshot for your convenience: https://prntscr.com/mjknk9

    This is for the testing purpose. So, please note that all the activated email templates will be sent after 5 minutes at once.

    Please let me know if you have any question with this.

    Regards,
    Chetna Bhutka

    Thread Starter svaldesm

    (@svaldesm)

    Thanks Chetna, very helpful.

    Because I didn’t have the answer, I ended up modifying a bit of code to remove some columns.

    The 5 minute rule to test is very useful, so thank you.

    Plugin Contributor chetnapatel

    (@chetnapatel)

    Hi,

    I am glad to know that provided information helped you.

    Let me know if you have any question.

    Regards,
    Chetna Bhutka

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change elements in products table’ is closed to new replies.