Dat Hoang
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Google Analytics double quantity trackingWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Hello,
Please contact us at WooCommerce.com > My Account > Tickets. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further as we may ask you some private info like transaction IDs or site credentials.
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Themes and Templates
In reply to: [Storefront] Google Search Console – Page is not mobile friendlyHi,
Where do you test and see that error? Can you send the full error message?
I’ve searched your site but it looks good and there is no report:
Link to image: https://cld.wthms.co/XNIz22Thanks @ajwd.
@christinelecavalier – have you followed up what recommended by @ajwd? Does that help?
Forum: Themes and Templates
In reply to: [Storefront] Product Slider on MainpageHi,
You can use this premium extension https://woocommerce.com/products/wooslider-products-slideshow/
Also, you can search slider plugins on WordPress.org. As far as I know, most of them support displaying WooCommmerce products in their slider.
Forum: Themes and Templates
In reply to: [Storefront] HIDE SOME FIELDHi @maxidg,
To remove the search box, you can use this code https://wordpress.org/support/topic/remove-search-header-need-further-instructions/#post-9137366
To remove the breadcrumb, you can use this snipet https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/#section-4
You can also look at this premium (paid) extension, which offers customizations without any need to add those code https://docs.woocommerce.com/document/storefront-powerpack/
Hi,
That means you do not have an active license of WooCommerce Memberships. Please purchase one then you can access our support system for this extension.
With that being said, we do not offer support for WooCommerce Memberships if:
(1) customers ask questions here in WP.org forums.
(2) customers do not have a valid license of WooCommerce Memberships.I hope that clarifies your concern.
Forum: Plugins
In reply to: [WooCommerce] Product price display difference (HT / TTC)Hi,
Sorry for missing your reply.
I looked at all the information from you, however, I can not find any apparent reason. Also, without clear steps to replicate the issue, we do not have any start to troubleshoot the issue further.
Only what I can think of is the cache issue somewhere on your site.
I hope that helps.
Hi,
That’s somewhat you can do with your own original code, after the
echofunction.add_action( 'woocommerce_after_add_to_cart_form', 'htdat_content_after_addtocart_button' ); function htdat_content_after_addtocart_button() { // NOTE: replace your category slugs for 'category-01' and 'category-02' if ( is_product() && has_term( array( 'category-01', 'category-02' ), 'product_cat' ) ) { echo '<div class="product-buttons"></div> <div style="clear: both"></div> <div style="margin-top: 10px;"> <a href="/delivery-costs/" target="_blank" rel="noopener noreferrer"><i class="fa fa-truck" aria-hidden="true"></i> Spend £100 and get free delivery</a></div> '; } }- This reply was modified 7 years ago by Dat Hoang.
Forum: Plugins
In reply to: [WooCommerce] Refund Field readOnly After 3.6.0We’ve got feedback from our developers. And it seems there are some changes in WC 3.6 in the following. Well, I have not used “Refund Amount” field so I did not notice the difference.
—-
WC 3.6 changed the way the refunds are done in orders. You now click the product to refund it, and choose to restock the item if you need to:
Link to image: https://cld.wthms.co/XpauxMYou can also control how much is refunded still by altering the price in the same fields:
Link to image: https://cld.wthms.co/yfGGvu—-
A8C internal ref: p2-p6q7sZ-5v0#comment-16726
- This reply was modified 7 years ago by Dat Hoang.
Glad to hear that it’s working š
Are they the slugs as the point of reference?
Yes, that’s right. I’ve added this instruction for reference in the future:
// NOTE: replace your category slugs for 'category-01' and 'category-02'Forum: Plugins
In reply to: [WooCommerce] Custom menu for Archive pages depending on categoryThis is a fairly complex development topic. Iām going to leave it open for a bit to see if anyone is able to chime in to help you out.
I can also recommend the following places for more development-oriented questions:
- WooCommerce Slack Community: https://woocommerce.com/community-slack/
- Advanced WooCommerce group on Facebook: https://www.facebook.com/groups/advanced.woocommerce/
Also, I’ve found out some guides on:
* https://wpsites.net/web-design/set-custom-menu-for-different-pages/
* https://webcusp.com/different-wordpress-menus-to-different-pages-and-categories-plugins/Forum: Plugins
In reply to: [WooCommerce] Hello!Hi,
Please contact us in the link above https://woocommerce.com/my-account/create-a-ticket/?form=ticket
We do not support premium extensions here. Thanks for your understanding.