Modify checkout page

  • Posts: 121
  • Thank you received: 1
9 years 1 month ago #217361

-- url of the page with the problem -- : www.hydradetergenti.com/new
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.4

Hi,
I won't to modify the layout of checkout page, expecially the payment and shipping section: how can I do for put the shipping and payment blocks into same line? like address block

Thanks
Matteo

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
9 years 1 month ago #217388

Hello Matteo,
The solution will probably be to directly :
- Edit the "Shipping" and "Payment" file of the "Checkout" view of your front-end template via "Hikashop->Display->Views"
- Use some CSS code
www.hikashop.com/support/documentation/1...the-display.html#css

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

  • Posts: 267
  • Thank you received: 5
7 years 6 months ago #269850

Hi,

I'm trying to hide the percentage applied to the checkout payment method, but I can not do it.
How can I hide the highlighted red circle in the next image?



Thank you very much

Attachments:

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

  • Posts: 4748
  • Thank you received: 644
  • MODERATOR
7 years 6 months ago #269861

Hello,

You have 2 solutions :
1°) If you want ALWAYS hide this specific elements, custom Css can be a good & quick solution.
=> See this tutorial
And add some Css code like this :

.elements_class1,
.elements_class2 {
    display: none;
}
2°) If you don't have to hide in each case but only when shipping cost is 0 Euros, an override view (or view customization) will be required
=> See this tutorial
Here some html & php knowledge will be required in order to modify show_block_cart (new cart system) or cart (legacy cart).
This kind of code can fit your needs :
if (Cart_shipping_cost != 0) {
    echo "<tr>
                  <td>
                      ELEMENTS YOU WANT HIDE
                  </td>
             </tr>"
}

Hope this will help you.

Regards

Last edit: 7 years 6 months ago by Philip.
The following user(s) said Thank You: dvddvd

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

  • Posts: 267
  • Thank you received: 5
7 years 6 months ago #270190

thank you very much,
It was just what i needed

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

Time to create page: 0.088 seconds
Powered by Kunena Forum