![]() |
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. |
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
|
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:
|
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! |
Re: X-Cart Smart Template v4.4.x
Try clearing your cookies also, or specifically the cookie named "view_Layout".
|
Re: X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
Great, I use this addon all the time for testing and managing cookies.
|
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. |
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`')"} |
'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.