This topic has 9 replies, 2 voices, and was last updated 11 months, 2 weeks ago ago by Rose Tyler
[Request for support] – I have 2 things that I need help with. The team can help me.
1. Currently my shopping cart button is broken when entering https://dongho365.vn/shop/. Thank you for your help in correcting it for me.
2. Please guide me how to install Google Tagmanager code on the website.
This is my website: https://dongho365.vn/
VERSION V.9.2.5
Hello, Tạ Xuân Thanh,
Thank you for contacting us and for using XStore.
1/ We kindly request that you insert the following code snippet into your theme settings. Navigate to Theme Options, then select Theme Custom CSS, and finally, Global Custom CSS:
.products-grid.row-count-4 .product-details .quantity-wrapper .button {
font-size: 0;
}
2/ We suggest reviewing the discussion at the following link for further guidance: https://www.8theme.com/topic/edit-header-php-for-google-tag-manager/
Kind Regards,
8theme team
Hello Rose Tyler,
I tried to do part 1 as you instructed. However, the error of shopping cart still cannot be resolved. Please help me check again.
Thank you very much!
Hello, Tạ Xuân Thanh,
Private Content
Kind Regards,
8theme team
Hello,
The cart error at the link https://dongho365.vn/shop/ has now been fixed. However, I discovered that the same error also appeared in other product categories:
https://dongho365.vn/product-category/dong-ho-deo-tay/
https://dongho365.vn/product-category/dong-ho-deo-tay/dong-ho-iw-carnival/
https://dongho365.vn/product-category/dong-ho-deo-tay/dong-ho-nam/
https://dongho365.vn/product-category/dong-ho-deo-tay/dong-ho-nu/
https://dongho365.vn/product-category/dong-ho-deo-tay/dong-ho-nu/dong-ho-nu-iw-carnival/
Can’t fix it when adding the code you sent. Thank you for your further support!
Thank you very much!
Hello, Tạ Xuân Thanh,
Thank you for your response and links.
Please change this code https://prnt.sc/zQy6dUosPtQ_ to:
.products-grid.row-count-4 .product-details .quantity-wrapper .button,
.products-grid.row-count-3 .product-details .quantity-wrapper .button {
font-size: 0;
}
Kind Regards,
8theme team
Chào bạn,
Tôi đã sửa đoạn code thành:
.products-grid.row-count-2 .product-details .quantity-wrapper .button,
.products-grid.row-count-3 .product-details .quantity-wrapper .button,
.products-grid.row-count-4 .product-details .quantity-wrapper .button,
.products-grid.row-count-5 .product-details .quantity-wrapper .button,
.products-grid.row-count-6 .product-details .quantity-wrapper .button {
font-size: 0;
}
Hiện chế độ xem dạng lưới từ 2 cột đến 6 cột đã được khắc phục.
Còn chế độ xem dạng danh sách thì vẫn bị lỗi. Nhờ bạn viết thêm giúp tôi phần code để khắc phục lỗi này ở dạng danh sách.
Xin cám ơn!
Hello,
I changed the code to:
.products-grid.row-count-2 .product-details .quantity-wrapper .button,
.products-grid.row-count-3 .product-details .quantity-wrapper .button,
.products-grid.row-count-4 .product-details .quantity-wrapper .button,
.products-grid.row-count-5 .product-details .quantity-wrapper .button,
.products-grid.row-count-6 .product-details .quantity-wrapper .button {
font-size: 0;
}
The grid view from 2 columns to 6 columns has now been fixed.
The list view mode still has an error. Please help me write more code to fix this error in list form.
Thank you!
Hello, Tạ Xuân Thanh,
We appreciate your prompt response.
We kindly request that you update the code as follows:
.product-details .quantity-wrapper .button {
font-size: 0 !important;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up