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

X-Cart Smart Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #661  
Old 06-26-2012, 08:02 AM
  flyclothing's Avatar 
flyclothing flyclothing is offline
 

eXpert
  
Join Date: Aug 2004
Location: Gilbert, AZ
Posts: 357
 

Default Re: X-Cart Smart Template v4.4.x

Dean,

Let me know what you hear. I've asked several times and not received a response.
__________________
Jonathan
Flyclothing, LLC
PO Box 1490
Gilbert, AZ 85299-1571
P 480.422.7350
F 888.359.2568
www.flysportsgear.com?MMCF_xcartforum (X-Cart 4.5.2) FOR SALE
Reply With Quote
  #662  
Old 06-26-2012, 08:05 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Smart Template v4.4.x

Adding Pinterest has been addressed a few times on the forum, eg. http://forum.x-cart.com/showthread.php?t=62293
__________________
xcartmods.co.uk
Reply With Quote
  #663  
Old 06-26-2012, 08:16 AM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default Re: X-Cart Smart Template v4.4.x

Hi Phil

Just wondered if it could be added to your social bookmarks that came with smart template, as when you move mouse over you also get popup, I did already add the one from that thread today but your one would be better, but no worries i know you've been busy...

Regards Dean

Quote:
Originally Posted by PhilJ
Adding Pinterest has been addressed a few times on the forum, eg. http://forum.x-cart.com/showthread.php?t=62293
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote
  #664  
Old 06-27-2012, 05:55 PM
  Mr. G's Avatar 
Mr. G Mr. G is offline
 

eXpert
  
Join Date: Nov 2010
Posts: 386
 

Default Re: X-Cart Smart Template v4.4.x

Hi Phil,
I've been using the row layout for products layout since the start in 2010. I want to try using the grid. I referred to http://www.xcartmods.co.uk/demos/smart/install/install.html where it says, "To set the initial products layout (row or grid) edit line 10 of skin/smart_template/custom/js/switchers/switch_layout.js". I did that, ran /cleanup.php and nothing changed. What should I do? Thanks!
__________________
4.7.6 Gold Plus
XCartMods.co.uk Ultra Template
X-Cart Abandoned Cart
BCSE PayPal DPM
CDSEO Pro 2.1.8
BCSE Drop Shipper Pro
Google Rich Snippets
Time and money-saving tips I've learned as a webstore owner at http://ShoppingCart-Program.com
Reply With Quote
  #665  
Old 06-28-2012, 05:58 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Smart Template v4.4.x

Try clearing your cookies also, or specifically the cookie named "view_Layout".
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Mr. G (06-28-2012)
  #666  
Old 06-28-2012, 06:37 AM
  Mr. G's Avatar 
Mr. G Mr. G is offline
 

eXpert
  
Join Date: Nov 2010
Posts: 386
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
Originally Posted by PhilJ
Try clearing your cookies also, or specifically the cookie named "view_Layout".
Yep that did it. Thanks. During dev testing I've always just done cleanup.php, cleared browser cache and refreshed browser and that would show changes. So this is a first (that I can remember) that this was necessary. I'll start clearing cookies from now on, too.
__________________
4.7.6 Gold Plus
XCartMods.co.uk Ultra Template
X-Cart Abandoned Cart
BCSE PayPal DPM
CDSEO Pro 2.1.8
BCSE Drop Shipper Pro
Google Rich Snippets
Time and money-saving tips I've learned as a webstore owner at http://ShoppingCart-Program.com
Reply With Quote
  #667  
Old 07-12-2012, 07:09 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Smart Template v4.4.x

Great, I use this addon all the time for testing and managing cookies.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Mr. G (07-12-2012)
  #668  
Old 07-18-2012, 12:51 AM
  torbenbendixen's Avatar 
torbenbendixen torbenbendixen is offline
 

Advanced Member
  
Join Date: Oct 2010
Location: Denmark
Posts: 60
 

Default Re: X-Cart Smart Template v4.4.x

I need to style the text: Ask a question about this product
when you are in the product details.
But when i style it using CSS, it affects other links on the webshop.

Anybody knows how i can style this, without affecting other parts?

Thank you.
__________________
X-Cart 4.5.5
Reply With Quote
  #669  
Old 07-18-2012, 06:46 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Smart Template v4.4.x

You can either add CSS along these lines...

Code:
div.ask-question a:link { font-size: 24px; ETC ETC }

Or you can turn the link into a button...

skin/smart_template/customer/main/product_details.tpl

Replace...

{include file="customer/buttons/button.tpl" button_title=$lng.lbl_ask_question_about_product style="link" href="javascript: return !popupOpen(xcart_web_dir + '/popup_ask.php?productid=`$product.productid`')"}

With...

{include file="customer/buttons/button.tpl" button_title=$lng.lbl_ask_question_about_product style="button" href="javascript: return !popupOpen(xcart_web_dir + '/popup_ask.php?productid=`$product.productid`')"}
__________________
xcartmods.co.uk
Reply With Quote
  #670  
Old 07-19-2012, 05:17 AM
 
sabinudash sabinudash is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 66
 

Default 'Sort by' showing up in all three columns

Hi Phil,

Will you please help fix 'Sort by' option showing up in all three columns on the manufacturer page?

Attached please find a screenshot of a merchant/manufacturer page (using 3 columns) where 'Sort by' part appears in left, center and right columns. I would like to have this appear in center only.

Will you please suggest a fix?

Many thanks.
Attached Images
File Type: jpg sort-options.jpg (51.9 KB, 13 views)
__________________
X-Cart 5.3.3.4 Multivendor
X-Cart 5.3.3.4 Business (Testing)
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:06 PM.

   

 
X-Cart forums © 2001-2020