Home › Forums › Basel support forum › Cannot "Add to cart"
Cannot "Add to cart"
- This topic has 19 replies, 3 voices, and was last updated 6 years, 8 months ago by
Bogdan Donovan.
-
AuthorPosts
-
October 26, 2018 at 4:43 am #85232
ddParticipantPlease help!
Customer click “add to cart” on product page and Mouse icon keep spinning & turning non-stop. Means they cannot add to cart.
Hope your speedy reply
Thanks!October 26, 2018 at 5:18 am #85234
ddParticipantNow I set ” Redirect to the cart page after successful addition” at Woocommerce setting first in order to let my customer proceed order. But if you untick on that function, all products stuck while clicking “add to cart”
Please advice.
October 26, 2018 at 6:31 am #85270
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
October 26, 2018 at 8:06 am #85300
ddParticipantI typed access info at private content.
And, when you check it out just deactivate plug-in, and activate it back.
I cannot deactivate now, because customer may need to place order, and I don’t know when you check it.October 26, 2018 at 8:20 am #85306
Artem TemosKeymasterPlease, disable all plugins that are not related to our theme.
October 26, 2018 at 8:20 am #85307
Artem TemosKeymasterWe will quickly check the problem and you will return them back.
October 26, 2018 at 9:22 am #85321
ddParticipantOkay, Ive done.
Now you can check.October 26, 2018 at 9:24 am #85322
Artem TemosKeymasterCurrently, we don’t have problems with Add to cart button https://gyazo.com/5af8f2860ea73eb6451e446ddda9729d
October 26, 2018 at 9:31 am #85330
ddParticipantSo what can I do now?
Activate back with the plug in 1 by 1? see which one conflict?October 26, 2018 at 9:58 am #85331
Artem TemosKeymasterYes, you can try to activate them one by one to see which plugin causes this problem.
October 26, 2018 at 10:02 am #85333
ddParticipantIf I found that plug in which conflict, means I cannot use it anymore? Any solution?
October 26, 2018 at 11:06 am #85356
Artem TemosKeymasterTry to contact plugin’s developers for help in this situation.
October 26, 2018 at 11:10 am #85365
ddParticipantOkay
October 26, 2018 at 11:12 am #85367
Artem TemosKeymasterContact us when you will have any extra questions.
October 29, 2018 at 12:36 pm #85898
ddParticipantHi,
That plug in designer wants me to contact you for below issue, please read below message which I copied and paste to you for reading:
Hi DD,
Weekday view in calendar
This issue is coming due to some conflict between your current theme and our plugin. We have found the cause for the same too and we have made the following changes in your theme’s file to resolve this issue.
But this changes won’t let you update our plugin so in this case, I will recommend you to contact your theme author and request him to replace the following code in a style.css file in the active theme.
Original:
table tr th {
padding: 15px 10px;
text-align: center;
letter-spacing: 1px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
line-height: 1.4;
color: #1B1919;
vertical-align: middle;
border: none;
border-bottom: 2px solid #EFEFEF;
}
Replace it with:
table:not(.ui-datepicker-calendar) tr th {
padding: 15px 10px;
text-align: center;
letter-spacing: 1px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
line-height: 1.4;
color: #1B1919;
vertical-align: middle;
border: none;
border-bottom: 2px solid #EFEFEF;
}This will exclude adding the CSS for the datepicker. Currently, we have changed the following code in style.css and style.min.css file to fix this issue and you can check that and let me know.
Note: Our team will be on a holiday from 7th to 10th November due to the Diwali festival here in India. Due to this, customer support will be affected during these days. We regret the inconvenience.
Ticket: https://tychesoftwares.freshdesk.com/helpdesk/tickets/5074
Regards,
Dhara ShahGot it?
Do you know what they are talking about and can you help?Waiting,
Regards,
DDOctober 29, 2018 at 12:48 pm #85911
Artem TemosKeymasterHi,
Could you please describe where did you get that problem and how can we reproduce it?
October 30, 2018 at 4:37 am #86015
ddParticipantLast week I mentioned to you about product cannot be added to cart, and we tried to dis activated all plugins and product can be added to cart, so as you said, I can activate plugin 1 by 1 and see which one conflict occurs the problems. So I found that there’s of the plugin cause the problem, which is “Product Delivery Date Pro for WooCommerce”.
So, I contacted the plugin developer, and I gave him my FTP access & he settled to me already but he found there’s another issue conflict with your theme as well, which is calendar display on weekday. And he made changes in my theme’s file like previous message I copied to you. But as he said, it will cause the future update problem, something like I will not able to update the plugin later on. So they recommend me to contact with you for replacing some codes in files, mmm…I have no idea, is it the right way?
October 30, 2018 at 7:30 am #86037
Artem TemosKeymasterOK, could you please temporarily remove the code you modified and send us a direct link and some screenshot where we can check this calendar problem?
November 1, 2018 at 3:53 am #86427
ddParticipantThey have reverted back the changes done in the theme file.
Screenshots which you have asked for:
Calendar before we made changes: https://prnt.sc/lcjejm
After we made changes: https://prnt.sc/lcjdnxNovember 1, 2018 at 7:21 am #86450
Bogdan DonovanKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.ui-datepicker-calendar tr th { letter-spacing: normal; font-size: 14px; text-transform: none; }
Kind Regards
XTemos Studio -
AuthorPosts
- You must be logged in to create new topics. Login / Register