Cannot select paypal as payment methord

  • Posts: 63
  • Thank you received: 0
8 years 3 months ago #247760

-- url of the page with the problem -- : alnaturalhealth.com/index.php/shop-categ...out/task-step/step-1
-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.6.2
-- Browser(s) name and version -- : firefox 27.0.1
-- Error-message(debug-mod must be tuned on) -- : WARNING
You can't access the private section of this site.
×
MESSAGE
The Australia Post shipping plugin requires the user to enter a postal code when goods are shipped within Australia. Please go to "Display->Custom fields" and set the post code field to required.

Hi ,
I cannot an anwser to this one anywhere.

At check out it asks for registration with purchase details

1/ I get error message saying that postcode must be set to required, but it already is and error about private section

2/ bank transfer is already set and there is no button to select paypal

See attachments






Thank you for your help.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
8 years 3 months ago #247764

Hi,

1. It works fine if I enter an Australian address.
Try to edit the address field "Country" and set Australia as default value (right now it's still France). I'm not sure, but this may make the warning in checkout go away.
Hint: If you're shipping within Australia only - not to other countries - you may also disable all other countries in the configuration of zones.

2. There is a button for PayPal. Only, it's hard to read due to your CSS.
www.hikashop.com/support/documentation/1...the-display.html#css

The PayPal button works, too, except PayPal responds with an error message. But that's certainly a different matter...


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: ecomian

Please Log in or Create an account to join the conversation.

  • Posts: 63
  • Thank you received: 0
8 years 3 months ago #247852

Thank you lousyfool, I have fixed the Paypal error and set the country to Australia which seems to have fixed the errors.

Just trying to fixed the CSS. I have read the instructions and have done a number of css overides before. But cannot get this one to stick to change the button colours. The problems seems be that the invisible button css appears to be applied only the button that is not selected (If bank transer is selected, paypay is invisible, if paypay selected, bank transer invisble) but I cannot figure out which class to change. I have applied the following to first the hikashop customCSS, then the template custom CSS (s5 desighn control).
First try:

.btn {
	color: #000
    background: #535f28 none repeat scroll 0 0; !important
}

2nd try:
.button {
    background: #80ff80 none repeat scroll 0 0 !important;
    color: #000 !important;
 }


Cannot get either to be picked up.

Thanks again for the help

Last edit: 8 years 3 months ago by ecomian.

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
8 years 3 months ago #247854

Please note that you're asking for basic CSS/web design, which I understand this is not the forum for. So, here some general explanations and hints. If you keep having problems, you may need to seek help elsewhere, and/or hire an expert.

I see the lines you quoted in both your frontend_custom1.css and custom.css.
- The first one (.btn) is commented out, so it can't work. However, it should work if either enabled in custom.css as is, or with !important in frontend_custom1.css.
- The second one (.button) doesn't affect the PayPal button simply because the selector is wrong.

If you're inspecting the button with Firebug or a similar browser tool, you see that it's

<label for="radio_paypal_4" class="btn btn-radio">PayPal</label>

So, in your CSS code you'll need to make the selector matching this, and either add it to your template's custom.css (because it loads last), or to your frontend_custom1.css with !important, so it's not overridden by your template's CSS.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 8 years 3 months ago by lousyfool.

Please Log in or Create an account to join the conversation.

  • Posts: 63
  • Thank you received: 0
8 years 3 months ago #247953

Thank you for your help
Sorry, I will look into css elseware.
I have had one of the the two lines commented out at any one time as I was experimenting with differant selectors I found.
Obviously I cannot just find the selector in firebug and change it. Apparently more involved because it works in firebug, but not in the overide files.

Anyway I will have to continue in my learning

Please Log in or Create an account to join the conversation.

  • Posts: 63
  • Thank you received: 0
8 years 3 months ago #247954

I was on the right track in the first place! .btn works fine in the template custom css. I had left the ; out !!!!!!!!!!! which sent me on a wild goose chase thinking there was something more complex going on.

Works fine now.

Please Log in or Create an account to join the conversation.

Time to create page: 0.095 seconds
Powered by Kunena Forum