My Account Shopping Cart and checkout are cut off?

Tagged: , ,

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeMy Account Shopping Cart and checkout are cut off?

This topic has been marked as not resolved.

Hi, my My Account Shopping Cart and checkout are slightly cut off please see the attachment.
Any suggestions on how to fix this? I’ve tried changing the screen width and it doesn’t change

Also, while I’m asking about this, on mobile mode the top menu, ie, shop and information pages displayed on the top menu are not organised,

Cant attach two screenshots so the one on the right is the menu problem, and the one on the left is the mobile menu layout – would appreciate some guidance, thank you!

btw great theme ;)

 r31s
March 9, 2014 at 10:31 pm #30962

#system_navigation – this is a class of listing responsible for arrow position.
You can find it in following path: catalog/view/theme/shoppica2/stylesheet/screen.css.php

Default style:


#system_navigation {
  margin: 74px 0 23px 0;
  <?php if ($language == 'ltr'): ?>
  clear: right;
  text-align: right;
  <?php else: ?>
  clear: left;
  text-align: left;
  <?php endif; ?>
}
#system_navigation ul.s_list_1 {
  margin-bottom: 0;
}
#system_navigation ul.s_list_1 li {
  display: inline-block;
  <?php if ($language == 'ltr'): ?>
  margin-left: 17px;
  background-position: 0 -2px;
  <?php else: ?>
  margin-right: 17px;
  background-position: 100% -2px;
  <?php endif; ?>
}

If you don’t know how to change a class just wait for TB Support :)

Best regards,
Adam

 Adam
March 10, 2014 at 6:33 am #30967

Hi thanks for the help! Not able to fix the issue though I’ve tried playing around with the margins and no response? – Would appreciate some help Thanks!
R

 r31s
March 10, 2014 at 9:29 pm #30985

Just noticed its also happened to my add to basket icons too!

 r31s
March 10, 2014 at 9:36 pm #30986

Hi,
What is your website url? I can’t help with screenshot – I’m not clairvoyant ;)

R.

 Adam
March 11, 2014 at 1:43 am #30995

Sorry I thought I replied!
http://www.yourvinyls.co.uk

Thank you by the way.

 r31s
March 12, 2014 at 8:55 pm #31020

Also I’ve noticed a big issue with my shopping area as your – upload your own design item …. when you press checkout it doesn’t notify you your items been added, and it doesn’t update the basket? but it does on other items? Any ideas how I can address this, thanks!

 r31s
March 12, 2014 at 10:54 pm #31021

problem with my cache or something was playing up, udated chrome and its fixed the ‘cutting text’ off issue. its just the cart wont update now when Im using a upload file option – any fixes? welcome to try it on my website!

 r31s
March 13, 2014 at 11:29 pm #31025

Hi r31s,

I tried to upload some files, but it doesn’t add the file at all (every time this same message –
“no file selected”). Problem is not with the basket..
My advice is to overwrite current files (only those responsible for the uploading) with source from Shppca installation. ( BTW this helped me with my cutted quantity and search field ;) MAGIC! :D )

Write back if you find any useful solution.

BR
Adam

 Adam
March 16, 2014 at 8:34 am #31048

I just tried again using Chrome latest version and the upload file has worked for me, a previous customer has used it and its been working as expected however it doesnt display that its been added to the cart or have the pop up saying its added to the cart either =[

 r31s
March 16, 2014 at 7:15 pm #31052

Hi,

Now i can see message with results of my upload (find attached screenshot) – but still without informations from basket.

This is really tough case…
Nobody will check which browser works – customers will left your shop after one try. You need to have it done – without questions.

You have to wait for a helping hand from TB Team – good luck!
Adam

 Adam
March 17, 2014 at 3:45 am #31054
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.