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
  #341  
Old 11-24-2013, 10:02 PM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
With Refine Filters, ensure you have the very latest R.F. installation (currently Nov 5th). Then upload these files to reBOOT.


Thanks Phil for your response.Can I replace the PHP and tpl file latest Refine filter file? No need to run installation again?

Please confirm..
__________________
4.6.1 Platinum


Reply With Quote
  #342  
Old 11-25-2013, 12:15 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
I don't have that module to check, have you contacted Bill?

Check your logs in var/log to see if there are any errors relating to On Sale. Or post a ticket and I'll take a look.

As far as I'm aware, there's nothing in the reBOOT cart page code that should interfere or conflict with his module.

Hi,
Can i PM you the files?Yes contacted but still not getting solutions.His reply-
================================================== =====
FOR PRODUCTS MISSING IN SOME PAGES
1. It doesn't look like the products are missing, but rather there is a large gap here. It is probably related to the <div> tags inserted to display the sale data. If there is a global CSS setting to float these it could cause them to take up space otherwise taken by the products.

FOR QUANTITY NOT UPDATED IN CART PAGE
2. If you have items in your cart and turn on a sale that auto-adds products you will first need to clear your cart to see the changes. Otherwise the On Sale module thinks these products have been deleted and they will not be automatically added or changed with the changing quantities.

================================================== ======

thank you.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #343  
Old 11-25-2013, 04:49 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: X-Cart - reBOOT - Responsive Template

Hello Phil,
How to make responsive in Mobile Portrait - W320px (responsive)
Mobile Landscape - W480px (responsive)
Small Tablet - W768px (responsive)

what need to edit in skin/reboot/css/reboot_media_queries.css ?
__________________
4.6.1 Platinum


Reply With Quote
  #344  
Old 11-26-2013, 04:21 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
With Refine Filters, ensure you have the very latest R.F. installation (currently Nov 5th). Then upload these files to reBOOT.

Also add this CSS to skin/reboot/css/reboot.css

Code:
.rf-customer-filters table td:first-child { width: 20px; } #rf_found_box { min-height: 65px; }


I have replaced all the latest files and upload your files but still manufactures issue not resolved.

can you please look into the matter?

Thank you.
__________________
4.6.1 Platinum


Reply With Quote
  #345  
Old 11-27-2013, 06:49 AM
 
electrics electrics is offline
 

Newbie
  
Join Date: Nov 2013
Posts: 5
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
The Social Login (Janrain) module is supported in reBOOT and enabled on the demo.

In my testing however, there's a problem with the module option - "Enabled services", in that if you change the services, it makes no difference to the available login options. This could be a bug with the module (not reBOOT).

We are testing at http://www.3vu.com/pages.php?pageid=2 (click "Sign In" in right column). It appears that the URL set for Janrain within the module (https://babyshowersbymail.rpxnow.com/) is NOT resolving. I can browse to this URL outside of the module with not problem. Have you seen this issue?
__________________
4.6.x
Electric
Reply With Quote
  #346  
Old 11-27-2013, 11:58 AM
 
costanza costanza is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

Could you please provide these 2 fixes for ReBoot Version 1?

- The add to cart pop-up fix, so that it is a workable size on phones.

- When a product page loads, to make the page always load the set 'default' tab. In other words, if a customer clicks on "email friend" tab on a product page, then goes to another product page, I want the description to come up on this next page - not the "email friend" page.

Thanks.
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #347  
Old 11-29-2013, 11:32 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Could you please provide these 2 fixes for ReBoot Version 1?

Quote:
- The add to cart pop-up fix, so that it is a workable size on phones.

You can upload this file, product_added.js to skin/reboot/modules/Add_to_cart_popup

This line controls the width of the popup...
Code:
width: 480, // POPUP WIDTH

You may need to edit skin/reboot/modules/Add_to_cart_popup/product_added.tpl to compensate for the reduction in popup size.

Quote:
- When a product page loads, to make the page always load the set 'default' tab. In other words, if a customer clicks on "email friend" tab on a product page, then goes to another product page, I want the description to come up on this next page - not the "email friend" page.

In skin/reboot/custom/product_details_tabs.tpl

In the first line, remove this code...

Code:
data-cookie="tabs_product_page"

Then clear cookies. It will prevent the last opened tab from being displayed on page refresh.
__________________
xcartmods.co.uk
Reply With Quote
  #348  
Old 11-29-2013, 11:37 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
We are testing at http://www.3vu.com/pages.php?pageid=2 (click "Sign In" in right column). It appears that the URL set for Janrain within the module (https://babyshowersbymail.rpxnow.com/) is NOT resolving. I can browse to this URL outside of the module with not problem. Have you seen this issue?

Ensure the API key / Application ID / Application name are correctly configured at admin/configuration.php?option=XAuth

I still think there are possible bugs with this module, as changing the available login options doesn't seem to do anything (at least for me).
__________________
xcartmods.co.uk
Reply With Quote
  #349  
Old 11-29-2013, 11:42 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Re. Refine Filters, I have replaced all the latest files and upload your files but still manufactures issue not resolve
It's important you have fully reinstalled the latest version of Refine Filters (Nov 5th release).

If while reinstalling, you accidentally overwrite - skin/common_files/customer/service_js.tpl - then re-apply step 7 of the reBOOT install.

Also upload the latest Refine Filter files for reBOOT, here.

It has been tested, and all seems fine regarding manufacturers. If you are still experiencing issues please contact QT.
__________________
xcartmods.co.uk
Reply With Quote
  #350  
Old 11-29-2013, 12:10 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

$50 off the template until end of 2nd Dec with coupon code BFCM
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
ADDISON (11-29-2013)
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 05:09 AM.

   

 
X-Cart forums © 2001-2020