Jump to content

Paypal Checkout Error/Font color issue - new shop owner needs help!


Recommended Posts

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 by SBKUnlimited (see edit history)
Link to comment
Share on other sites

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

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}

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...