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

X-Cart reBOOT (reDUX) Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #391  
Old 11-08-2021, 01:36 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

I moved the # of people purchased # of these to under the product image, works well.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #392  
Old 11-08-2021, 02:15 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

I want to remove the Qty box and add to cart button from the Related items. I see its the simple_products_list.tpl but is there an easier way. I keep messing up the if/thens.



Also, i need a way to have it not show the price when hovering over an inline radio size. It defeats the MAP policy of showing "add to cart for price".



thanks.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #393  
Old 11-10-2021, 10:29 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

@ Doug, try this.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Dougrun (11-10-2021)
  #394  
Old 11-10-2021, 10:42 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

thanks, seems to work!
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #395  
Old 11-10-2021, 10:50 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

Quote:
What is the best way to transfer all the modified reboot database config/languages settings over to my live store?

@Vulcan, not been asked that before, but it's certainly possible.

For template settings (x-cart config entries), you could use PHPMyAdmin to search for the reboot settings with the following SQL...
Code:
SELECT * FROM `xcart_config` WHERE `name` LIKE '%reboot_%' LIMIT 9999;

Then export the results/entries found which will give you an SQL file... note that you'll only need the SQL code between...
Code:
-- -- Dumping data for table `xcart_config` --

And..
Code:
-- -- Indexes for dumped tables --
In that SQL code, replace...
Code:
INSERT INTO `xcart_config` (`name`, `comment`, `value`, `category`, `orderby`, `type`, `defvalue`, `variants`, `validation`, `signature`) VALUES

With...
Code:
REPLACE INTO `xcart_config` (`name`, `comment`, `value`, `category`, `orderby`, `type`, `defvalue`, `variants`, `validation`, `signature`) VALUES

I would recommend making a DB backup of your destination site before applying the SQL to it.

Languages are trickier, as not all language entry names contain the word "reboot", but you could export all language entries from your source site to CSV, and import them back into the destination site.
__________________
xcartmods.co.uk
Reply With Quote
  #396  
Old 11-14-2021, 06:58 PM
 
vulcan-works vulcan-works is offline
 

Senior Member
  
Join Date: Feb 2004
Posts: 143
 

Default Re: X-Cart reBOOT (reDUX) Template

That is what I ended up doing after I realized the config entries had reboot in the name.

Also, how come this template is not compatible with paypal express checkout?
Did not realize this until after I enabled it on my live store.
__________________
X-cart--4.7.12

vulcanworks.net
Reply With Quote
  #397  
Old 11-15-2021, 12:30 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

It is compatible with PP Express, we just don't recommend using it (search the forum).
__________________
xcartmods.co.uk
Reply With Quote
  #398  
Old 11-15-2021, 10:08 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

Is there any way to set a maximum qty for an item?
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #399  
Old 11-16-2021, 12:35 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

@ Doug, maximum quantities was added Sept 8th - Demo products.

It's wasn't totally effective, so I've added some extra code this morning, which will be available later on today.
__________________
xcartmods.co.uk
Reply With Quote
  #400  
Old 11-16-2021, 08:12 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

I can't find where to enable the max qty option. its not in settings anywhere.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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:19 AM.

   

 
X-Cart forums © 2001-2020