This topic has 17 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
In the mobile version. When i choose some products to add in the cart the cart menu Opens every time i add new item so it is very inconvenient. How can i change that
And the second question i want to add at the bottom of web -site 2 links . Privacy Policy and another. How to add there links?
And the last one in mobile version there are only 2 items in a row so i want there to be like 3 or 4 in a row . How to do that
and one more )) woocommerce . when the order is done never get email of it although my email is added
Hello,
1) Have you sorted out?
2) If you want to edit footer, go to Appearance > Widgets > Footer area, for example – http://prntscr.com/s1notz http://prntscr.com/s1np0s http://prntscr.com/s1npeo https://youtu.be/Je2rCPXBQMw
https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
3) On which page? Please describe the desired result in more detail.
4) It is independent of our theme, please refer to WC docs https://docs.woocommerce.com/document/email-faq/ or contact the support of the WooCommerce plugin.
Regards
First problem is not solved. In mobile version whenever you add some product in tha cart the Shopiping cart menu opens. I mean every time you choose extra product the shopping cart from the right side appears’. We suppouse our client choose a lot of ittems so it is inconvenien.
The second question considerring links is solved. thank u for rhat.
The third question is when yor are in mobile version of the web site, and yor go to the Shop ( in the menu the page where you choose items you want to buy) there are 2 products in a row. But i want customers to see like 4 or 5 so they can see different items
Hello,
1) Here is what I can see – https://prnt.sc/s2b6x6 How it works for you? Please provide a screenshot.
Maybe there is a cache of some sort, try to clear the cache of browser on mobile.
2) You’re welcome!
3) In this case, products will be displayed like this – https://prnt.sc/s2bd29
But you can add the next code in Theme Options > Theme Custom CSS > Global custom CSS –
@media only screen and (max-width: 992px) and (min-width: 768px) {
.products-grid .product {
width: 25% !important;
}
.products-grid .product:nth-child(4n+1) {
clear: both;
}
}
@media only screen and (max-width: 768px) {
.products-grid .product {
width: 33.33% !important;
}
.products-grid .product:nth-child(2n+1) {
clear: unset !important;
}
.products-grid .product:nth-child(3n+1) {
clear: both !important;
}
}
then you will get 4 items per row on tablets and 3 on mobile.
Regards
“”First problem is not solved. In mobile version whenever you add some product in tha cart the Shopiping cart menu opens. I mean every time you choose extra product the shopping cart from the right side appears’. We suppouse our client choose a lot of ittems so it is inconvenien. ”
Here is what I can see – https://prnt.sc/s2b6x6.
You send me the screenshot . You opened some exact product and added it in the shoping cart. Try to do it in the shop list where all the products are opened
Also this organuc theme i choosed i liked the page “Blog” but i deleted everuthing in there. is that possible to create this page again somehow. Thank u
1) There is no option to change it right now. But I can add your request to our task list. Please describe the desired result in more detail. Do you want any notification when product is added to the cart?
2) https://www.8theme.com/documentation/xstore/troubleshooting/blog-page/
Regards
I have got complains from my clients. They complain that when the are looking through the shop list and choose things they want to buy this cart menu appears every product they add . and it inconvinient when you are buying a lot of goods
Hello,
Ok, we understand you. Go to Theme Options > WooCommerce > Shop > Shop page layout > Product Added Notification > On, it will add the small notification instead of opening the mini-cart.
Regards
Good evening. I turned it on. actually it was always turned on. But it doesnt help. Still the mini-cart appears. can we do smth with that ?
Hello,
Provide us with WP Dashboard and FTP access to your site to check the issue in more detail.
Regards
I would. But i dont know to do that. can u kindly explain that to me
Hello,
WP Dashboard access – create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7
If you don’t know what the FTP is then you need to contact your hosting provider and ask to give you FTP host, FTP username and FTP pass. Hosting support knows.
Regards
Two more questions appeared:
1) is that possible to change the buttom “add to cart” in the way it works in this website.( https://www.freshdirect.com/browse.jsp?pageType=browse&id=veg&pageSize=30&all=false&activePage=1&sortBy=null&orderAsc=false&activeTab=product&trk=gnav ) I mean the opportunity to choose the number of products wich fall into your basket , because it is a grocery store and cunsomers want to choose how many kilo of vegetables or how manu bottles of water add in the cart. Now they have to push Add to cart buttoms several times if the want a few of some product ( for example to byu 5 kilo of tomato they have to click it 5 times and especialy when this shopping cart menu appears every time you click )
2) In our site can we place goods more compactly so that the buyer sees more goods. Now it is like that https://siditedoma.ru/?product_cat=%d1%81%d1%8b%d1%80%d0%ba%d0%b8
** Second question in our site can we place goods more compactly so that the buyer sees more goods. Now it is like that https://siditedoma.ru/?product_cat=%d1%81%d1%8b%d1%80%d0%ba%d0%b8 **
This is solved now
There is some bag. 1 list show only 34 goods when 128 goods to show is choosen
Hello,
You did not provide FTP access to your site. Waiting for FTP to check the issue with the mobile mini-cart in more detail.
1) You can use WooCommerce snippet to add q-ty on the grid https://docs.woocommerce.com/document/override-loop-template-and-show-quantities-next-to-add-to-cart-buttons/
2) You set to show 34 items by the first load of the shop page http://prntscr.com/s71na7
Besides the number of products per page is limited to 100 items because very often server loads such a great number of products too long and it causes issues with the clients’ sites.
Regards
You must be logged in to reply to this topic.Log in/Sign up