1. Cart – [woocommerce_cart] – to display the cart on the Homepage and on the Cart page.
This is exactly the same shortcode that I’m using on the Cart page here : https://melaniesbanknotevault.com/
https://melaniesbanknotevault.com/cart/
When items are added from anywhere in the shop, those items should be identically displayed in both – the Cart page as well Cart section displayed on the Home page.
The strange thing is – When you try to remove any items from the Cart page https://melaniesbanknotevault.com/cart/, the item is successfully removed and cart is updated immediately.
But if you try to remove any item from the Cart that is displayed on the Homepage, then the item is removed but the page does not update till you manually refresh the page. This is a problem.
2. Checkout – [woocommerce_checkout] – to display the checkout option on the Home page.
Checkout seems to work fine here https://melaniesbanknotevault.com/checkout/
All the options such as “Click here to login” and “click here to enter your code” are available.
But those same options redirect to https://melaniesbanknotevault.com/# when accessed on the Checkout section on the Home page. Why?
Why are these two short codes behaving/malfunctioning when used in identical fashion on two different pages?
Thanks
]]>However, we use the native one-page checkout of WooCommerce and the Mailerlite does not work with kind of setup, according to their support.
What a pity
]]>I currently use the paid version of your plugin, but I am getting the following PHP errors that I hope you can help me resolve
PHP Notice: Undefined index: cclw_heading_border_style in /bitnami/wordpress/wp-content/plugins/woocommerce-one-page-checkout-and-layouts-pro/includes/template_style.php on line 100
PHP Notice: Undefined index: cclw_heading_border_width in /bitnami/wordpress/wp-content/plugins/woocommerce-one-page-checkout-and-layouts-pro/includes/template_style.php on line 101
]]>How can I fix this?
]]>We were getting a deprecation warning in our logs for:
woocommerce-one-page-checkout-and-layouts.php:325
// Redirect to check out url
wp_redirect( $woocommerce->cart->get_checkout_url(), '301' );
Should be:
wp_safe_redirect( wc_get_checkout_url(), '301' );
See: https://github.com/woocommerce/woocommerce/blob/200a01c834442c6218b9deae12818999323c8a12/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php#L362
Thanks.
]]><label for="billing_first_name" class="">First Name <abbr class="required" title="obligatoriu">*</abbr></label>
I have this code part from a plugin with name “Custom checkout layouts for woocommerce” and i don’t know how to translate that “First name”.
Can i do this manually?
]]>In paypal the settings I have checked “Enable on Checkout” option and left unchecked the “Enable on Single Product”, “Enable on Cart” and “Enable on Mini cart” options (but checking them makes no difference anyway).
When navigating to a product page, checkout appears under product as expected.
However, the problem is that when choosing to pay via Paypal, there is no “place order” button. Why and how could this be fixed?
https://prnt.sc/iWTCmrF-nR_b
]]>Please let me know how I can accomplish this with either a filter, or by overriding through adding a folder and/or file to my theme.
Thank you.
]]>Otherwise, I’m able to use the traditional “product > cart > checkout” path.
2021-07-23T18:07:45+00:00 CRITICAL Uncaught TypeError: Argument 1 passed to Automattic\WooCommerce\GoogleListingsAndAds\Admin\Product\Attributes\VariationsAttributes::get_form() must be an instance of WC_Product_Variation, bool given, called in /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php on line 105 and defined in /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php:130
Stack trace:
#0 /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php(105): Automattic\WooCommerce\GoogleListingsAndAds\Admin\Product\Attributes\VariationsAttributes->get_form(false, 0)
#1 /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php(62): Automattic\WooCommerce\GoogleListingsAndAds\Admin\Product\Attributes\VariationsAttribut in /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php on line 130
2021-07-23T18:07:52+00:00 CRITICAL Uncaught TypeError: Argument 1 passed to Automattic\WooCommerce\GoogleListingsAndAds\Admin\Product\Attributes\VariationsAttributes::get_form() must be an instance of WC_Product_Variation, bool given, called in /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php on line 105 and defined in /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php:130
Stack trace:
#0 /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php(105): Automattic\WooCommerce\GoogleListingsAndAds\Admin\Product\Attributes\VariationsAttributes->get_form(false, 0)
#1 /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php(62): Automattic\WooCommerce\GoogleListingsAndAds\Admin\Product\Attributes\VariationsAttribut in /home2/gljiwtmy/public_html/theclientgift/wp-content/plugins/google-listings-and-ads/src/Admin/Product/Attributes/VariationsAttributes.php on line 130
]]>https://woocommerce.com/products/woocommerce-one-page-checkout/
After UAG 1.23.5 update it Conflict with One Page Checkout plugin and page layout was broken.
I downgrade 1.23.4 and problem was solved.
After 1.23.5 update page is here: https://ibb.co/R2g0bmy
After Downgrade 1.23.4 page is here: https://ibb.co/Db4P4rZ
How can I use latest version of UAG?
Thanks for your help
`
### WordPress Environment ###
WP Version: 5.7.2
Ultimate Addons for Gutenberg: (Brainstorm Force) – 1.23.5
WooCommerce One Page Checkout: (Automattic) – 1.7.11
WooCommerce: (Automattic) – 5.5.1