Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #191  
Old 08-13-2013, 11:51 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hello Phill,
Can u please see our blog.php and infinite scroll issue?
Thanks.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #192  
Old 08-21-2013, 02:57 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hello Phill,

Can u please let me know why blog.php is not working?
It was working previously with Adapt template using iframe.I have purchased reboot mainly for this to avoid iframe.

Pls pls look into this .Can u pls tell me if any additional changes in the preg_match part?

Thanks.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #193  
Old 08-21-2013, 04:35 AM
 
gozindagi gozindagi is offline
 

Advanced Member
  
Join Date: Jul 2013
Posts: 61
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by gozindagi
Hello PhilJ,

How can i make a text field at product_modify.php page using X-Cart_Reboot_Custom_Product_Field_Modification Addon?I already install this Addon and create a field but this addon only create a textarea field not text field.So, please help me if knows anything.
please reply me,i am waiting for your reply.
__________________
X-cart Platinum 4.6.0
Reply With Quote
  #194  
Old 08-22-2013, 12:25 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

For product lists inside categories, I am displaying by rows. However, Reboot uses the "long description" for these product lists, which makes for really long lists.

Is there a way to use the "short description" instead?
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #195  
Old 08-23-2013, 05:51 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: X-Cart - reBOOT - Responsive Template

Hey Phil

Is your "Advanced Testmonials" for Reboot available as a standalone product for 4.6?
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #196  
Old 08-23-2013, 07:23 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
For product lists inside categories, I am displaying by rows. However, Reboot uses the "long description" for these product lists, which makes for really long lists.

Is there a way to use the "short description" instead?

skin/reboot/customer/main/products_t.tpl

Replace...

Code:
{if $product.fulldescr ne ""}{$product.fulldescr|amp}{else}{$product.descr|amp}{/if}

With...

Code:
{$product.descr|amp}

Quote:
Is your "Advanced Testmonials" for Reboot available as a standalone product for 4.6?
Yes
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
costanza (08-23-2013)
  #197  
Old 08-23-2013, 10:21 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hello Phill,
Please please look into my blog.php issue as I cannot able to show blog site in the body of the x-cart page.

Also I can able to manage Infinite scroll issue in Rebot but css style has gone and Grid/List view is not working.

Please look into the issue.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #198  
Old 08-24-2013, 12:37 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Great template.

How can I make product options "drop down menu boxes" wider, so more text can fit in the box and be readable?

To be clear, this is on the product details screen, where customers have options to select, before adding something to their cart.

Thanks!
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #199  
Old 08-24-2013, 12:41 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Try...

skin/reboot/modules/Product_Options/customer_options.tpl

Replace...
Code:
<select id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>
With...
Code:
<select style="width:100%" id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>

... That should make the select dropdowns stretch 100% of the container.

Unfortunately, you cannot 'wrap' text in the select dropdown options.
__________________
xcartmods.co.uk
Reply With Quote
  #200  
Old 08-24-2013, 01:21 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
Try...

skin/reboot/modules/Product_Options/customer_options.tpl

Replace...
Code:
<select id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>
With...
Code:
<select style="width:100%" id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>

... That should make the select dropdowns stretch 100% of the container.

Unfortunately, you cannot 'wrap' text in the select dropdown options.

Thanks Phil. Unfortunately, the change only got me a couple pixels larger.

I love everything about this template, but I really need to allow more room on the product details page for the drop down options & ideally for the product picture too.

- Is the a few good places I can remove "padding" from a container, or do something else to get more width

- I am using 1 column left & would reduce the left column width a little, to get more width on the right side where the product details are.

Any help would be really appreciated.
__________________
X-Cart Business 5.4.1.49
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:21 AM.

   

 
X-Cart forums © 2001-2020