airplanetees
Forum Replies Created
-
I’m a premium member. I was able to send a manual order notification and one email was sent to two people with an attached packing slip. Now the option isn’t there to send an order notification? I’m lost.
Sorry not a programmer…
So I would completely remove each line? Like this?
How to set value to always true?<?php
if (!defined(‘ABSPATH’)) {
exit;
}$has_image = !empty($view->image);
$has_colorswatch = !empty($view->colorswatch);if ($has_image || $has_colorswatch): ?>
<?php echo esc_html($view->title); ?>:<br/>
<?php endif; ?><?php if ($has_image): ?>
image); ?>” width=”64″ alt=””/>
<?php endif; ?><?php if ($has_colorswatch): ?>
<span class=”wck-colorswatch” style=”background-color: <?php echo esc_html($view->colorswatch); ?>”></span><br/>
<?php endif; ?>Forum: Plugins
In reply to: [WC Fields Factory] Blank FieldsI’m also getting most orders have the fields in the order email. Two this month have not. Why are most coming through but I’m getting some that do not? Can I somehow add these fields to the admin side? So I see them with each order?
Forum: Plugins
In reply to: [WC Fields Factory] Blank FieldsOr in this example…
Line 1: Dan
Line 2:
Line 3: My cell #
Line 4:
Line 5: Email
Would be what is shown in the cart and in the order email.If it isnt too difficult then yes would like to use both. If i need to do extra code it might be too much for me. Still works now so that’s the best part thank you!!!!
Thank you. I deactivated that plugin and it works great. If I add it back how do I change the POST action? Where do I put this “wooaa_add_to_cart_variable”? I added it to custom javascript but not sure if I need to add more text.
Not sure why the last is so bad quality…
This one works a bit better…Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay button not displayedBut using the default safari browser and settings above selected (NOT DEFAULT) the button shows on my site. airplanetees.com
- This reply was modified 6 years ago by airplanetees.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay button not displayedI also have the same issue. Apple pay will show up in private browsing or if in Safari->Settings->Privacy: “Allow websites to check for Apple Pay and Apple Card” is unchecked.
Anyone have an answer on this?