Image in shopping cart checkout

  • Posts: 122
  • Thank you received: 0
11 years 2 weeks ago #156252

-- url of the page with the problem -- : starsupplyalliance.com
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.2
-- PHP version -- :5.4
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

I currently have a medium size image of the product next to the description and price on my checkout - how do I remove it?

Thanks,

Mike

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

  • Posts: 2143
  • Thank you received: 747
11 years 2 weeks ago #156284

In the backend go to -> System -> Configuration -> Checkout tab. There, just above the "Business hours", you have a switch "Show image". Set that to "No", and all should be as you want it.


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" )

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

  • Posts: 122
  • Thank you received: 0
11 years 2 weeks ago #156290

Thanks, you are totally correct.

Can you tell me why the columns are now not lined up as shown in the attachment?

Regards,

Mike

Attachments:

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

  • Posts: 2143
  • Thank you received: 747
11 years 2 weeks ago #156291

With every second row being different, it's most likely an issue caused by different CSS (padding?) for the alternating row classes "row0" and "row1".
A more exact statement from here could only be given when seeing the live site. With basic CSS knowledge you could do there yourself by using Firebug or a similar tool in your browser.


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" )

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

  • Posts: 2143
  • Thank you received: 747
11 years 2 weeks ago #156292

Well, I just saw your URL and went to your site, then put some items into the cart. Indeed, you have different paddings applied to the td's of your checkout cart.
Can you fix it yourself, or need help?


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" )

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

  • Posts: 122
  • Thank you received: 0
11 years 2 weeks ago #156295

I am not much of a css expert I´m afraid.

Can I send you the login details so that you can amend it?

Thanks,

Mike

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

  • Posts: 2143
  • Thank you received: 747
11 years 2 weeks ago #156297

Just in case, here we go:

In your template.css, go to line #6462. Change that from

#hikashop_checkout_page #hikashop_checkout_cart .row0 td {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 20px;
}

to
#hikashop_checkout_page #hikashop_checkout_cart td {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 20px;
}

So, just remove the ".row0".
If you want less padding around the individual table cell contents, reduce the "20px" to something less, e.g. 10px.

Not sure, though, if it'll be safe from being overwritten back to the old state or complete deletion once you update your site template or so, because the file name doesn't appear like it's a safe override but rather the original template CSS...

Good luck.


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" )

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

  • Posts: 122
  • Thank you received: 0
11 years 2 weeks ago #156301

Thanks.

I made the change to
#hikashop_checkout_page #hikashop_checkout_cart td {
background: #fff;
padding: 10px;

but the output is the same.

Mike

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

  • Posts: 2143
  • Thank you received: 747
11 years 2 weeks ago #156303

Indeed, it is the same still. So, somehow you managed to not make that change.

If you are not sure what you're doing, eventually PM me a temporary FTP access. And while at it, let me know if you want the strange left-alignment, fonts, sizes and colors of "precios" and "cantidad" also fixed... ;)


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: 11 years 2 weeks ago by lousyfool.

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

  • Posts: 122
  • Thank you received: 0
11 years 2 weeks ago #156305

Message sent.

Thanks for your help

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

  • Posts: 2143
  • Thank you received: 747
11 years 2 weeks ago #156308

Done.

You're welcome.


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" )

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

Time to create page: 0.120 seconds
Powered by Kunena Forum