Forum Replies Created
-
AuthorPosts
-
June 5, 2024 at 8:17 am in reply to: Margin/Padding under logo disappears when scrolling down #1448444
Hello Ismael,
Thank you for your help.
Here is the address of the website:
https://orders.blackwireconsulting.comCredentials are in the private content section below :)
June 4, 2024 at 7:12 pm in reply to: Tiny dot appears between original price and reduced price #1448104Thank you. You have been very helpful.
Thank you, I will try it. You are very helpful.
June 3, 2024 at 8:19 pm in reply to: Tiny dot appears between original price and reduced price #1447590On another note, would you happen to know how to implement a session timeout when a customer logs into the store? We would like that when a customer logs into the store, if not active for like 15 minutes that it automatically signs them out. Currently I have this:
add_filter( ‘wc_session_expiration’, ‘woocommerce_cart_session_expires’);
function woocommerce_cart_session_expires() {//Value is 15 minutes
return 60 * 15;}
but it is not working.
If not, no worries, I know it’s not exactly theme related.June 3, 2024 at 8:13 pm in reply to: Tiny dot appears between original price and reduced price #1447588That worked, thank you!
June 3, 2024 at 7:18 pm in reply to: Tiny dot appears between original price and reduced price #1447580Hi Rikard,
Thank you for the suggestion, but that did not work to remove the dot.June 1, 2024 at 12:30 am in reply to: Tiny dot appears between original price and reduced price #1447224Hello,
The links and logins are in the “private content” section below :)
Is there any way to exclude it?
Thank you for your assistance.
I have added the login info in “private content” section belowAlso, the images displayed included my main product image. I only want the 3 images that I assign as gallery images. I don’t want my main product image to appear in the gallery images
- This reply was modified 5 months, 2 weeks ago by robertbwc.
May 14, 2024 at 1:47 am in reply to: How to Change Dropdown List For Sort By in Shopping Cart Home Page #1443330Alternatively, if I wanted to remove “Display” dropdown, how can I do that?
May 14, 2024 at 1:12 am in reply to: How to Change Dropdown List For Sort By in Shopping Cart Home Page #1443321That’s amazing, thank you! Currently it’s displaying by 100, 200 and 300 products in the “Display” dropdown. How can I change that to 10, 20 and 30?
Thank you Ismael
-
AuthorPosts