Forum Replies Created

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

    (@sherismith)

    I add the vendor’s email by going to Booster settings -> PDF Invoice & Packing Slips -> Email Options. For both the Invoice and Packing Slips, under the setting Attach PDF to emails, from the dropdown list of all of my transactional emails, I select either New Order or Vendor-New Order email. In both cases, the emails are sent but the invoice and packing slip are not attached. I have enabled this module. I can view the invoice and packing slip in the admin order page.

    Let me add a bit more to my last statement:

    You can go about this a couple of ways. The easiest way is to fix this via CSS:

    span.wpcr3_item_name a {display: none;}
    span.wpcr3_item_name:after {content: “Name of Business”;}

    The name of the business will no longer be linked, but at least you have the dumb Blank Business Name gone.

    *************

    The two lines of CSS code need to be added to your theme’s style sheet. It will have a name something like styles.css.

    Secondly, you cannot do these changes just in the plugin’s settings. There’s no way to do it the easy way.

    Thirdly, where I put “Name of Business,” you need to keep the quotation marks and place your own business name within the quotes.

    Cheers!

    You can go about this a couple of ways. The easiest way is to fix this via CSS:

    span.wpcr3_item_name a {display: none;}
    span.wpcr3_item_name:after {content: “Name of Business”;}

    The name of the business will no longer be linked, but at least you have the dumb Blank Business Name gone.

    Cheers!

    Thread Starter sherismith

    (@sherismith)

    Preferably just the testimonials that are displayed, but I’ll take whatever you can give me.

    Thanks!

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