Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

1) There is no vertical overflow on this theme's menu on mobile view. If there are more than about 9 subcategories then the rest cannot be viewed.

2) Why does the burger icon not appear on the product pages on mobile, when the menu visibility is set the same for all pages ?

  • 2 weeks later...
Posted

@pandrei

Can you have a look at this please. You can use my URL as reference, because the demo site does not contain any categories with a significant number of sub categories. Please do not post my URL on the open forum. You can ignore part 2) above.

Posted
On 5/14/2024 at 7:39 PM, Hotclutch said:

1) There is no vertical overflow on this theme's menu on mobile view. If there are more than about 9 subcategories then the rest cannot be viewed.

Try to add this fix:

image.png.d98babbab6fe6e519a0c882c3b34addf.png

 

.bi-opened .menu-style[data-style="2"] .menu-content {
    max-height: calc(100vh - 70px);
    overflow: auto;
}

 

Posted

@pandrei

Can you check the behaviour of the TABS widget on the updated Printshop theme. Now when you rename the TABS the changes do not reflect. On the Product Info page and the Login pages. Have flushed cache.

Screenshotfrom2024-06-0518-39-16.thumb.png.0aea23b7fb668d07108504bb267e2ba3.png

 

Screenshotfrom2024-06-0518-40-20.thumb.png.f5740f8a4874d9cd7a39a385eb6cfb86.png

Posted
21 hours ago, Hotclutch said:

Please check the Address Book Page. The layout was fine before the changes.

The cause is not the changes. The issue has existed before.

Please update the file lib/frontend/design/boxes/account/AddressBook.php with the attached one.

AddressBook.php

Posted

I checked the other themes, watch, furniture and b2b and they all fine. So i thought it has to be theme related.

Posted

@pandrei

The problem seems to be solved. I exported the widget from the old theme and applied it to the new theme.

Do i keep the file change (AddressBook.php) or restore to the one before ?

Posted
1 hour ago, Hotclutch said:

Do i keep the file change (AddressBook.php) or restore to the one before ?

Keep the changed file. It fixes an error for non-logged customer and will be included in the next update.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...