SM Macy - Responsive Magento Theme
INTRODUCTION
SM Macy is a glamour and luxurious Magento theme based on elegant colors, black and white background and motifs.
It’s extremely flexible, easy to customize and suitable for any store, especially about high-end products as fashion, cosmetics, accessories, perfume products or other type of products as souvenirs, interior…
Along with a beautiful design, theme has also integrated many new features such as Dynamic Slideshow, Wide Mega Menu, Ajax Cart Pro, Cloud zoom images, Carousel Slider, brand logo slider and much more.
FLEXIBLE THEME
FULLY RESPONSIVE
SM Macy is build be fully responsive and ready to display on any table and mobile devices.
SLIDESHOW
- Easy to use and configure
- Allow to show image full width
- Support to add directly images, video,link…on to slideshow
- Automatically scaled to appropriate for screen types of different devices
- Transition effects, changing transition speed, number of photos…
STYLE OF MENU:
SM Macy supports 2 types of menu: Super Mega Menu or Simple with Css Menu
AJAX CART PRO
- Intuitive design
- Always on top all pages
- Easy to remove products without having to reload Cart page
MULTI-LANGUAGE, MULTI-CURRENCY SUPPORED
GRID VIEW & LISTING VIEW
PRODUCT PAGE WITH FULL UTILITIES:
CONTACT US:
Contact Us is integrated utility functions such as Address, Google Map, Description, Send Mail:
6 PRODUCT TYPES:
SM Macy offers users 6 different types of product profile to choose. You can select an appropriate one for different products to sell the products
ADMIN PANEL OPTIONS:
SM MACY FEATURES:
- Support Full width and Boxed layouts
- Support 3 layouts for pages: 1, 2 or 3 columns
- Support Mega Menu, Css Menu
- Support multi-currency, multi-language
- Support Dynamic Slideshow, Ajax Cart Pro for quick buy
- Integrated Google Fonts
- Carousel Slider for product images
- Include extensions: SM Slick Slider, SM Slider, SM Mega Menu, SM Dynamic Slideshow, SM Cart Pro, SM Basic Product
- Cross-browser: IE 8+, Safari, Mozilla Firefox, Opera 9+ and Chrome
- W3C XHTML 1.0 Transitional Valid
- 100% table-less design, based on CSS3 with many animated effects
- 6 Preset Color Styles: yellow, pink, green, purple, cyan, orange
- Carousel Slider for product images
- Support 6 different types of products profile
- Various color styles and typography by powerful Cpanel
- Custom wishlist page, cart page and contact page
- Cloud Zoom images
- Accordion for Shop By and Categories panel
- Additional Footer, Back to top button and Navigation links
- Social networks integration
WHAT ARE INCLUDED?
SM Theme Package
Use this package to install to your current site
QuickStart Installation Package
This package includes modules, theme and sample data. By using this package, you will have a complete site look like demo site.
Extension Packages
Modules which we used for the demo.
PSD Sources
All PSD design themes
Fully Documentation
Detail userguide to configure theme
CHANGELOG
VERSION 1.1.0 - Released on 23-May-2014
[+] Upgraded to Magento CE version 1.9.0.1
[-] Removed config header, footer, body (background-image), split menu style in back-end.
VERSION 1.0.4 - Released on 8-May-2014
[+] Added Zoom inside and popup image in detail product page
[+] Updated style for ajaxcart popup
[#] Fixed bugs:
C-panel (bg-image, body, bg-image header, bg-image footer, boxed layout) error when it is disabled in Back-end
Send email error in the contact form
Flat Catalog Category and Flat Catalog Product error
Detail Product page error when there are less than 3 thumbnail images
VERSION 1.0.3 - Released on 12-Feb-2014
[+] Add multi-currency, multi-language
VERSION 1.0.2 - Released on 23-Jan-2014
[+] Add 6 product types: Simple product, Grouped product, Configurable product, Virtual product, Downloadable product and Bundle product
[^] Change detail page: Popup image uses Fancybox, added "Additional Information" tab
[#] Fixed "My Wishlist" list issues: when deleting a product in My Wishlist list, didn't disable product automatically in this list and all labels (Product Details and Comment , Add to Cart) turned into "Title". User must refresh this page to see the change.
[#] Fixed some issues with Magento CE 1.8.1
VERSION 1.0.1 - Released on 18-Nov-2013
[+] Compatible with Magento CE 1.8.x
Version 1.0.0 - Release on-25-Jun-2013:
[+] Compatible with Magento CE 1.7.x
[*] Fix bug install failed ajax cart module
[*] Fix bug add to cart in module ajax cart
Hello, I would like to change the text box (image 1 of 4), in which file and line?
ReplyDeleteprint ( www.bhzautomacao.com.br/magento2.jpg )
Dear miroldols,
ReplyDeleteWe’re sorry for this late answering. You can find this text in \app\design\frontend\default\sm_macy\template\catalog\product\view\media.phtml
this.title = ‘Image ’ + (this.index + 1) + ’ of ’ + this.group.length + (this.title ? ’ – ’ + this.title : ’’);
Thanks!
How do I increase the amount of products at home?
ReplyDeleteHello,
ReplyDeletePlease go to Cms -> Page -> edit Home Page. At Design Tab, you can find Layout Update XML. Please find
<product_limitation>4</product_limitation>
and change to your value
Thanks
looks like you’ve got an unclosed tag in paypal.xml line 100 </block> should be <!--/block-->
ReplyDeleteHi weaves81,
ReplyDeleteYou’re right. Have you got this theme? If yes, please go to \app\design\frontend\default\sm_macy\layout\paypal.xml and find:
<reference name="right">
<!--<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
<!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
</block>
</reference>
=> change to:
<reference name="right">
<!--<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">
<action method="setLogoType"><value>wePrefer_150x60</value></action>
</block>-->
</reference>
P/s: For other questions, please feel free to use the correct account that you bought this theme. We will support for you via there.
Thanks!
Hello,
ReplyDeleteI’m trying to change the house so she sm Macy searches only files from a specific category.
I make the change in the code below, but nothing happens.
<reference name=”slideshow”>
<block type=”dynamicslideshow/list” name=”dynamicslideshow.list.default”/>
<!—
<block type=”slickslider/list” name=”slickslider.list”>
<action method=”setConfig”>
<values>
<module_width>940</module_width>
</values>
</action>
</block>
—>
</reference>
<reference name=”content-bottom”>
<block type=”basicproducts/home” name=”tab1” template=”sm/basicproducts/feature.phtml”>
<action method=”setConfig”>
<values>
<block_title>Novos Produtos</block_title>
<title></title>
<product_source>catalog</product_source>
<product_category>161</product_category>
<product_order_by>price</product_order_by>
<num_columns>4</num_columns>
<product_limitation>12</product_limitation>
<product_image_width>270</product_image_width>
<product_image_height>270</product_image_height>
<product_price_disp>1</product_price_disp>
<product_description_disp>0</product_description_disp>
<product_rating_summary>1</product_rating_summary>
<product_cart_or_status>1</product_cart_or_status>
<product_addtocompare>0</product_addtocompare>
<product_addtowishlist>0</product_addtowishlist>
</values>
</action>
</block>
</reference>
Dear dotcom,
ReplyDeletePlease feel free to submit a ticket to our support team.
We will check directly and answer you in there.
Here is link for your submission: http://www.magentech.com/submit-a-ticket/submit-ticket
Thanks & regards!
AVOID AT ANY COSTS!
ReplyDeleteWe’ve purchased a theme from this guy the G2SHOP through THEME FOREST.
The customer support it’s a nightmare. Because this guy is from vietnam he will never match your working hours and when he will bother to reply (2-3 days usually) he will only sort the small problems that his scripts generates and leave the real problems behind.
So here we are after a week since we’ve purchased the theme begging for support from this guy.
We’ve added all the products categories, mega menu items again and again as he said that’s our fault that we don’t do it correctly. In the end, we have the proof that’s his theme that’s acting strange not us.
You should avoid paying any penny to this so called company where is one man show that can’t handle all the tickets that are coming to him.
Dear junioru83,
ReplyDeleteI am very sorry for your unhappy. We are trying to solve your questions.
I just answered your ticket. Can we discuss via our ticket?
Thank you very much.
Hi there,
ReplyDeleteI just bought this template but I can’t find the way to put products under Featured and New Arrivals section in the homepage.
Could you please help me.
Thank you
Sorry for the stupid question. I fixed it
ReplyDeleteThank you
ReplyDeletePlease feel free to contact us if you need any further assistance.
Pre Purchase Question:
ReplyDeleteCan we use this theme without shopping cart, I mean as a product gallery website & eliminate shop part?
Dear Siunazary,
ReplyDeleteYes, you can switch off Add to cart function of products.
Thank you for your attention!
why this block:
ReplyDelete<reference name="botsl">
<block type="basicproducts/home" name="basicproducts.bestsales" template="sm/basicproducts/bestsales.phtml">
<action method="setConfig">
<values>
<block_title>New Arrivals</block_title>
<title></title>
<product_source>catalog</product_source>
<product_category>80</product_category>
<product_order_by>price</product_order_by>
<product_limitation>20</product_limitation>
<product_image_width>270</product_image_width>
<product_image_height>270</product_image_height>
<product_price_disp>1</product_price_disp>
<product_description_disp>0</product_description_disp>
<product_rating_summary>1</product_rating_summary>
<product_cart_or_status>1</product_cart_or_status>
<product_addtocompare>1</product_addtocompare>
<product_addtowishlist>1</product_addtowishlist>
</values>
</action>
</block>
</reference>
change the product_category bat nothing happens?
Dear fruncilloantonio,
ReplyDeleteCould you please feel free to use the correct account that you used when buying this theme to post question? We’re sorry about this. Because we need to be ensured you got the correct packages of theme we provided on Themeforest before checking problem.
Thanks & regards!
why this block:
ReplyDelete<reference name=”botsl”>
<block type=”basicproducts/home” name=”basicproducts.bestsales” template=”sm/basicproducts/bestsales.phtml”>
<action method=”setConfig”>
<values>
<block_title>New Arrivals</block_title>
<title></title>
<product_source>catalog</product_source>
<product_category>80</product_category>
<product_order_by>price</product_order_by>
<product_limitation>20</product_limitation>
<product_image_width>270</product_image_width>
<product_image_height>270</product_image_height>
<product_price_disp>1</product_price_disp>
<product_description_disp>0</product_description_disp>
<product_rating_summary>1</product_rating_summary>
<product_cart_or_status>1</product_cart_or_status>
<product_addtocompare>1</product_addtocompare>
<product_addtowishlist>1</product_addtowishlist>
</values>
</action>
</block>
</reference>
change the product_category bat nothing happens?
Dear jeeng72,
ReplyDeleteWhich module do you want to change category source?
Please feel free to submit a ticket and provide us your admin account to check this problem directly.
http://magentech.com/submit-a-ticket/submit-ticket
Thanks & regards!
Hi,
ReplyDeletewe just purchased the theme, extract it on our server and it is showing internal server error.
any clue ?
Sudhanshu
DICE INFOCOM PVT LTD
Dear diceinfo,
ReplyDeletePlease check your file anf folder permission. Directories and folders should be 755. Executable scripts within the cgi-bin folder must be 755. Images, media, and text files like HTML should be 644.
Thanks & regards!
Because with this template the newsletter will not be sent and if I disable the start ?
ReplyDeleteDear jeeng72,
ReplyDeleteWe are sorry that we do not get your issue clearly. Did you have problem with Newsletter module?
Thanks & regards!