themarcopolo
Forum Replies Created
-
Guess just doesn’t work with variations
Sorry it is not the variation swatches causing it, will look for which plugin is stopping the buttons from showing up
OK thanks I will have to find another order bump plugin that does work with the aforementioned plugin as I can’t find an alternative for that one.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe & G-PaySorted.
I had to disable the billing_state and shipping_state which I did with help of plugin “WooCommerce Checkout Field Editor” but could only do so after deactivating plugin: “FME Addons: Shop as a Customer for WooCommerce”.After disabling those fields google pay is working.
Have an issue with button placement on product page but will open a different topic for that.
Thanks for your support, much appreciated!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe & G-Paytried private mode and g-pay button doesn’t show up, tried on my mobile and doesn’t work either no error shown but just returns to cart
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe & G-PayHi,
Sorry have never worked with apple so can’t test that.And yes regions are all filled out, but I had to do the region in the shipping area myself as it looks like g-pay is filling out the details in shipping address for some reason and doesn’t put the region in
works like a charm, thanks!
elementor pro Version 3.5.0
After deactivating elementor pro variations show normal again on product page in the related products.
Not a good option at the moment as whole website styled with elementor and changing builder is a lot of work, any chance you can have a look at resolving conflict?
cheers
MarcoThanks for getting back to me, much appreciated!
Pretty sure that is the right name, as per screenshot https://www.dropbox.com/s/ietypoz7dolngwl/2021-05-09%2007_16_31-Smart%20Forms.png?dl=0
Am using Version 2.6.41
not the greatest of responses here
OK is that a possibility?
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
display: block;
}
.woocommerce div.product form.cart div.quantity {
margin-bottom: 10px;
}Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Google Pay button not correctSorted with some CSS to move the quantity box above the add to cart
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart { display: block; } .woocommerce div.product form.cart div.quantity { margin-bottom: 10px; }