Charlie
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] grouped.php problemHi Zubair
please see link to screenshot https://sand.gpyoung.com/wp-content/uploads/2024/07/Screenshot-23.png, the two columns in blue are not controlled on the grouped.php, and i need to disable them for grouped.php
- This reply was modified 1 year, 11 months ago by Charlie.
Forum: Plugins
In reply to: [WooCommerce] grouped.php problemHi Zubair
Thank you for your reply.
i have reverted it back. If you check again now. I had hidden the gallery with CSS and the price div with JQuery that loops through the page after load and removes the first instance of .summary.entry-summary div.
However i would like to actually disable them (especially the .summary.entry-summary div) server side as it sends an unnecessary initial ajax request, which delays my subsequent useful ones.
Many Thanks
Charlie
Forum: Plugins
In reply to: [WooCommerce] “proceed to checkout” button on cart page goneclear templated cache, fixed it, many thanks
the buggy bit is
{
wp_send_json(array(
‘result’ => ‘failure’,
‘messages’ => ‘‘ . __(‘Product has incorrect parameters! Missing field ‘, ‘wc-kalkulator’) . ‘[‘ . $field->data(“title”) . ‘] in product #’ . absint($product_id) . ”
));delete it, it works
Hi theres 2 bugs in the product.php file the error messages shown if you click the product via the add to cart button can be stopped if you break the code and stop it from showing the error “Cannot calculate the correct price!”,
but theres another bug with the checkout if youve got more than 1 product with required fields, theres an error ‘Product has incorrect parameters!
- This reply was modified 3 years, 2 months ago by Charlie.
Forum: Developing with WordPress
In reply to: How can I add different meta title & descriptioni would like to know how it can be done manually (nothing wrong with using a plugin) i just am curious. Could it be done using custom fields?
Using Woocommerce 4.8.0
UNICPO 4.9.7*the price suffix is visible in the builder, however not on the live site….
@moomooagency Apologies i meant id narrowed down what appears to be the bug to the “Display custom options on the product page” is there a way to roll back to a previous version of uni cpo, as i really need the price suffix displayed on products with the calculator on?
Kind rgds
*Narrowed it down to switching the “Display custom options on the product page” in general settings, if i toggle this on and off the price suffix displays
Forum: Fixing WordPress
In reply to: Free WordPress File Plugin?Hi @bizanimesh
excellent, thanks for your help