X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - Ultra - Responsive Template (https://forum.x-cart.com/showthread.php?t=74358)

PhilJ 09-23-2016 08:07 PM

Re: X-Cart - Ultra - Responsive Template
 
Thanks for reporting, fixed.

susilosaja 09-25-2016 09:29 PM

Re: X-Cart - Ultra - Responsive Template
 
Phil, is the ticker text multi language?

susilosaja 09-25-2016 11:06 PM

Re: X-Cart - Ultra - Responsive Template
 
I also notice that the texts in account section, like "I'm a new customer", "I'm an existing customer", etc, is still hard-coded. Can you provide the multi-language version of it? I can add the variables myself, but I figure having more custom codes will make it harder to upgrade in the future.

susilosaja 09-26-2016 12:08 AM

Re: X-Cart - Ultra - Responsive Template
 
Can you also tell me how to set category's image size? Both on header's menu and category page.

susilosaja 09-26-2016 02:03 AM

Re: X-Cart - Ultra - Responsive Template
 
1 Attachment(s)
Hi phil, when a customer just registered and trying to add a new address in "my account" section, the div is positioned at the bottom, and the bottom part of the div is hidden. Scrolling doesn't help.

I saw this doesn't happen on ultra demo though. I'm using the same browser (chrome) to open both pages.

susilosaja 09-26-2016 03:36 AM

Re: X-Cart - Ultra - Responsive Template
 
Phil, I also noticed that company logo is missing from the invoice?

PhilJ 09-26-2016 09:33 AM

Re: X-Cart - Ultra - Responsive Template
 
Quote:

Phil, is the ticker text multi language?

You can make it multi-language by using eg. {if $shop_language eq 'EN'}...{elseif $shop_language eq 'FR'}...{/if}
See skin/ultra/custom/widgets/widget_ticker.tpl

There's not many hard coded texts, but I'll tidy those up in the next release and include a language patch. I tried to utilise the default language labels where possible.
Quote:

Can you also tell me how to set category's image size? Both on header's menu and category page.

See step (5) of the install, which sets the maximum width and heights of the category icons.

See also CSS...
Code:

img.subcategory-icon {
    max-height: 125px;
    width: auto;
}


Quote:

When a customer just registered and trying to add a new address in "my account" section, the div is positioned at the bottom, and the bottom part of the div is hidden. Scrolling doesn't help.

Popups should be centered and also responsive. It's fine here in chrome, FF etc. using the mousewheel or scroll bar. You can set the popup maximum height by editing skin/ultra/js/popup_open.js
Quote:

Phil, I also noticed that company logo is missing from the invoice?

I remove the logo on the invoice, as I saw no point in it being there. If you want it back, then just replace skin/reboot/mail/html/order_invoice.tpl with the stock version.

susilosaja 09-27-2016 01:38 AM

Re: X-Cart - Ultra - Responsive Template
 
1 Attachment(s)
Thanks for the response phil. I'm currently having problem with the popup address. Reducing max height helps show all part of the div, but it still is not positioned on the centre and does not look good.

Changing into this also doesn't do anything : $('.popup-dialog').css('overflow-y', 'auto');

It's not just the position of the div. The header text "New Address" is not in the header. Any idea?

PhilJ 09-27-2016 01:47 AM

Re: X-Cart - Ultra - Responsive Template
 
Can you go live chat?

susilosaja 09-27-2016 01:48 AM

Re: X-Cart - Ultra - Responsive Template
 
Regarding the missing company logo on the invoice, I just tried on ultra's demo, and there is no logo as well.


All times are GMT -8. The time now is 04:29 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.