broxton85
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Admin PaymentsThank for the reply, I had used these methods and not quite what I wanted. It it obviously something that will require development. I have gone down the switch user route for the time being. Thank you for getting back to me.
Ive done that now thank you for the update.
Any idea when this update will roll out?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Remove Billing address fromNo problem ??
Hi,
Ive had a similar problem and found that the reason we cant see the images on a test email is because of security restrictions we have on the website. Our site is password protected which then wont allow the email access to the product images in WooCommerce. If this is the case then once you remove the password restriction to the website the images will appear within the emails.
If this is not the case and your site does not have a password security feature then hang on for the developer to get in touch.
Hope this helps.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Remove Billing address fromHi,
Im not the developer for this plugin but I wanted to achieve the same thing as you and I accomplished this with Custom CSS If the you add the following code to the ‘Custom CSS’ section of the plugin you should find the ‘Billing’ address has been removed but the ‘Shipping’ will remain.
—– CSS code —–
#addresses td:first-of-type {
display: none;
}.address-td {
display: table-cell !important;
}If you don’t want either to show then remove ‘:first-of-type’.
Hope this helps
Ok, will wait for the update.
Thank you for your swift response