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 Smart Template v4.4.x (https://forum.x-cart.com/showthread.php?t=55088)

flyclothing 06-26-2012 08:02 AM

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.

PhilJ 06-26-2012 08:05 AM

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

a1deano 06-26-2012 08:16 AM

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


Mr. G 06-27-2012 05:55 PM

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!

PhilJ 06-28-2012 05:58 AM

Re: X-Cart Smart Template v4.4.x
 
Try clearing your cookies also, or specifically the cookie named "view_Layout".

Mr. G 06-28-2012 06:37 AM

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.

PhilJ 07-12-2012 07:09 PM

Re: X-Cart Smart Template v4.4.x
 
Great, I use this addon all the time for testing and managing cookies.

torbenbendixen 07-18-2012 12:51 AM

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.

PhilJ 07-18-2012 06:46 AM

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`')"}

sabinudash 07-19-2012 05:17 AM

'Sort by' showing up in all three columns
 
1 Attachment(s)
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.


All times are GMT -8. The time now is 08:30 AM.

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