Checkout needs some fine tuning

  • Posts: 246
  • Thank you received: 2
  • Hikashop Business Hikashop Essential
11 years 11 months ago #77729

(I think I messed up the order of these posts - the bottom one is the most recent) :blush:

I have some issues with checkout. They seem to have appeared after last upgrade to hika 2.0.

1 - On the first checkout page where you enter address - There are astericks on most text boxes but they do not work. (they do work on later pages) I have people placing orders that go through without email addresses and some without address.

2 - On the page where is shows what you have selected before sending order (image attached) Such as "You chose the shipping method: United States Postal Service Priority Mail®
You chose the payment method: PayPal" How can I make these selections red & bold? Some people are not noticing that they have made selections that do not make sense. I want them to check this before sending in order - maybe in future have the customer select something to check they have seen this before submitting order.

3 - If I select "send check" as payment method, and hit next it is no longer available as a selection (This used to work fine before upgrade)

4 - After putting something in the cart the the "added to cart" notice comes up but does not time out and go away without closing it. Is this how it is supposed to work - I thought I heard this was fixed in an upgrade.

Thank you

Last edit: 11 years 11 months ago by bigfoot. Reason: error

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 11 months ago #77818

Hi,

1. The required error has been already reported and I will fix that problem as soon as would have to time to do it.

2. You can add a CSS rule for the <span> which display the selected methods. They have specific and unique classes.
www.hikashop.com/en/support/documentation/faq.html#css

3. What is no longer available as a selection ?

4. It's normal. There is an option for the popup time out.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 246
  • Thank you received: 2
  • Hikashop Business Hikashop Essential
11 years 11 months ago #78638

Regarding the CSS rule - I found the file - checkout / status.php which included: <span id="hikashop_checkout_status"> which mentioned ('HIKASHOP_SHIPPING_METHOD_CHOSEN' &* ('HIKASHOP_PAYMENT_METHOD_CHOSEN'
Also found the css page but do not know how to write css code to make them bold/red - Could someone possibly give me some code and exactly where to paste it? That would be great. :unsure: :blush: Attached is and image...

Also - regarding the added cart popup - nothing I do makes it go away automatically - attached is a screenshot of the settings. Do I have something wrong?

Attachments:

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 11 months ago #78648

Hi,

When I look at your HikaShop configuration, I see:
"Notice popup display time: 10ms".
So, your popup is displayed just for 10 milliseconds ; which is a quite short time.

As you said, you found that your "status" text are is span with the id "hikashop_checkout_status".
As explain in our FAQ ( www.hikashop.com/en/support/documentation/faq.html#css ) and in the CSS styling page ( www.hikashop.com/fr/support/84-css-styling.html )

#hikashop_checkout_status {
  /* Your CSS rules here */
  color:red;
  font-weight:bold;
}

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.120 seconds
Powered by Kunena Forum