Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › No hint if Terms&Conditions are not clicked
Tagged: quantity field, Terms & Conditions
- This topic has 17 replies, 3 voices, and was last updated 13 years, 5 months ago by amin007.
-
AuthorPosts
-
June 9, 2011 at 7:15 pm #3560RinaldoMember
If I am using Manual Payment and forget to tick the T&C nothing happens, no message You must Agree … is shown. If ticked everything works fine. Is there an issue?
I am using [wp_eStore_cart_fancy1]
Thanks
June 10, 2011 at 12:53 am #33211amin007ParticipantMost likely you have a JQuery conflict on the page. Please post a link to your products page so I can go check it out myself.
June 10, 2011 at 9:15 am #33212RinaldoMemberThank you, I am not on line yet. I will come back if the problem persists online.
Another little issue is the sub-total in the compact Cart doesnt show the pennies (EUR) if zero e.g. 59.4 instead 59.40 which looks odd imo.
June 10, 2011 at 12:41 pm #33213RinaldoMemberHi, I was wrong, the message is displayed, but it almost disappears on my background colour.
Where can I change font and color of the message? I am using now [wp_eStore_cart]
Thank you very much!
June 10, 2011 at 11:28 pm #33214amin007ParticipantLook for the following CSS code in the “wp_eStore_style.css” file and customize the color:
.t_and_c_error {
color:#E70218;
margin:0 0 15px;
}June 11, 2011 at 11:56 am #33215RinaldoMemberThanks, I tried that already, I put in:
.t_and_c_error {
font-size:14px;
font-weight:bold;
color:#DB2F23;
margin:0 0 15px;
}
Only the “bold” argument is executed, the color is apparently overridden by my theme. At least that is what I believe to see in Firebug.
I also wanted to move it away from the Payment Method. That also didnt work.
Any other tip?
Thank you!
June 11, 2011 at 11:56 am #33216RinaldoMemberThanks, I tried that, put in:
.t_and_c_error {
font-size:14px;
font-weight:bold;
color:#DB2F23;
margin:0 0 15px;
}
Only the “bold” argument is executed, the color is apparently overridden by my theme. At least that is what I believe to see in Firebug.
I also wanted to move it away from the Payment Method. That also didnt work.
Any other tip?
Thank you!
June 11, 2011 at 1:02 pm #33217RinaldoMemberThe theme element styling the err message is:
.entry-content label
but I dont know how to apply this to eStore. If I put it in wp_estore_style all other input labels – in forms etc. – are in the same color.
Any other tip?
Thank you!
June 11, 2011 at 1:07 pm #33218wzpModeratorTry this, maybe it might help…
http://www.tipsandtricks-hq.com/css-bugging-you-fire-those-bugs-3299
June 11, 2011 at 10:01 pm #33219RinaldoMemberHi, I can let the message blink, that is even better.
I use Firebug and all the other tools.
In this case it didnt help.
I assume I would have to introduce a new class to give the message a different css.
I also cant figure out how to put a background image behind the Continue Shopping link. I prefer the link because it can be translated by GTranslator.
Thank you for the support!
June 11, 2011 at 10:26 pm #33220RinaldoMemberOne other issue please: One can select No Quantity Field in the product, but in the shopping cart this same product then has a QF. Where could I change that?
Thank you!
June 12, 2011 at 12:43 am #33221amin007ParticipantCan you give an example of this? For example give us a link to the page?
June 12, 2011 at 8:33 am #33222RinaldoMemberI am not on line yet, but created a sample on my playground:
http://gotarda.com/wp/products-page/checkout
(this is v 4.9.5, I am using 5.3.3)
Thanks for your support!
June 13, 2011 at 1:00 am #33223amin007ParticipantWhen I go to the above link I can only choose a variation and add it to the cart and it works fine for me. There is no quantity field for me to choose before I add the item to the cart which means you are not using the “Display Quantity Field” option for this product. What am I missing?
June 13, 2011 at 3:50 pm #33224RinaldoMemberAfter one selects a variation and then adds it to the cart, a quantity field appears in the cart. Can I hide it somehow? I need more shipping cost options and try to find a solution with estore.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.