A Couple Of Things.. Please Help!

  • Posts: 9
  • Thank you received: 0
12 years 9 months ago #65322

Hiya everyone, I love how helpful this forum is but I've not been able to find solutions to the following, can anyone help me?

Cosmetic:
1 - Page numbers of products go below the products at bottom of page not above.

Checkout:

1 - Proceed to checkout - fine on the main page, but once clicked can we remove it? So it only shows as someone is adding items to cart but is removed once you click it?

2 - Once you click ' Proceed to checkout' and it takes you to the 'cart' to change the word 'NEXT' to 'CONFIRM ORDER'

3 - Once you have put in the billing details and click next - it brings you to the page where you can choose to keep the shipping address same as billing - make the 'Billing address' and 'shipping address' titles a bolder header to make it stand out more.

4 - On that same page - REMOVE to 'NEXT' button underneath the billing address as the person just put it in.

5 - on the final confirmation page where it gives them the bank details - can we remove the band at the top 'Your Cart Is Empty' or alternatively change that font to 'Thank - you for your order'

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

  • Posts: 9
  • Thank you received: 0
12 years 9 months ago #65323

Ok the pagination thing was actually really easy sorry, ignore that

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

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
12 years 9 months ago #65522

Hi,

1. You can remove the whole cart module from the checkout page: www.hikashop.com/en/forum/4-how-to/19956...n-checkout-page.html

2. and 5. You can use a translation override in order to change that text, like any text in HikaShop:
www.hikashop.com/en/download/languages.html#modify

3. You can do that by add such CSS on your website:
#hikashop_checkout_address legend{ font-size: 20px !important; }

4. I didn't understand your question. Can you reformulate please ?

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

  • Posts: 154
  • Thank you received: 10
12 years 9 months ago #65573

Whoops, was already answered..

please delete ^^


Proud of my website www.hetcomputerwinkeltje.nl

Currently just running catalog mode, but hope to go live soon again :)
Last edit: 12 years 9 months ago by anypc. Reason: error

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

  • Posts: 9
  • Thank you received: 0
12 years 9 months ago #65853

Ooo Nicolas you've helped me so much! I figured out question 4 myself, it was my client that worded those questions as well so it also took me a while to decipher

Instead of just enlarging the font, they want it the same style as the titles and link buttons on the store www.namibiaonlinegifts.com
How would I go about doing this? I know how I just need to know where, sorry for all of the questions

Last edit: 12 years 9 months ago by KandicePieterse. Reason: Removed excessive link tags

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

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
12 years 9 months ago #65943

The style of what ?
What piece do you want to change ? The buttons ? The titles ? Which ones ?

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

  • Posts: 526
  • Thank you received: 9
  • Hikashop Business
12 years 7 months ago #74405

Hi, How can I change the "Shipping method" and the "Payment method" as above with the address?

Also how can I get the "Shipping method" wording to be on 1 line instead of the below as it looks now?

Shipping method
Courier Under 2kg 3-5
Day Service £ 4.60

Royal Mail Recorded
Delivery £ 7.50

UK 3-5 day Courier
Service £ 6.50

thanks

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

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
12 years 7 months ago #74892

These texts, like any text can be changed with a translation override:
www.hikashop.com/en/download/languages.html#modify

Can you give a link to that shop ?

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

  • Posts: 526
  • Thank you received: 9
  • Hikashop Business
12 years 7 months ago #74934

Hi, It's the text size & colour that I am wanting to change. Please see attached and you will see I have managed to change the shipping using in css

#hikashop_checkout_address legend{ font-size: 18px !important; }

#hikashop_checkout_address legend{ color:#990000 !important; }

But I cannot seem to make the changes happen with the shipping method & the payment method?

Also the shipping in the large highlighted oval would preferably be on 1 line instead of dropping to a 2nd line.

File Attachment:

File Name: cart.docx
File Size:825 KB



thanks

Attachments:

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

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
12 years 7 months ago #75510

Hi,

It's simple, just use the class corresponding to the shipping or the payment area:
#hikashop_payment_methods legend{ font-size: 18px !important; }
#hikashop_payment_methods legend{ color:#990000 !important; }
#hikashop_shipping_methods legend{ font-size: 18px !important; }
#hikashop_shipping_methods legend{ color:#990000 !important; }

You should learn to use firebug to look at the HTML of pages and the class names in the tags. That way, you'll be able to find that yourself really easily.

And you have both lines on one line, you can do like that:
.hikashop_shipping_methods br{display:none;}
.hikashop_shipping_methods label,.hikashop_shipping_methods div{ display: inline !important; }

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

  • Posts: 526
  • Thank you received: 9
  • Hikashop Business
12 years 7 months ago #75515

thanks, tried that code but missed the s off methods and used method.

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

Time to create page: 0.101 seconds
Powered by Kunena Forum