SBKUnlimited Posted March 22, 2013 Share Posted March 22, 2013 (edited) Hello guys, I'm hoping I can get some guidance here. I've just opened a new shop and am having a checkout error in about 1 out of 5 transactions. In the details of the sale, I see this error: "PayPal response:TIMESTAMP -> 2013-03-21T15:07:36ZL_ERRORCODE0 -> 10729L_SHORTMESSAGE0 -> Shipping Address State EmptyL_LONGMESSAGE0 -> The field Shipping Address State is requiredL_SEVERITYCODE0 -> Error" There's also an issue with the font on some areas of my site, which is [/size][/font]http://superbikeunlimited.com/presta/index.php , such as in the cart and during the checkout process where there's white text against a grey background and the text basically not visible. So, not knowing the source of the above error, I'm wondering if some of my customers are simply not seeing a field and skipping it. Can someone show me how to address the font issue please? And perhaps answer if the error is the same issue? Thank you so much in advance. I'm using PrestaShop 1.5.3.1 Edited March 22, 2013 by SBKUnlimited (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted March 23, 2013 Share Posted March 23, 2013 (edited) OOOOoops. Edited March 23, 2013 by tdr170 (see edit history) 1 Link to comment Share on other sites More sharing options...
tdr170 Posted March 23, 2013 Share Posted March 23, 2013 Most issues resolved through IM. 1 Link to comment Share on other sites More sharing options...
SBKUnlimited Posted March 23, 2013 Author Share Posted March 23, 2013 I removed CCC again. Everything else is intact and working great! Thanks so much for the advice. There is one thing we changed I'd like to adjust. Can you tell me how to change the red font in the pricing/product description to the color of the font used on the "Share on Facebook" text seen here? Link to comment Share on other sites More sharing options...
tdr170 Posted March 23, 2013 Share Posted March 23, 2013 For the currency adjust blockcurrencies.css located here. ..presta/themes/carbon/css/modules/blockcurrencies/ Change this: #header_right #currencies_block_top p { clear: left; padding-right:16px; font-size: 11px; text-align: right; background: url("../../../img/block_languages_top_p_bg.png") no-repeat scroll right 1px transparent; } To This: #header_right #currencies_block_top p { clear: left; padding-right:16px; font-size: 11px; text-align: right; background: url("../../../img/block_languages_top_p_bg.png") no-repeat scroll right 1px transparent; color:#000 } As for the red font The Facebook font is also red in my color picker it says the facebook color is #B80000 Did you change the cart font color as per my IM as the cart prices still do not show in the Header cart when you hover your mouse. Add the color:#000 #cart_block #cart-prices { padding:10px 4px; line-height:20px; font-weight:bold; color:#000 } Another one I just noticed is in the quantity box on the product page the text is not showing edit product.css and add color:#000 as below. presta/themes/carbon/css/ #buy_block p {padding-bottom:10px; color:#000} 1 Link to comment Share on other sites More sharing options...
SBKUnlimited Posted March 23, 2013 Author Share Posted March 23, 2013 I just refreshed and the cart hover is working for me? I'll try the others. Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now