Hung PD
Forum Replies Created
-
Hi,
First of all, I’m really sorry have taken long time to reply you.
‘New / Used’ is option values so if you want to translate it you need to use WPML.
Regards,
Hi,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
Hi,
First of all, I’m really sorry have taken long time to reply you.
Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. Please keep in mind that our support only covers getting setup, theme features, and bug fixes.
Thank you for your understanding.
Regards,
Hi,
First of all, I’m really sorry have taken long time to reply you.
‘New / Used’ is option values so if you want to translate it you need to use WPML.
Regards,
Hi,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
Hi,
I’ve fixed your issue. Please check your site again.
Regards,
Hi @saupe1976 ,
Sorry for this inconvenience.
Please update plugin to latest version, we have fixed it.
Regards,
I fixed by myself, thank you anyway.
Hi,
If you wouldn’t mind, I’d appreciate it if you would please provide us with a URL to your site so that I can see these issues you’ve specifically listed above.
Regards,
Hi,
Thank you for contacting us,
If you would like to translate option values, you can try WPML.
Regards,
Hi @stuartduff,
Here’s what I found digging around in the theme files…
wp-content\themes\dione\woocommerce\add-to-cart.php:
global $product; $class = 'button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-button btn btn-border-black'; echo '<div class="product-button">'; echo apply_filters( 'woocommerce_loop_add_to_cart_link', sprintf( '<a rel="nofollow" href="%s" data-quantity="%s" data-product_id="%s" data-product_sku="%s" class="%s">%s</a>', esc_url( $product->add_to_cart_url() ), esc_attr( isset( $quantity ) ? $quantity : 1 ), esc_attr( $product->id ), esc_attr( $product->get_sku() ), esc_attr( isset( $class ) ? $class : 'btn btn-border-black' ), esc_html( $product->add_to_cart_text() ) ), $product ); echo '<a href="' . get_the_permalink() . '" class="product-review btn btn-border-black">' . esc_html( 'view item', 'tm-dione' ) . '<span class="pe-7s-search"></span></a>'; echo '</div>';
Forum: Plugins
In reply to: [WooCommerce] Remove default state selection on checkoutHi,
I have same problem however it doesn’t work. On checkout page, state default still showing https://prntscr.com/bsaeh7
Forum: Plugins
In reply to: [WooCommerce] Free Shipping not showingThanks you, I’ll try and let you know
Forum: Plugins
In reply to: [WooCommerce] Free Shipping not showingHi Mike,
Thanks for your response. Where do I find zones and rates? I’m newbie to WC.
Thanks you,
I fixed my problem. In the shortcode callback, you only need to concatenate and return the html:
$portfoliogrid .= suareztheme_pagination();
Also thanks to your suggest. I’ll take a look ??
Regards,
Hung The.