consider01
Forum Replies Created
-
Thank you for your response and attention.
I have tested on two different sites (demo and live versions) I have also added plugin to this site for your testing. Fake products have been included. Please try to purchase using COD or check payment method. https://sailorsaint.com/
- This reply was modified 3 years, 7 months ago by consider01.
Additional with plugin active. If I check out using false credit card credentials and have credit method selected, transaction fails as expected but choosing other method (COD, check) then submit button completes the transaction. Without the card fail step COD and checks can not be submitted.
Forum: Plugins
In reply to: [WooCommerce] Grouped Products Display problem after 3.06 updateYou are welcome!
Forum: Plugins
In reply to: [WooCommerce] Grouped Products Display problem after 3.06 updateFound a temporary fix until Woo Commerce updates. This is errant file yourtheme/woocommerce/single-product/add-to-cart/grouped.php. GitHub has discussion and file fix.(search github woocommerce templates/single-product/add-to-cart/grouped.php) Not sure if I could add hyperlink.
Save the edited grouped.php file to your child theme using the above path.
Corrects issue.
Forum: Plugins
In reply to: [WooCommerce] Grouped Products Display problem after 3.06 updateAlso same issue with child products displaying group parent name. Happily if you select a quantity then the correct product name is displayed and sent to cart.
Forum: Plugins
In reply to: Calendar — cssIf you are trying to correct the “pop up” a link for the events – you can edit the css to solve. I had overlapping event title covering up the event time and dates. I changed the .calnk a:hover span span.event-title font-size to 0.8 em and added 4px margin-bottom (it had no margin-bottom prior).
Also changed the .calnk a:hover span line-height to 1.0em
Hope this helps – if it was your issue. If not – good luck.