alcatrazhorizon
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] Greyed out ratings on All Products blockI don’t believe this is something that can be done solely with css. I’m not trying to restyle the rating stars within the All Products block, I’m saying they are missing when there is no review. With the normal woo shop page, if there has been no review, the rating stars are there, but greyed out. On the All Products block from your plugin, if there has been no review left, the stars are simply missing. They show up if there has been a review left, and I have styled these without issue. But I cannot assign a css class to something that has been left out and is not there. Does that make more sense?
Forum: Plugins
In reply to: [WooCommerce Blocks] WooCommerce Blocks – Cart button textDude, here is a snippet I use…
/*Proceed to Checkout*/ remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20 ); add_action('woocommerce_proceed_to_checkout', 'sm_woo_custom_checkout_button_text',20); function sm_woo_custom_checkout_button_text() { $checkout_url = WC()->cart->get_checkout_url(); ?> <a href="<?php echo $checkout_url; ?>" class="checkout-button button alt wc-forward"><?php _e( 'Go to Secure Checkout', 'woocommerce' ); ?></a> <?php }
Obviously change the ‘Go to Secure Checkout’ to something of your liking…
- This reply was modified 3 years, 10 months ago by alcatrazhorizon.
Forum: Plugins
In reply to: [Happy Addons for Elementor] Review SettingsThe template is json file which can’t really be shared in text format on a forum. Just sayin…
Forum: Plugins
In reply to: [Happy Addons for Elementor] Review SettingsTemplate received, Thank you very much for your help
Forum: Plugins
In reply to: [Happy Addons for Elementor] Review SettingsThanks so much. Line dropped to your email. Regards
Forum: Plugins
In reply to: [WooCommerce] Woocommerce & GDPRI love the way people are rushing to profit from GDPR. It’s difficult enough trying to traverse this complicated compliance, without having to filter the money vultures circling above you trying to make a buck.