Version Notes
Version number: 1.0.2 Stability: Stable Compatibility: 1.7, 1.8
Download this release
Release Info
Developer | Magenmarket.com |
Extension | Ma2_Ante_Theme |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- app/code/community/Ma2/Manufacturers/Block/List.php +0 -107
- app/code/community/Ma2/Manufacturers/Model/System/Config/Source/Manuid.php +0 -41
- app/code/community/Ma2/Manufacturers/etc/adminhtml.xml +0 -67
- app/code/community/Ma2/Manufacturers/etc/config.xml +0 -74
- app/code/community/Ma2/Manufacturers/etc/system.xml +0 -88
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Grid.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Renderer/Name.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Renderer/Thumbnail.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Renderer/Visibility.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Block.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Standalone/List.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Block/Widget.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Helper/Data.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Model/System/Config/Source/Listtype.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Model/System/Config/Source/Sortby.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/Model/System/Config/Source/Sortdir.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/controllers/Adminhtml/FeaturedController.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/controllers/IndexController.php +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/etc/adminhtml.xml +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/etc/config.xml +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/etc/system.xml +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/etc/widget.xml +0 -0
- app/code/{community → local}/Ma2/FeaturedProducts/sql/featuredproducts_setup/mysql4-install-1.0.0.php +0 -0
- app/code/{community → local}/Ma2/Manufacturers/Block/Adminhtml/Default.php +16 -10
- app/code/{community → local}/Ma2/Manufacturers/Block/Adminhtml/Default/Form.php +13 -13
- app/code/local/Ma2/Manufacturers/Block/List.php +73 -0
- app/code/local/Ma2/Manufacturers/Helper/Data.php +6 -0
- app/code/local/Ma2/Manufacturers/Model/System/Config/Source/Manuid.php +20 -0
- app/code/{community → local}/Ma2/Manufacturers/controllers/Adminhtml/DefaultController.php +3 -3
- app/code/{community → local}/Ma2/Manufacturers/controllers/IndexController.php +2 -2
- app/code/local/Ma2/Manufacturers/etc/adminhtml.xml +69 -0
- app/code/local/Ma2/Manufacturers/etc/config.xml +60 -0
- app/code/local/Ma2/Manufacturers/etc/system.xml +95 -0
- app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit/Form.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit/Tab/Form.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit/Tabs.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Grid.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Block/Slideshow.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Helper/Data.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Model/Mysql4/Slideshow.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Model/Mysql4/Slideshow/Collection.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Model/Slideshow.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Model/Slideshowselect.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Model/Status.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/Model/Transitiontype.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/controllers/Adminhtml/SlideshowController.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/controllers/IndexController.php +0 -0
- app/code/{community → local}/Ma2/Slideshow/etc/config.xml +0 -0
- app/code/{community → local}/Ma2/Slideshow/etc/system.xml +0 -0
- app/code/{community → local}/Ma2/Slideshow/etc/widget.xml +0 -0
- app/code/{community → local}/Ma2/Slideshow/sql/slideshow_setup/mysql4-install-0.1.0.php +0 -0
- app/code/local/Ma2/ThemeOptions/Block/Adminhtml/System/Config/Form/Field/Fontpreview.php +2 -3
- app/code/local/Ma2/ThemeOptions/Model/Presetstyles.php +2 -2
- app/code/local/Ma2/ThemeOptions/etc/config.xml +188 -188
- app/code/local/Ma2/WidgetProductList/Block/Adminhtml/Catalog/Product/Widget/Chooser.php +2 -2
- app/code/local/Ma2/WidgetProductList/Block/BestSelling.php +0 -75
- app/code/local/Ma2/WidgetProductList/Block/Bestselling.php +80 -0
- app/code/local/Ma2/WidgetProductList/Block/Custom.php +18 -11
- app/code/local/Ma2/WidgetProductList/Block/Featured.php +75 -73
- app/code/local/Ma2/WidgetProductList/Block/New.php +79 -77
- app/code/local/Ma2/WidgetProductList/Helper/Data.php +2 -2
- app/code/local/Ma2/WidgetProductList/controllers/Adminhtml/WidgetProductListController.php +2 -2
- app/code/local/Ma2/WidgetProductList/etc/widget.xml +84 -18
- app/design/adminhtml/default/default/layout/ma2_manufacturers.xml +13 -13
- app/design/adminhtml/default/default/template/ma2_manufacturers/default.phtml +3 -21
- app/design/frontend/ma2/ante/layout/local.xml +789 -231
- app/design/frontend/ma2/ante/layout/ma2_all.xml +0 -9
- app/design/frontend/ma2/ante/layout/ma2_featuredproducts.xml +17 -17
- app/design/frontend/ma2/ante/layout/ma2_manufacturers.xml +0 -8
- app/design/frontend/ma2/ante/layout/ma2_slideshow.xml +6 -6
- app/design/frontend/ma2/ante/layout/ma2_widgetproductlist.xml +7 -7
- app/design/frontend/ma2/ante/template/bundle/catalog/product/price.phtml +0 -252
- app/design/frontend/ma2/ante/template/bundle/catalog/product/view/price.phtml +0 -112
- app/design/frontend/ma2/ante/template/bundle/catalog/product/view/tierprices.phtml +0 -40
- app/design/frontend/ma2/ante/template/catalog/category/view.phtml +0 -113
- app/design/frontend/ma2/ante/template/{page/js/cookie.phtml → catalog/layer/filter.phtml} +15 -8
- app/design/frontend/ma2/ante/template/catalog/layer/ma2price.phtml +148 -0
- app/design/frontend/ma2/ante/template/catalog/layer/view.phtml +59 -0
- app/design/frontend/ma2/ante/template/catalog/navigation/category_list.phtml +56 -44
- app/design/frontend/ma2/ante/template/catalog/product/list.phtml +156 -144
- app/design/frontend/ma2/ante/template/catalog/product/list/related.phtml +108 -77
- app/design/frontend/ma2/ante/template/catalog/product/list/toolbar.phtml +101 -0
- app/design/frontend/ma2/ante/template/catalog/product/list/upsell.phtml +52 -0
- app/design/frontend/ma2/ante/template/catalog/product/new.phtml +91 -0
- app/design/frontend/ma2/ante/template/catalog/product/price.phtml +54 -71
- app/design/frontend/ma2/ante/template/catalog/product/view.phtml +227 -216
- app/design/frontend/ma2/ante/template/catalog/product/view/additional.phtml +0 -29
- app/design/frontend/ma2/ante/template/catalog/product/view/addto.phtml +0 -41
- app/design/frontend/ma2/ante/template/catalog/product/view/addtocart.phtml +5 -7
- app/design/frontend/ma2/ante/template/catalog/product/view/media.phtml +78 -0
- app/design/frontend/ma2/ante/template/catalog/product/view/media.phtml- +152 -0
- app/design/frontend/ma2/ante/template/catalog/product/view/price.phtml +0 -33
- app/design/frontend/ma2/ante/template/catalog/product/view/price_clone.phtml +0 -28
- app/design/frontend/ma2/ante/template/catalog/product/view/tierprices.phtml +0 -221
- app/design/frontend/ma2/ante/template/catalog/product/view/type/default.phtml +0 -35
- app/design/frontend/ma2/ante/template/catalog/product/view/type/onlyprice.phtml +0 -30
- app/design/frontend/ma2/ante/template/catalogsearch/advanced/form.phtml +0 -96
- app/design/frontend/ma2/ante/template/catalogsearch/advanced/result.phtml +0 -60
- app/design/frontend/ma2/ante/template/catalogsearch/form.mini.phtml +16 -20
- app/design/frontend/ma2/ante/template/catalogsearch/result.phtml +0 -55
- app/design/frontend/ma2/ante/template/catalogsearch/term.phtml +0 -38
- app/design/frontend/ma2/ante/template/checkout/cart/sidebar.phtml +0 -111
- app/design/frontend/ma2/ante/template/checkout/success.phtml +68 -0
- app/design/frontend/ma2/ante/template/ma2_manufacturers/default.phtml +19 -47
- app/design/frontend/ma2/ante/template/ma2_manufacturers/grid.phtml +16 -50
- app/design/frontend/ma2/ante/template/ma2_manufacturers/slider.phtml +57 -125
- app/design/frontend/ma2/ante/template/ma2_slideshow/slideshow.phtml +45 -41
- app/design/frontend/ma2/ante/template/ma2_widgetproductlist/bestselling/default.phtml +97 -214
- app/design/frontend/ma2/ante/template/ma2_widgetproductlist/custom/default.phtml +117 -241
- app/design/frontend/ma2/ante/template/ma2_widgetproductlist/featured/default.phtml +103 -215
- app/design/frontend/ma2/ante/template/ma2_widgetproductlist/featured/sidebar.phtml +0 -216
- app/design/frontend/ma2/ante/template/ma2_widgetproductlist/new/default.phtml +98 -215
- app/design/frontend/ma2/ante/template/newsletter/subscribe.phtml +0 -51
- app/design/frontend/ma2/ante/template/page/1column.phtml +33 -34
- app/design/frontend/ma2/ante/template/page/2columns-left.phtml +34 -35
- app/design/frontend/ma2/ante/template/page/2columns-right.phtml +35 -39
- app/design/frontend/ma2/ante/template/page/3columns.phtml +35 -39
- app/design/frontend/ma2/ante/template/page/empty.phtml +0 -46
- app/design/frontend/ma2/ante/template/page/html/banner-bottom.phtml +0 -38
- app/design/frontend/ma2/ante/template/page/html/bannerimg.phtml +0 -34
- app/design/frontend/ma2/ante/template/page/html/block-right-adv.phtml +0 -26
- app/design/frontend/ma2/ante/template/page/html/breadcrumbs.phtml +18 -24
- app/design/frontend/ma2/ante/template/page/html/categoriesbox.phtml +140 -0
- app/design/frontend/ma2/ante/template/page/html/footer.phtml +3 -5
- app/design/frontend/ma2/ante/template/page/html/head.phtml +70 -61
- app/design/frontend/ma2/ante/template/page/html/header.phtml +40 -73
- app/design/frontend/ma2/ante/template/page/html/ie7ie8.phtml +0 -19
- app/design/frontend/ma2/ante/template/page/html/presetstyles.phtml +80 -27
- app/design/frontend/ma2/ante/template/page/html/topmenu.phtml +22 -43
- app/design/frontend/ma2/ante/template/page/js/calendar.phtml +0 -94
- app/design/frontend/ma2/ante/template/page/popup.phtml +0 -45
- app/design/frontend/ma2/ante/template/page/print.phtml +0 -52
- app/design/frontend/ma2/ante/template/page/redirect.phtml +0 -36
- app/design/frontend/ma2/ante/template/page/switch/flags.phtml +0 -37
- app/design/frontend/ma2/ante/template/page/switch/languages.phtml +0 -44
- app/design/frontend/ma2/ante/template/page/switch/stores.phtml +0 -47
- app/design/frontend/ma2/ante/template/page/template/links.phtml +0 -100
- app/design/frontend/ma2/ante/template/page/template/linksblock.phtml +0 -32
- app/design/frontend/ma2/ante/template/reports/home_product_viewed.phtml +101 -0
- app/design/frontend/ma2/ante/template/review/helper/summary_nolinks.phtml +0 -50
- app/design/frontend/ma2/ante/template/review/helper/summary_short.phtml +0 -57
- app/design/frontend/ma2/ante/template/review/product/view/list.phtml +0 -69
- app/design/frontend/ma2/ante/template/sales/order/info.phtml +0 -113
- app/design/frontend/ma2/ante/template/tag/cloud.phtml +0 -38
- app/design/frontend/ma2/ante/template/tag/customer/recent.phtml +0 -53
- app/design/frontend/ma2/ante/template/tag/customer/tags.phtml +0 -43
- app/design/frontend/ma2/ante/template/tag/customer/view.phtml +0 -82
- app/design/frontend/ma2/ante/template/tag/list.phtml +0 -63
- app/design/frontend/ma2/ante/template/tag/popular.phtml +0 -41
- app/design/frontend/ma2/default/layout/local.xml +770 -0
- app/design/frontend/ma2/default/layout/ma2_widgetproductlist.xml +8 -0
- app/design/frontend/ma2/default/locale/en_US/translate.csv +1 -0
- app/design/frontend/ma2/default/template/catalog/navigation/category_list.phtml +91 -0
- app/design/frontend/ma2/default/template/ma2_widgetproductlist/bestselling/default.phtml +98 -0
- app/design/frontend/ma2/{ante/template/ma2_featuredproducts/block.phtml → default/template/ma2_widgetproductlist/custom/default.phtml} +13 -28
- app/design/frontend/ma2/{ante/template/ma2_featuredproducts/widget.phtml → default/template/ma2_widgetproductlist/featured/default.phtml} +7 -23
- app/design/frontend/ma2/{ante/template/ma2_featuredproducts/standalone_list.phtml → default/template/ma2_widgetproductlist/new/default.phtml} +15 -36
- app/design/frontend/ma2/default/template/page/1column.phtml +63 -0
- app/design/frontend/ma2/default/template/page/2columns-left.phtml +65 -0
- app/design/frontend/ma2/default/template/page/2columns-right.phtml +64 -0
- app/design/frontend/ma2/default/template/page/3columns.phtml +65 -0
- app/design/frontend/ma2/default/template/page/html/footer.phtml +27 -0
- app/design/frontend/ma2/default/template/page/html/head.phtml +289 -0
- app/design/frontend/ma2/default/template/page/html/header.phtml +64 -0
- app/design/frontend/ma2/default/template/page/html/ma2blocks.phtml +48 -0
- app/design/frontend/ma2/default/template/page/html/ma2blocks_simple.phtml +29 -0
- app/design/frontend/ma2/default/template/page/html/presetstyles.phtml +65 -0
- app/design/frontend/ma2/default/template/page/html/topMenu.phtml +30 -0
- app/etc/modules/Ma2_FeaturedProducts.xml +1 -1
- app/etc/modules/Ma2_Manufacturers.xml +1 -1
- app/etc/modules/Ma2_Slideshow.xml +1 -1
- app/etc/modules/Ma2_WidgetProductList.xml +13 -13
- media/ma2/demo/american-express.png +0 -0
- media/ma2/demo/banner-1.jpg +0 -0
- media/ma2/demo/banner-2.png +0 -0
- media/ma2/demo/cirrus.png +0 -0
- media/ma2/demo/mastercard.png +0 -0
- media/ma2/demo/paypal.png +0 -0
- media/{wysiwyg/ante/right-adv-blue.png → ma2/demo/right-adv.png} +0 -0
- media/ma2/demo/visa-electron.png +0 -0
- media/{wysiwyg/ante → ma2/demo}/visa.png +0 -0
- media/ma2/images/default/favicon-blue_1.png +0 -0
- media/ma2/images/default/favicon-yellow.png +0 -0
- media/ma2/images/default/logo-blue.png +0 -0
- media/ma2/images/default/logo-blue_1.png +0 -0
- media/ma2/images/default/logo-blue_2.png +0 -0
- media/ma2/images/default/logo-green.png +0 -0
- media/ma2/images/default/logo-green_1.png +0 -0
- media/ma2/images/default/logo-yellow.png +0 -0
- media/ma2slideshow/120140220030600.png +0 -0
- media/ma2slideshow/220140220030751.png +0 -0
- media/ma2slideshow/320140220030834.png +0 -0
- media/ma2slideshow/420140220031004.png +0 -0
- media/ma2slideshow/banner120140226061703.png +0 -0
- media/ma2slideshow/banner220140226061852.png +0 -0
- media/ma2slideshow/thumbnail/120140220030600.png +0 -0
- media/ma2slideshow/thumbnail/220140220030751.png +0 -0
- media/ma2slideshow/thumbnail/320140220030834.png +0 -0
- media/ma2slideshow/thumbnail/420140220031004.png +0 -0
- media/ma2slideshow/thumbnail/banner120140226061703.png +0 -0
- media/ma2slideshow/thumbnail/banner220140226061852.png +0 -0
- media/manufacturers/Adidas.png +0 -0
- media/manufacturers/Cabelas.png +0 -0
- media/manufacturers/Levis.png +0 -0
- media/manufacturers/PaylorMade.png +0 -0
- media/manufacturers/Reebok.png +0 -0
- media/manufacturers/TCMMY.png +0 -0
- media/manufacturers/manuf1.png +0 -0
- media/manufacturers/manuf2.png +0 -0
- media/manufacturers/manuf3.png +0 -0
- media/manufacturers/manuf4.png +0 -0
- media/manufacturers/manuf5.png +0 -0
- media/manufacturers/manuf6.png +0 -0
- media/manufacturers/resized/Adidas.png +0 -0
- media/manufacturers/resized/Cabelas.png +0 -0
- media/manufacturers/resized/Levis.png +0 -0
- media/manufacturers/resized/PaylorMade.png +0 -0
- media/manufacturers/resized/Reebok.png +0 -0
- media/manufacturers/resized/TCMMY.png +0 -0
- media/manufacturers/resized/noimage.jpg +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner1.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner2.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner3-blue.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner3-green.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner3-yellow.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner3.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner4-blue.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner4-green.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner4-yellow.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/banner4.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/btn_paypal_checkout.gif +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/cirrur.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/facebook.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/master.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/paypal.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/right-adv-blue.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/right-adv-green.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/right-adv-yellow.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/right-adv.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/twitter.png +0 -0
- media/wysiwyg/.thumbs/wysiwyg/ante/visa.png +0 -0
- media/wysiwyg/ante/banner1.png +0 -0
- media/wysiwyg/ante/banner2.png +0 -0
- media/wysiwyg/ante/banner3-blue.png +0 -0
- media/wysiwyg/ante/banner3-green.png +0 -0
- media/wysiwyg/ante/banner3-yellow.png +0 -0
- media/wysiwyg/ante/banner3.png +0 -0
- media/wysiwyg/ante/banner4-blue.png +0 -0
- media/wysiwyg/ante/banner4-green.png +0 -0
- media/wysiwyg/ante/banner4-yellow.png +0 -0
- media/wysiwyg/ante/banner4.png +0 -0
- media/wysiwyg/ante/btn_paypal_checkout.gif +0 -0
- media/wysiwyg/ante/cirrur.png +0 -0
- media/wysiwyg/ante/facebook.png +0 -0
- media/wysiwyg/ante/master.png +0 -0
- media/wysiwyg/ante/paypal.png +0 -0
- media/wysiwyg/ante/right-adv-green.png +0 -0
- media/wysiwyg/ante/right-adv-yellow.png +0 -0
- media/wysiwyg/ante/right-adv.png +0 -0
- media/wysiwyg/ante/twitter.png +0 -0
- package.xml +5 -5
- skin/frontend/ma2/ante/css/blue.css +20 -168
- skin/frontend/ma2/ante/css/custom.css +2354 -673
- skin/frontend/ma2/ante/css/fonts/index.html +0 -0
- skin/frontend/ma2/ante/css/green.css +70 -164
- skin/frontend/ma2/ante/css/index.html +0 -0
- skin/frontend/ma2/ante/css/ma2_manufacturers/css/frontend.css +0 -74
- skin/frontend/ma2/ante/css/ma2_manufacturers/images/btn-brand-next.png +0 -0
- skin/frontend/ma2/ante/css/ma2_manufacturers/images/btn-brand-prevous.png +0 -0
- skin/frontend/ma2/ante/css/ma2_widgetproductlists/images/bg-btn-details.gif +0 -0
- skin/frontend/ma2/ante/css/ma2_widgetproductlists/images/sale.png +0 -0
- skin/frontend/ma2/ante/css/ma2_widgetproductlists/lightbox.css +0 -28
- skin/frontend/ma2/ante/css/ma2_widgetproductlists/ma2_widgetproductlists.css +0 -18
- skin/frontend/ma2/ante/css/ma2slideshow/protoshow.css +305 -237
- skin/frontend/ma2/ante/css/ma2slideshow/styles.css +86 -84
- skin/frontend/ma2/ante/css/navmain.css +224 -0
- app/design/frontend/ma2/ante/template/ma2_featuredproducts/standalone.phtml → skin/frontend/ma2/ante/css/red.css +4 -8
- skin/frontend/ma2/ante/css/styles-ie-7-blue.css +0 -231
- skin/frontend/ma2/ante/css/styles-ie-7-green.css +0 -222
- skin/frontend/ma2/ante/css/styles-ie-7-yellow.css +0 -225
- skin/frontend/ma2/ante/css/styles-ie-8-blue.css +0 -205
- skin/frontend/ma2/ante/css/styles-ie-8-green.css +0 -203
- skin/frontend/ma2/ante/css/styles-ie-8-yellow.css +0 -203
- skin/frontend/ma2/ante/css/styles-ie-8.css +0 -199
- skin/frontend/ma2/ante/css/styles-ie.css +3 -3
- skin/frontend/ma2/ante/css/styles.css +55 -101
- skin/frontend/ma2/ante/css/template.css +65 -123
- skin/frontend/ma2/ante/css/yellow.css +67 -153
- skin/frontend/ma2/ante/images/apptocart-blue.png +0 -0
- skin/frontend/ma2/ante/images/apptocart-green.png +0 -0
- skin/frontend/ma2/ante/images/apptocart-yellow.png +0 -0
- skin/frontend/ma2/ante/images/apptocarthover-yellow.png +0 -0
- skin/frontend/ma2/ante/images/apptocarthover.png +0 -0
- skin/frontend/ma2/ante/images/banner-bottom.png +0 -0
- skin/frontend/ma2/ante/images/banner3-blue.png +0 -0
- skin/frontend/ma2/ante/images/banner3-green.png +0 -0
- skin/frontend/ma2/ante/images/banner3-yellow.png +0 -0
- skin/frontend/ma2/ante/images/banner3.png +0 -0
- skin/frontend/ma2/ante/images/banner4-blue.png +0 -0
- skin/frontend/ma2/ante/images/banner4-green.png +0 -0
- skin/frontend/ma2/ante/images/banner4-yellow.png +0 -0
- skin/frontend/ma2/ante/images/banner4.png +0 -0
- skin/frontend/ma2/ante/images/bg-btn-details.gif +0 -0
- skin/frontend/ma2/ante/images/bg.png +0 -0
- skin/frontend/ma2/ante/images/bgcontent.png +0 -0
- skin/frontend/ma2/ante/images/bkg_account_box.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_block-layered-dd.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_block-layered-dt.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_block-layered-label.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_block-layered-li.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_block-layered1.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_block-title.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_checkout.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_opc-title-off.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_rating.png +0 -0
- skin/frontend/ma2/ante/images/bkg_tfoot.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_th.gif +0 -0
- skin/frontend/ma2/ante/images/bkg_toolbar.gif +0 -0
- skin/frontend/ma2/ante/images/blue.gif +0 -0
- skin/frontend/ma2/ante/images/blue/icon-saleoff.png +0 -0
- skin/frontend/ma2/ante/images/blue/index.html +0 -0
- media/ma2/images/default/favicon-blue.png → skin/frontend/ma2/ante/images/blue/logo.png +0 -0
- skin/frontend/ma2/ante/images/blue/toolbar-mode.png +0 -0
- skin/frontend/ma2/ante/images/{itembaneactive-yellow.png → body-bg.png} +0 -0
- skin/frontend/ma2/ante/images/breadcrumbs-arrow.png +0 -0
- skin/frontend/ma2/ante/images/btn-bg.png +0 -0
- skin/frontend/ma2/ante/images/btn_search.png +0 -0
- skin/frontend/ma2/ante/images/buttonshopcart.png +0 -0
- skin/frontend/ma2/ante/images/buttonshopcartgreenblue.png +0 -0
- skin/frontend/ma2/ante/images/{cart-blue.png → cart-icon.png} +0 -0
- skin/frontend/ma2/ante/images/cart.png +0 -0
- skin/frontend/ma2/ante/images/color-stars.png +0 -0
- skin/frontend/ma2/ante/images/demo/dribble.png +0 -0
- skin/frontend/ma2/ante/images/demo/facebook.png +0 -0
- skin/frontend/ma2/ante/images/demo/flickr.png +0 -0
- skin/frontend/ma2/ante/images/demo/forrst.png +0 -0
- skin/frontend/ma2/ante/images/demo/googleplus.png +0 -0
- skin/frontend/ma2/ante/images/demo/icon-address.png +0 -0
- skin/frontend/ma2/ante/images/demo/icon-email.png +0 -0
- skin/frontend/ma2/ante/images/demo/icon-phone.png +0 -0
- skin/frontend/ma2/ante/images/demo/icon-support.png +0 -0
- skin/frontend/ma2/ante/images/demo/linkedin.png +0 -0
- skin/frontend/ma2/ante/images/demo/myspace.png +0 -0
- skin/frontend/ma2/ante/images/demo/skype.png +0 -0
- skin/frontend/ma2/ante/images/demo/toolbar-mode-active.png +0 -0
- skin/frontend/ma2/ante/images/demo/toolbar-mode.png +0 -0
- skin/frontend/ma2/ante/images/demo/twitter.png +0 -0
- skin/frontend/ma2/ante/images/demo/vimeo.png +0 -0
- skin/frontend/ma2/ante/images/desc-active-icon.png +0 -0
- skin/frontend/ma2/ante/images/{itembaneactive-blue.png → desc-icon.png} +0 -0
- skin/frontend/ma2/ante/images/desktop.gif +0 -0
- skin/frontend/ma2/ante/images/email-bg.png +0 -0
- skin/frontend/ma2/ante/images/entry_edit_head_arrow_down.gif +0 -0
- skin/frontend/ma2/ante/images/entry_edit_head_arrow_up.gif +0 -0
- skin/frontend/ma2/ante/images/favicon-blue.png +0 -0
- skin/frontend/ma2/ante/images/favicon-green.png +0 -0
- skin/frontend/ma2/ante/images/favicon-yellow.png +0 -0
- skin/frontend/ma2/ante/images/favicon.png +0 -0
- skin/frontend/ma2/ante/images/filter-submit-btn.png +0 -0
- skin/frontend/ma2/ante/images/fotter_bottom.png +0 -0
- skin/frontend/ma2/ante/images/gototop.png +0 -0
- skin/frontend/ma2/ante/images/green.gif +0 -0
- skin/frontend/ma2/ante/images/green/btn-bg.png +0 -0
- skin/frontend/ma2/ante/images/{cart-green.png → green/cart-icon.png} +0 -0
- skin/frontend/ma2/ante/images/green/icon-saleoff.png +0 -0
- skin/frontend/ma2/ante/images/green/index.html +0 -0
- media/ma2/images/default/favicon-green.png → skin/frontend/ma2/ante/images/green/logo.png +0 -0
- skin/frontend/ma2/ante/images/green/nav-active.png +0 -0
- skin/frontend/ma2/ante/images/header-container-top.png +0 -0
- skin/frontend/ma2/ante/images/i_discount.gif +0 -0
- skin/frontend/ma2/ante/images/i_ma-info.gif +0 -0
- skin/frontend/ma2/ante/images/i_ma-reviews.gif +0 -0
- skin/frontend/ma2/ante/images/i_ma-tags.gif +0 -0
- skin/frontend/ma2/ante/images/i_page1.gif +0 -0
- skin/frontend/ma2/ante/images/i_page2.gif +0 -0
- skin/frontend/ma2/ante/images/i_shipping.gif +0 -0
- skin/frontend/ma2/ante/images/icon-bottom-list.png +0 -0
- skin/frontend/ma2/ante/images/icon-cart.png +0 -0
- skin/frontend/ma2/ante/images/icon-email.png +0 -0
- skin/frontend/ma2/ante/images/icon-home.png +0 -0
- skin/frontend/ma2/ante/images/icon-nav-sub.png +0 -0
- skin/frontend/ma2/ante/images/icon-saleoff.png +0 -0
- skin/frontend/ma2/ante/images/icon-search.png +0 -0
- skin/frontend/ma2/ante/images/icon_external_link.gif +0 -0
- skin/frontend/ma2/ante/images/index.html +0 -0
- skin/frontend/ma2/ante/images/itembane.png +0 -0
- skin/frontend/ma2/ante/images/itembaneactive.png +0 -0
- skin/frontend/ma2/ante/images/logo-blue.png +0 -0
- skin/frontend/ma2/ante/images/logo-green.png +0 -0
- skin/frontend/ma2/ante/images/logo-yellow.png +0 -0
- skin/frontend/ma2/ante/images/logo.png +0 -0
- skin/frontend/ma2/ante/images/ma2-navigation-icon.gif +0 -0
- skin/frontend/ma2/ante/images/mainbottom1-bg.png +0 -0
- skin/frontend/ma2/ante/images/{manufacturersright.png → manufacturers-border.png} +0 -0
- skin/frontend/ma2/ante/images/media/next-prev-page.png +0 -0
- skin/frontend/ma2/ante/images/menuactive-blue.png +0 -0
- skin/frontend/ma2/ante/images/menuactive-green.png +0 -0
- skin/frontend/ma2/ante/images/menuactive-yellow.png +0 -0
- skin/frontend/ma2/ante/images/menuactive.png +0 -0
- skin/frontend/ma2/ante/images/menusub-overbg.png +0 -0
- skin/frontend/ma2/ante/images/nav-active.png +0 -0
- skin/frontend/ma2/ante/images/nav-item-blue.gif +0 -0
- skin/frontend/ma2/ante/images/nav-item-none.gif +0 -0
- skin/frontend/ma2/ante/images/nav-item.gif +0 -0
- skin/frontend/ma2/ante/images/nav.png +0 -0
- skin/frontend/ma2/ante/images/next-page.png +0 -0
- skin/frontend/ma2/ante/images/next-prev-page.png +0 -0
- skin/frontend/ma2/ante/images/pager_arrow_left.gif +0 -0
- skin/frontend/ma2/ante/images/pager_arrow_right.gif +0 -0
- skin/frontend/ma2/ante/images/presetstyles-btn.png +0 -0
- skin/frontend/ma2/ante/images/prev-page.png +0 -0
- skin/frontend/ma2/ante/images/product-details-addtocart-btn.png +0 -0
- skin/frontend/ma2/ante/images/product-image-bottombg.png +0 -0
- skin/frontend/ma2/ante/images/review-active-icon.png +0 -0
- skin/frontend/ma2/ante/images/{itembaneactive-green.png → review-icon.png} +0 -0
- skin/frontend/ma2/ante/images/right-adv-blue.png +0 -0
- skin/frontend/ma2/ante/images/right-adv-green.png +0 -0
- skin/frontend/ma2/ante/images/right-adv-yellow.png +0 -0
- skin/frontend/ma2/ante/images/right-adv.png +0 -0
- skin/frontend/ma2/ante/images/sale-blue.png +0 -0
- skin/frontend/ma2/ante/images/sale-green.png +0 -0
- skin/frontend/ma2/ante/images/sale-yellow.png +0 -0
- skin/frontend/ma2/ante/images/sale.png +0 -0
- skin/frontend/ma2/ante/images/screens.png +0 -0
- skin/frontend/ma2/ante/images/search-btn.png +0 -0
- skin/frontend/ma2/ante/images/search-submit.png +0 -0
- skin/frontend/ma2/ante/images/searchButton.png +0 -0
- skin/frontend/ma2/ante/images/{bg-center.png → ship-next-day.png} +0 -0
- skin/frontend/ma2/ante/images/shoppingcart.png +0 -0
- skin/frontend/ma2/ante/images/sidebar-arrow.png +0 -0
- skin/frontend/ma2/ante/images/sidebar-dotted.png +0 -0
- skin/frontend/ma2/ante/images/slider-controls.png +0 -0
- skin/frontend/ma2/ante/images/slideshow-next-prev-btn.png +0 -0
- skin/frontend/ma2/ante/images/smartphone-landspace.gif +0 -0
- skin/frontend/ma2/ante/images/smartphone-portraint.gif +0 -0
- skin/frontend/ma2/ante/images/stock-icon.png +0 -0
- skin/frontend/ma2/ante/images/styles-button.png +0 -0
- skin/frontend/ma2/ante/images/submenu-arrow.png +0 -0
- skin/frontend/ma2/ante/images/submenu-bg.png +0 -0
- skin/frontend/ma2/ante/images/submit.png +0 -0
- skin/frontend/ma2/ante/images/tablet-landscape.jpg +0 -0
- skin/frontend/ma2/ante/images/tablet-landspace.gif +0 -0
- skin/frontend/ma2/ante/images/tablet-portraint.gif +0 -0
- skin/frontend/ma2/ante/images/tablet-portrait.jpg +0 -0
- skin/frontend/ma2/ante/images/tags-active-icon.png +0 -0
- skin/frontend/ma2/ante/images/{apptocart.png → tags-icon.png} +0 -0
- skin/frontend/ma2/ante/images/titlebane.png +0 -0
- skin/frontend/ma2/ante/images/toolbar-mode-active.png +0 -0
- skin/frontend/ma2/ante/images/toolbar-mode.png +0 -0
- skin/frontend/ma2/ante/images/top-bg.png +0 -0
- skin/frontend/ma2/ante/images/topmenu-arrow.png +0 -0
- skin/frontend/ma2/ante/images/totop.png +0 -0
- skin/frontend/ma2/ante/images/yellow.gif +0 -0
- skin/frontend/ma2/ante/images/yellow/btn-bg.png +0 -0
- skin/frontend/ma2/ante/images/yellow/btn-overbg.png +0 -0
- skin/frontend/ma2/ante/images/{cart-yellow.png → yellow/cart-icon.png} +0 -0
- skin/frontend/ma2/ante/images/yellow/logo.png +0 -0
- skin/frontend/ma2/ante/images/zoom-icon.png +0 -0
- skin/frontend/ma2/ante/js/index.html +0 -0
- skin/frontend/ma2/ante/js/ma2function.js +0 -17
- skin/frontend/ma2/ante/{css/ma2_manufacturers/js → lib}/carousel-min.js +0 -0
- skin/frontend/ma2/ante/lib/fancyzoom.min.js +1 -0
- skin/frontend/ma2/ante/lib/index.html +0 -0
- skin/frontend/ma2/ante/{css/ma2_featuredproducts → ma2_featuredproducts}/ma2_featuredproducts.css +0 -0
- skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/blank.gif +0 -0
- skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/closelabel.gif +0 -0
- skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/loading.gif +0 -0
- skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/nextlabel.gif +0 -0
- skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/prevlabel.gif +0 -0
- skin/frontend/ma2/ante/ma2_widgetproductlist/ma2_widgetproductlist.css +78 -0
- app/code/community/Ma2/Manufacturers/Helper/Data.php → skin/frontend/ma2/default/css/blue.css +4 -11
- skin/frontend/ma2/default/css/custom.css +392 -0
- skin/frontend/ma2/default/css/green.css +20 -0
- skin/frontend/ma2/default/css/navmain.css +224 -0
- app/design/frontend/ma2/ante/template/page/template/container.phtml → skin/frontend/ma2/default/css/print.css +16 -12
- skin/frontend/ma2/default/css/red.css +20 -0
- skin/frontend/ma2/{ante/css/styles-ie-7.css → default/css/styles-ie.css} +23 -104
- skin/frontend/ma2/default/css/styles.css +681 -0
app/code/community/Ma2/Manufacturers/Block/List.php
DELETED
@@ -1,107 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* MagenMarket.com
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_Manufacturers Free
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: List.php 2 2014-01-13 07:35:22Z linhnt $ */
|
22 |
-
|
23 |
-
class Ma2_Manufacturers_Block_List extends Mage_Catalog_Block_Product_Abstract
|
24 |
-
{
|
25 |
-
|
26 |
-
public function __construct()
|
27 |
-
{
|
28 |
-
parent::__construct();
|
29 |
-
if (!$this->getTemplate()) {
|
30 |
-
$this->setTemplate('ma2_manufacturers/default.phtml');
|
31 |
-
}
|
32 |
-
}
|
33 |
-
|
34 |
-
public function getManufacturers()
|
35 |
-
{
|
36 |
-
if (is_null($this->_allManufacturers)){
|
37 |
-
$manufacturers = Mage::getModel("manufacturers/system_config_source_manuid")->toOptionArray();
|
38 |
-
if (!count($manufacturers)) return array();
|
39 |
-
|
40 |
-
// included or excluded?
|
41 |
-
if ($this->getIncluded() && trim($this->getIncluded()) != ''){
|
42 |
-
$included = explode(',', str_replace(' ', '', $this->getIncluded()));
|
43 |
-
$tmpManu = array();
|
44 |
-
foreach($manufacturers as $manufacturer){
|
45 |
-
if (in_array($manufacturer['value'], $included)) $tmpManu[] = $manufacturer;
|
46 |
-
}
|
47 |
-
|
48 |
-
unset($manufacturers);
|
49 |
-
$manufacturers = $tmpManu;
|
50 |
-
|
51 |
-
} else if ($this->getExcluded() && trim($this->getExcluded()) != ''){
|
52 |
-
$excluded = explode(',', str_replace(' ', '', $this->getExcluded()));
|
53 |
-
$tmpManu = array();
|
54 |
-
foreach($manufacturers as $manufacturer){
|
55 |
-
if (!in_array($manufacturer['value'], $included)) $tmpManu[] = $manufacturer;
|
56 |
-
}
|
57 |
-
|
58 |
-
unset($manufacturers);
|
59 |
-
$manufacturers = $tmpManu;
|
60 |
-
}
|
61 |
-
|
62 |
-
|
63 |
-
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
64 |
-
|
65 |
-
for($i = 0; $i < count($manufacturers); $i++){
|
66 |
-
// logo
|
67 |
-
$manufacturers[$i]['image'] = Mage::getStoreConfig('manufacturers/image/'.$manufacturers[$i]['value']);
|
68 |
-
|
69 |
-
// product count
|
70 |
-
$collection = Mage::getModel('catalog/product')->getCollection()
|
71 |
-
->addAttributeToFilter($manu_code, array('eq' => (int)$manufacturers[$i]['value']))
|
72 |
-
->load();
|
73 |
-
|
74 |
-
// count as same as Magento.
|
75 |
-
$allBundles = array();
|
76 |
-
foreach ($collection as $pr){
|
77 |
-
$bundles = Mage::getResourceModel('bundle/selection')->getParentIdsByChild($pr->getId());
|
78 |
-
$allBundles = array_unique(array_merge($allBundles, $bundles));
|
79 |
-
}
|
80 |
-
$manufacturers[$i]['product_count'] = $collection->count() + count($allBundles);
|
81 |
-
}
|
82 |
-
|
83 |
-
$this->_allManufacturers = $manufacturers;
|
84 |
-
|
85 |
-
}
|
86 |
-
return $this->_allManufacturers;
|
87 |
-
}
|
88 |
-
|
89 |
-
protected function _beforeToHtml()
|
90 |
-
{
|
91 |
-
$manufacturers = Mage::getStoreConfig('manufacturers');
|
92 |
-
foreach($manufacturers as $var=>$value)
|
93 |
-
{
|
94 |
-
$this->assign($var, $value); // assign for general, image.
|
95 |
-
}
|
96 |
-
foreach($manufacturers['general'] as $varGen=>$valueGen)
|
97 |
-
{
|
98 |
-
$this->assign($varGen, $valueGen); // assign for attr_code, thumb_w, thumb_h, dimension_spec, thumb_upload_resize.
|
99 |
-
}
|
100 |
-
foreach($manufacturers['image'] as $varChil=>$valueChil)
|
101 |
-
{
|
102 |
-
$this->assign('img-'.$varChil, $valueChil); // assign for img-63, img-66, img-69, ....
|
103 |
-
}
|
104 |
-
return parent::_beforeToHtml();
|
105 |
-
}
|
106 |
-
}
|
107 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Ma2/Manufacturers/Model/System/Config/Source/Manuid.php
DELETED
@@ -1,41 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* MagenMarket.com
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_Manufacturers Free
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: Manuid.php 2 2014-01-13 07:35:22Z linhnt $ */
|
22 |
-
|
23 |
-
class Ma2_Manufacturers_Model_System_Config_Source_Manuid
|
24 |
-
{
|
25 |
-
public function toOptionArray()
|
26 |
-
{
|
27 |
-
|
28 |
-
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
29 |
-
if (empty($manu_code)) return array();
|
30 |
-
|
31 |
-
$attribute = Mage::getModel('catalog/product')->getResource()->getAttribute($manu_code);
|
32 |
-
if (!$attribute) return array();
|
33 |
-
|
34 |
-
$manufacturers = $attribute->getSource()->getAllOptions(false);
|
35 |
-
if (!$manufacturers) return array();
|
36 |
-
|
37 |
-
return $manufacturers;
|
38 |
-
}
|
39 |
-
}
|
40 |
-
|
41 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Ma2/Manufacturers/etc/adminhtml.xml
DELETED
@@ -1,67 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<menu>
|
4 |
-
<ma2 translate="title" module="ma2all">
|
5 |
-
<title>MA2</title>
|
6 |
-
<sort_order>89</sort_order>
|
7 |
-
<children>
|
8 |
-
<manufacturers translate="title" module="manufacturers">
|
9 |
-
<title>Ma2 Manufacturers</title>
|
10 |
-
<sort_order>20</sort_order>
|
11 |
-
<children>
|
12 |
-
<manufacturers_manager translate="title" module="manufacturers">
|
13 |
-
<title>Manufacturers Images</title>
|
14 |
-
<sort_order>1</sort_order>
|
15 |
-
<action>manufacturers/adminhtml_default</action>
|
16 |
-
</manufacturers_manager>
|
17 |
-
<manufacturers_options translate="title" module="manufacturers">
|
18 |
-
<title>Configurations</title>
|
19 |
-
<sort_order>2</sort_order>
|
20 |
-
<action>adminhtml/system_config/edit/section/manufacturers</action>
|
21 |
-
</manufacturers_options>
|
22 |
-
</children>
|
23 |
-
</manufacturers>
|
24 |
-
</children>
|
25 |
-
</ma2>
|
26 |
-
</menu>
|
27 |
-
<acl>
|
28 |
-
<resources>
|
29 |
-
<admin>
|
30 |
-
<children>
|
31 |
-
<ma2>
|
32 |
-
<title>MA2</title>
|
33 |
-
<sort_order>89</sort_order>
|
34 |
-
<children>
|
35 |
-
<manufacturers>
|
36 |
-
<title>Ma2 Manufacturers</title>
|
37 |
-
<sort_order>20</sort_order>
|
38 |
-
<children>
|
39 |
-
<manufacturers_manager translate="title" module="manufacturers">
|
40 |
-
<title>Manufacturers Images</title>
|
41 |
-
<sort_order>1</sort_order>
|
42 |
-
</manufacturers_manager>
|
43 |
-
<manufacturers_options translate="title" module="manufacturers">
|
44 |
-
<title>Configurations</title>
|
45 |
-
<sort_order>2</sort_order>
|
46 |
-
</manufacturers_options>
|
47 |
-
</children>
|
48 |
-
</manufacturers>
|
49 |
-
</children>
|
50 |
-
</ma2>
|
51 |
-
<system>
|
52 |
-
<children>
|
53 |
-
<config>
|
54 |
-
<children>
|
55 |
-
<manufacturers translate="title" module="manufacturers">
|
56 |
-
<title>Manufacturers Section</title>
|
57 |
-
<sort_order>1</sort_order>
|
58 |
-
</manufacturers>
|
59 |
-
</children>
|
60 |
-
</config>
|
61 |
-
</children>
|
62 |
-
</system>
|
63 |
-
</children>
|
64 |
-
</admin>
|
65 |
-
</resources>
|
66 |
-
</acl>
|
67 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Ma2/Manufacturers/etc/config.xml
DELETED
@@ -1,74 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Ma2_Manufacturers>
|
5 |
-
<version>0.1.0</version>
|
6 |
-
</Ma2_Manufacturers>
|
7 |
-
</modules>
|
8 |
-
<frontend>
|
9 |
-
<routers>
|
10 |
-
<manufacturers>
|
11 |
-
<use>standard</use>
|
12 |
-
<args>
|
13 |
-
<module>Ma2_Manufacturers</module>
|
14 |
-
<frontName>manufacturers</frontName>
|
15 |
-
</args>
|
16 |
-
</manufacturers>
|
17 |
-
</routers>
|
18 |
-
<layout>
|
19 |
-
<updates>
|
20 |
-
<manufacturers>
|
21 |
-
<file>ma2_manufacturers.xml</file>
|
22 |
-
</manufacturers>
|
23 |
-
</updates>
|
24 |
-
</layout>
|
25 |
-
</frontend>
|
26 |
-
<admin>
|
27 |
-
<routers>
|
28 |
-
<manufacturers>
|
29 |
-
<use>admin</use>
|
30 |
-
<args>
|
31 |
-
<module>Ma2_Manufacturers</module>
|
32 |
-
<frontName>manufacturers</frontName>
|
33 |
-
</args>
|
34 |
-
</manufacturers>
|
35 |
-
</routers>
|
36 |
-
</admin>
|
37 |
-
<adminhtml>
|
38 |
-
<layout>
|
39 |
-
<updates>
|
40 |
-
<manufacturers>
|
41 |
-
<file>ma2_manufacturers.xml</file>
|
42 |
-
</manufacturers>
|
43 |
-
</updates>
|
44 |
-
</layout>
|
45 |
-
</adminhtml>
|
46 |
-
<global>
|
47 |
-
<blocks>
|
48 |
-
<manufacturers>
|
49 |
-
<class>Ma2_Manufacturers_Block</class>
|
50 |
-
</manufacturers>
|
51 |
-
</blocks>
|
52 |
-
<models>
|
53 |
-
<manufacturers>
|
54 |
-
<class>Ma2_Manufacturers_Model</class>
|
55 |
-
</manufacturers>
|
56 |
-
</models>
|
57 |
-
<helpers>
|
58 |
-
<manufacturers>
|
59 |
-
<class>Ma2_Manufacturers_Helper</class>
|
60 |
-
</manufacturers>
|
61 |
-
</helpers>
|
62 |
-
</global>
|
63 |
-
<default>
|
64 |
-
<manufacturers>
|
65 |
-
<general>
|
66 |
-
<attr_code>manufacturer</attr_code>
|
67 |
-
<thumb_w>120</thumb_w>
|
68 |
-
<thumb_h>60</thumb_h>
|
69 |
-
<dimension_spec>1</dimension_spec>
|
70 |
-
<thumb_upload_resize>0</thumb_upload_resize>
|
71 |
-
</general>
|
72 |
-
</manufacturers>
|
73 |
-
</default>
|
74 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Ma2/Manufacturers/etc/system.xml
DELETED
@@ -1,88 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<sections>
|
4 |
-
<manufacturers translate="label" module="manufacturers">
|
5 |
-
<label>Manufacturers</label>
|
6 |
-
<tab>ma2</tab>
|
7 |
-
<frontend_type>text</frontend_type>
|
8 |
-
<sort_order>1</sort_order>
|
9 |
-
<show_in_default>1</show_in_default>
|
10 |
-
<show_in_website>1</show_in_website>
|
11 |
-
<show_in_store>1</show_in_store>
|
12 |
-
<groups>
|
13 |
-
<general translate="label">
|
14 |
-
<label>General</label>
|
15 |
-
<frontend_type>text</frontend_type>
|
16 |
-
<sort_order>1</sort_order>
|
17 |
-
<show_in_default>1</show_in_default>
|
18 |
-
<show_in_website>1</show_in_website>
|
19 |
-
<show_in_store>1</show_in_store>
|
20 |
-
<fields>
|
21 |
-
<attr_code translate="label">
|
22 |
-
<label>Manufacturers attribute code</label>
|
23 |
-
<frontend_type>text</frontend_type>
|
24 |
-
<sort_order>2</sort_order>
|
25 |
-
<show_in_default>1</show_in_default>
|
26 |
-
<show_in_website>1</show_in_website>
|
27 |
-
<show_in_store>1</show_in_store>
|
28 |
-
<comment><![CDATA[
|
29 |
-
Attribute code for Manufacturer. <br /> Please fill the attribute code and save the configuration first!
|
30 |
-
]]>
|
31 |
-
</comment>
|
32 |
-
</attr_code>
|
33 |
-
<thumb_w translate="label">
|
34 |
-
<label>Thumbnail width</label>
|
35 |
-
<frontend_type>text</frontend_type>
|
36 |
-
<sort_order>4</sort_order>
|
37 |
-
<show_in_default>1</show_in_default>
|
38 |
-
<show_in_website>1</show_in_website>
|
39 |
-
<show_in_store>1</show_in_store>
|
40 |
-
<comment><![CDATA[
|
41 |
-
Type a number for thummnail width (px). Example: 120
|
42 |
-
]]>
|
43 |
-
</comment>
|
44 |
-
</thumb_w>
|
45 |
-
<thumb_h translate="label">
|
46 |
-
<label>Thumbnail height</label>
|
47 |
-
<frontend_type>text</frontend_type>
|
48 |
-
<sort_order>6</sort_order>
|
49 |
-
<show_in_default>1</show_in_default>
|
50 |
-
<show_in_website>1</show_in_website>
|
51 |
-
<show_in_store>1</show_in_store>
|
52 |
-
<comment><![CDATA[
|
53 |
-
Type a number for thummnail height (px). Example: 60
|
54 |
-
]]>
|
55 |
-
</comment>
|
56 |
-
</thumb_h>
|
57 |
-
<dimension_spec translate="label">
|
58 |
-
<label>Specify dimension for image tag</label>
|
59 |
-
<frontend_type>select</frontend_type>
|
60 |
-
<sort_order>8</sort_order>
|
61 |
-
<show_in_default>1</show_in_default>
|
62 |
-
<show_in_website>1</show_in_website>
|
63 |
-
<show_in_store>1</show_in_store>
|
64 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
65 |
-
<comment><![CDATA[
|
66 |
-
Choose YES to put 'width="Wpx" height="Hpx"' in img tag. Where Wpx and Hpx is defined above.
|
67 |
-
]]>
|
68 |
-
</comment>
|
69 |
-
</dimension_spec>
|
70 |
-
<thumb_upload_resize translate="label">
|
71 |
-
<label>Resize images when upload</label>
|
72 |
-
<frontend_type>select</frontend_type>
|
73 |
-
<sort_order>10</sort_order>
|
74 |
-
<show_in_default>1</show_in_default>
|
75 |
-
<show_in_website>1</show_in_website>
|
76 |
-
<show_in_store>1</show_in_store>
|
77 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
78 |
-
<comment><![CDATA[
|
79 |
-
Choose YES to enable resizing image when upload in backend. The resized dimension is defined above.
|
80 |
-
]]>
|
81 |
-
</comment>
|
82 |
-
</thumb_upload_resize>
|
83 |
-
</fields>
|
84 |
-
</general>
|
85 |
-
</groups>
|
86 |
-
</manufacturers>
|
87 |
-
</sections>
|
88 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Grid.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Renderer/Name.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Renderer/Thumbnail.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Adminhtml/Edit/Renderer/Visibility.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Block.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Standalone/List.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Block/Widget.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Helper/Data.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Model/System/Config/Source/Listtype.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Model/System/Config/Source/Sortby.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/Model/System/Config/Source/Sortdir.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/controllers/Adminhtml/FeaturedController.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/controllers/IndexController.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/etc/adminhtml.xml
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/etc/config.xml
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/etc/system.xml
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/etc/widget.xml
RENAMED
File without changes
|
app/code/{community → local}/Ma2/FeaturedProducts/sql/featuredproducts_setup/mysql4-install-1.0.0.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Manufacturers/Block/Adminhtml/Default.php
RENAMED
@@ -14,23 +14,23 @@
|
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
-
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id
|
22 |
|
23 |
class Ma2_Manufacturers_Block_Adminhtml_Default extends Mage_Adminhtml_Block_Widget
|
24 |
{
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
|
33 |
-
|
34 |
{
|
35 |
$this->setChild('save_button',
|
36 |
$this->getLayout()->createBlock('adminhtml/widget_button')
|
@@ -55,4 +55,10 @@ class Ma2_Manufacturers_Block_Adminhtml_Default extends Mage_Adminhtml_Block_Wid
|
|
55 |
{
|
56 |
return $this->getUrl('*/*/save', array('_current'=>true));
|
57 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
}
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
+
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id$ */
|
22 |
|
23 |
class Ma2_Manufacturers_Block_Adminhtml_Default extends Mage_Adminhtml_Block_Widget
|
24 |
{
|
25 |
+
public function __construct()
|
26 |
+
{
|
27 |
+
parent::__construct();
|
28 |
+
$this->setTemplate('ma2_manufacturers/default.phtml');
|
29 |
+
$this->setTitle('Manufacturers');
|
30 |
+
$this->setHeaderCss('manufacturers_manager');
|
31 |
+
}
|
32 |
|
33 |
+
protected function _prepareLayout()
|
34 |
{
|
35 |
$this->setChild('save_button',
|
36 |
$this->getLayout()->createBlock('adminhtml/widget_button')
|
55 |
{
|
56 |
return $this->getUrl('*/*/save', array('_current'=>true));
|
57 |
}
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
|
64 |
}
|
app/code/{community → local}/Ma2/Manufacturers/Block/Adminhtml/Default/Form.php
RENAMED
@@ -14,11 +14,11 @@
|
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
-
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id
|
22 |
|
23 |
class Ma2_Manufacturers_Block_Adminhtml_Default_Form extends Mage_Adminhtml_Block_Widget_Form
|
24 |
{
|
@@ -35,17 +35,17 @@ class Ma2_Manufacturers_Block_Adminhtml_Default_Form extends Mage_Adminhtml_Bloc
|
|
35 |
$fieldset = $form->addFieldset('upload_image', array('legend'=>Mage::helper('manufacturers')->__('Manufacturers and images'), 'class' => 'grid'));
|
36 |
|
37 |
$manuOptions = Mage::getModel("manufacturers/system_config_source_manuid")->toOptionArray();
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
}
|
50 |
|
51 |
return parent::_prepareForm();
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
+
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id$ */
|
22 |
|
23 |
class Ma2_Manufacturers_Block_Adminhtml_Default_Form extends Mage_Adminhtml_Block_Widget_Form
|
24 |
{
|
35 |
$fieldset = $form->addFieldset('upload_image', array('legend'=>Mage::helper('manufacturers')->__('Manufacturers and images'), 'class' => 'grid'));
|
36 |
|
37 |
$manuOptions = Mage::getModel("manufacturers/system_config_source_manuid")->toOptionArray();
|
38 |
+
|
39 |
+
foreach ($manuOptions as $manuOption){
|
40 |
+
$imgUrl = Mage::getStoreConfig('manufacturers/image/'. $manuOption['value']) ? Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . Mage::getStoreConfig('manufacturers/image/'. $manuOption['value']) : '';
|
41 |
+
|
42 |
+
$fieldset->addField('image_'.$manuOption['value'], 'image', array(
|
43 |
+
'label' => $manuOption['label'] . ' (ID: ' . $manuOption['value'] . ')',
|
44 |
+
'name' => $manuOption['value'],
|
45 |
+
'required' => false,
|
46 |
+
'value' => $imgUrl
|
47 |
+
));
|
48 |
+
|
49 |
}
|
50 |
|
51 |
return parent::_prepareForm();
|
app/code/local/Ma2/Manufacturers/Block/List.php
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Ma2_Manufacturers_Block_List extends Mage_Catalog_Block_Product_Abstract {
|
4 |
+
|
5 |
+
public function __construct()
|
6 |
+
{
|
7 |
+
parent::__construct();
|
8 |
+
if (!$this->getTemplate()) {
|
9 |
+
$this->setTemplate('ma2_manufacturers/default.phtml');
|
10 |
+
}
|
11 |
+
}
|
12 |
+
|
13 |
+
public function getManufacturers()
|
14 |
+
{
|
15 |
+
if (is_null($this->_allManufacturers)){
|
16 |
+
$manufacturers = Mage::getModel("manufacturers/system_config_source_manuid")->toOptionArray();
|
17 |
+
if (!count($manufacturers)) return array();
|
18 |
+
|
19 |
+
// included or excluded?
|
20 |
+
if ($this->getIncluded() && trim($this->getIncluded()) != ''){
|
21 |
+
$included = explode(',', str_replace(' ', '', $this->getIncluded()));
|
22 |
+
$tmpManu = array();
|
23 |
+
foreach($manufacturers as $manufacturer){
|
24 |
+
if (in_array($manufacturer['value'], $included)) $tmpManu[] = $manufacturer;
|
25 |
+
}
|
26 |
+
|
27 |
+
unset($manufacturers);
|
28 |
+
$manufacturers = $tmpManu;
|
29 |
+
|
30 |
+
} else if ($this->getExcluded() && trim($this->getExcluded()) != ''){
|
31 |
+
$excluded = explode(',', str_replace(' ', '', $this->getExcluded()));
|
32 |
+
$tmpManu = array();
|
33 |
+
foreach($manufacturers as $manufacturer){
|
34 |
+
if (!in_array($manufacturer['value'], $included)) $tmpManu[] = $manufacturer;
|
35 |
+
}
|
36 |
+
|
37 |
+
unset($manufacturers);
|
38 |
+
$manufacturers = $tmpManu;
|
39 |
+
}
|
40 |
+
|
41 |
+
|
42 |
+
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
43 |
+
|
44 |
+
for($i = 0; $i < count($manufacturers); $i++){
|
45 |
+
// logo
|
46 |
+
$manufacturers[$i]['image'] = Mage::getStoreConfig('manufacturers/image/'.$manufacturers[$i]['value']);
|
47 |
+
|
48 |
+
// product count
|
49 |
+
$collection = Mage::getModel('catalog/product')->getCollection()
|
50 |
+
->addAttributeToFilter($manu_code, array('in' => array($manufacturers[$i]['value'])))
|
51 |
+
->load();
|
52 |
+
$manufacturers[$i]['product_count'] = $collection->count();
|
53 |
+
|
54 |
+
}
|
55 |
+
|
56 |
+
|
57 |
+
$this->_allManufacturers = $manufacturers;
|
58 |
+
|
59 |
+
}
|
60 |
+
return $this->_allManufacturers;
|
61 |
+
}
|
62 |
+
|
63 |
+
protected function _beforeToHtml()
|
64 |
+
{
|
65 |
+
/* var_dump($this->getShowLogo());
|
66 |
+
var_dump($this->getShowProductCount());
|
67 |
+
|
68 |
+
var_dump($this->getGridCol());
|
69 |
+
var_dump($this->getIncluded()); */
|
70 |
+
return parent::_beforeToHtml();
|
71 |
+
}
|
72 |
+
}
|
73 |
+
?>
|
app/code/local/Ma2/Manufacturers/Helper/Data.php
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Ma2_Manufacturers_Helper_Data extends Mage_Core_Helper_Abstract
|
3 |
+
{
|
4 |
+
|
5 |
+
}
|
6 |
+
?>
|
app/code/local/Ma2/Manufacturers/Model/System/Config/Source/Manuid.php
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Ma2_Manufacturers_Model_System_Config_Source_Manuid
|
3 |
+
{
|
4 |
+
public function toOptionArray()
|
5 |
+
{
|
6 |
+
|
7 |
+
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
8 |
+
if (empty($manu_code)) return array();
|
9 |
+
|
10 |
+
$productModel = Mage::getModel('catalog/product');
|
11 |
+
$manufacturers = $productModel->getResource()
|
12 |
+
->getAttribute($manu_code)
|
13 |
+
->getSource()
|
14 |
+
->getAllOptions(false);
|
15 |
+
|
16 |
+
return $manufacturers;
|
17 |
+
}
|
18 |
+
}
|
19 |
+
|
20 |
+
?>
|
app/code/{community → local}/Ma2/Manufacturers/controllers/Adminhtml/DefaultController.php
RENAMED
@@ -14,11 +14,11 @@
|
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
-
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id
|
22 |
|
23 |
class Ma2_Manufacturers_Adminhtml_DefaultController extends Mage_Adminhtml_Controller_Action
|
24 |
{
|
@@ -72,8 +72,8 @@ class Ma2_Manufacturers_Adminhtml_DefaultController extends Mage_Adminhtml_Contr
|
|
72 |
$imageObj = new Varien_Image($imagePath);
|
73 |
$imageObj->constrainOnly(TRUE);
|
74 |
$imageObj->keepAspectRatio(TRUE);
|
75 |
-
$imageObj->keepFrame(FALSE);
|
76 |
$imageObj->keepTransparency(TRUE);
|
|
|
77 |
$imageObj->resize($thumbW, $thumbH);
|
78 |
$imageObj->save($imageThumbPath);
|
79 |
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
+
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id$ */
|
22 |
|
23 |
class Ma2_Manufacturers_Adminhtml_DefaultController extends Mage_Adminhtml_Controller_Action
|
24 |
{
|
72 |
$imageObj = new Varien_Image($imagePath);
|
73 |
$imageObj->constrainOnly(TRUE);
|
74 |
$imageObj->keepAspectRatio(TRUE);
|
|
|
75 |
$imageObj->keepTransparency(TRUE);
|
76 |
+
$imageObj->keepFrame(FALSE);
|
77 |
$imageObj->resize($thumbW, $thumbH);
|
78 |
$imageObj->save($imageThumbPath);
|
79 |
|
app/code/{community → local}/Ma2/Manufacturers/controllers/IndexController.php
RENAMED
@@ -14,11 +14,11 @@
|
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
-
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id
|
22 |
|
23 |
class Ma2_Manufacturers_IndexController extends Mage_Core_Controller_Front_Action
|
24 |
{
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
* @category Extensions
|
17 |
+
* @package
|
18 |
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id$ */
|
22 |
|
23 |
class Ma2_Manufacturers_IndexController extends Mage_Core_Controller_Front_Action
|
24 |
{
|
app/code/local/Ma2/Manufacturers/etc/adminhtml.xml
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<menu>
|
4 |
+
<ma2 translate="title" module="ma2all">
|
5 |
+
<title>MA2</title>
|
6 |
+
<sort_order>89</sort_order>
|
7 |
+
<children>
|
8 |
+
<manufacturers translate="title" module="manufacturers">
|
9 |
+
<title>Ma2 Manufacturers</title>
|
10 |
+
<sort_order>20</sort_order>
|
11 |
+
<children>
|
12 |
+
<manufacturers_manager translate="title" module="manufacturers">
|
13 |
+
<title>Manufacturers Images</title>
|
14 |
+
<sort_order>1</sort_order>
|
15 |
+
<action>manufacturers/adminhtml_default</action>
|
16 |
+
</manufacturers_manager>
|
17 |
+
<manufacturers_options translate="title" module="manufacturers">
|
18 |
+
<title>Configurations</title>
|
19 |
+
<sort_order>2</sort_order>
|
20 |
+
<action>adminhtml/system_config/edit/section/manufacturers</action>
|
21 |
+
</manufacturers_options>
|
22 |
+
</children>
|
23 |
+
</manufacturers>
|
24 |
+
</children>
|
25 |
+
</ma2>
|
26 |
+
</menu>
|
27 |
+
|
28 |
+
<acl>
|
29 |
+
<resources>
|
30 |
+
<admin>
|
31 |
+
<children>
|
32 |
+
<ma2>
|
33 |
+
<title>MA2</title>
|
34 |
+
<sort_order>89</sort_order>
|
35 |
+
<children>
|
36 |
+
<manufacturers>
|
37 |
+
<title>Ma2 Manufacturers</title>
|
38 |
+
<sort_order>20</sort_order>
|
39 |
+
<children>
|
40 |
+
<manufacturers_manager translate="title" module="manufacturers">
|
41 |
+
<title>Manufacturers Images</title>
|
42 |
+
<sort_order>1</sort_order>
|
43 |
+
</manufacturers_manager>
|
44 |
+
<manufacturers_options translate="title" module="manufacturers">
|
45 |
+
<title>Configurations</title>
|
46 |
+
<sort_order>2</sort_order>
|
47 |
+
</manufacturers_options>
|
48 |
+
</children>
|
49 |
+
</manufacturers>
|
50 |
+
</children>
|
51 |
+
</ma2>
|
52 |
+
|
53 |
+
<system>
|
54 |
+
<children>
|
55 |
+
<config>
|
56 |
+
<children>
|
57 |
+
<manufacturers translate="title" module="manufacturers">
|
58 |
+
<title>Manufacturers Section</title>
|
59 |
+
<sort_order>1</sort_order>
|
60 |
+
</manufacturers>
|
61 |
+
</children>
|
62 |
+
</config>
|
63 |
+
</children>
|
64 |
+
</system>
|
65 |
+
</children>
|
66 |
+
</admin>
|
67 |
+
</resources>
|
68 |
+
</acl>
|
69 |
+
</config>
|
app/code/local/Ma2/Manufacturers/etc/config.xml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Ma2_Manufacturers>
|
5 |
+
<version>0.1.0</version>
|
6 |
+
</Ma2_Manufacturers>
|
7 |
+
</modules>
|
8 |
+
|
9 |
+
<admin>
|
10 |
+
<routers>
|
11 |
+
<manufacturers>
|
12 |
+
<use>admin</use>
|
13 |
+
<args>
|
14 |
+
<module>Ma2_Manufacturers</module>
|
15 |
+
<frontName>manufacturers</frontName>
|
16 |
+
</args>
|
17 |
+
</manufacturers>
|
18 |
+
</routers>
|
19 |
+
</admin>
|
20 |
+
|
21 |
+
<adminhtml>
|
22 |
+
<layout>
|
23 |
+
<updates>
|
24 |
+
<manufacturers>
|
25 |
+
<file>ma2_manufacturers.xml</file>
|
26 |
+
</manufacturers>
|
27 |
+
</updates>
|
28 |
+
</layout>
|
29 |
+
</adminhtml>
|
30 |
+
|
31 |
+
<global>
|
32 |
+
<blocks>
|
33 |
+
<manufacturers>
|
34 |
+
<class>Ma2_Manufacturers_Block</class>
|
35 |
+
</manufacturers>
|
36 |
+
</blocks>
|
37 |
+
<models>
|
38 |
+
<manufacturers>
|
39 |
+
<class>Ma2_Manufacturers_Model</class>
|
40 |
+
</manufacturers>
|
41 |
+
</models>
|
42 |
+
<helpers>
|
43 |
+
<manufacturers>
|
44 |
+
<class>Ma2_Manufacturers_Helper</class>
|
45 |
+
</manufacturers>
|
46 |
+
</helpers>
|
47 |
+
</global>
|
48 |
+
|
49 |
+
<default>
|
50 |
+
<manufacturers>
|
51 |
+
<general>
|
52 |
+
<attr_code>manufacturer</attr_code>
|
53 |
+
<thumb_w>120</thumb_w>
|
54 |
+
<thumb_h>60</thumb_h>
|
55 |
+
<dimension_spec>1</dimension_spec>
|
56 |
+
<thumb_upload_resize>0</thumb_upload_resize>
|
57 |
+
</general>
|
58 |
+
</manufacturers>
|
59 |
+
</default>
|
60 |
+
</config>
|
app/code/local/Ma2/Manufacturers/etc/system.xml
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<tabs>
|
4 |
+
<ma2 translate="label" module="ma2all">
|
5 |
+
<label>MagenMarket Extensions</label>
|
6 |
+
<sort_order>168</sort_order>
|
7 |
+
</ma2>
|
8 |
+
</tabs>
|
9 |
+
|
10 |
+
<sections>
|
11 |
+
<manufacturers translate="label" module="manufacturers">
|
12 |
+
<label>Manufacturers</label>
|
13 |
+
<tab>ma2</tab>
|
14 |
+
<frontend_type>text</frontend_type>
|
15 |
+
<sort_order>1</sort_order>
|
16 |
+
<show_in_default>1</show_in_default>
|
17 |
+
<show_in_website>1</show_in_website>
|
18 |
+
<show_in_store>1</show_in_store>
|
19 |
+
<groups>
|
20 |
+
<general translate="label">
|
21 |
+
<label>General</label>
|
22 |
+
<frontend_type>text</frontend_type>
|
23 |
+
<sort_order>1</sort_order>
|
24 |
+
<show_in_default>1</show_in_default>
|
25 |
+
<show_in_website>1</show_in_website>
|
26 |
+
<show_in_store>1</show_in_store>
|
27 |
+
<fields>
|
28 |
+
<attr_code translate="label">
|
29 |
+
<label>Manufacturers attribute code</label>
|
30 |
+
<frontend_type>text</frontend_type>
|
31 |
+
<sort_order>2</sort_order>
|
32 |
+
<show_in_default>1</show_in_default>
|
33 |
+
<show_in_website>1</show_in_website>
|
34 |
+
<show_in_store>1</show_in_store>
|
35 |
+
<comment><![CDATA[
|
36 |
+
Attribute code for Manufacturer. <br /> Please fill the attribute code and save the configuration first!
|
37 |
+
]]>
|
38 |
+
</comment>
|
39 |
+
</attr_code>
|
40 |
+
<thumb_w translate="label">
|
41 |
+
<label>Thumbnail width</label>
|
42 |
+
<frontend_type>text</frontend_type>
|
43 |
+
<sort_order>4</sort_order>
|
44 |
+
<show_in_default>1</show_in_default>
|
45 |
+
<show_in_website>1</show_in_website>
|
46 |
+
<show_in_store>1</show_in_store>
|
47 |
+
<comment><![CDATA[
|
48 |
+
Type a number for thummnail width (px). Example: 120
|
49 |
+
]]>
|
50 |
+
</comment>
|
51 |
+
</thumb_w>
|
52 |
+
<thumb_h translate="label">
|
53 |
+
<label>Thumbnail height</label>
|
54 |
+
<frontend_type>text</frontend_type>
|
55 |
+
<sort_order>6</sort_order>
|
56 |
+
<show_in_default>1</show_in_default>
|
57 |
+
<show_in_website>1</show_in_website>
|
58 |
+
<show_in_store>1</show_in_store>
|
59 |
+
<comment><![CDATA[
|
60 |
+
Type a number for thummnail height (px). Example: 60
|
61 |
+
]]>
|
62 |
+
</comment>
|
63 |
+
</thumb_h>
|
64 |
+
<dimension_spec translate="label">
|
65 |
+
<label>Specify dimension for image tag</label>
|
66 |
+
<frontend_type>select</frontend_type>
|
67 |
+
<sort_order>8</sort_order>
|
68 |
+
<show_in_default>1</show_in_default>
|
69 |
+
<show_in_website>1</show_in_website>
|
70 |
+
<show_in_store>1</show_in_store>
|
71 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
72 |
+
<comment><![CDATA[
|
73 |
+
Choose YES to put 'width="Wpx" height="Hpx"' in img tag. Where Wpx and Hpx is defined above.
|
74 |
+
]]>
|
75 |
+
</comment>
|
76 |
+
</dimension_spec>
|
77 |
+
<thumb_upload_resize translate="label">
|
78 |
+
<label>Resize images when upload</label>
|
79 |
+
<frontend_type>select</frontend_type>
|
80 |
+
<sort_order>10</sort_order>
|
81 |
+
<show_in_default>1</show_in_default>
|
82 |
+
<show_in_website>1</show_in_website>
|
83 |
+
<show_in_store>1</show_in_store>
|
84 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
85 |
+
<comment><![CDATA[
|
86 |
+
Choose YES to enable resizing image when upload in backend. The resized dimension is defined above.
|
87 |
+
]]>
|
88 |
+
</comment>
|
89 |
+
</thumb_upload_resize>
|
90 |
+
</fields>
|
91 |
+
</general>
|
92 |
+
</groups>
|
93 |
+
</manufacturers>
|
94 |
+
</sections>
|
95 |
+
</config>
|
app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit/Form.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit/Tab/Form.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Edit/Tabs.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Block/Adminhtml/Slideshow/Grid.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Block/Slideshow.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Helper/Data.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Model/Mysql4/Slideshow.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Model/Mysql4/Slideshow/Collection.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Model/Slideshow.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Model/Slideshowselect.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Model/Status.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/Model/Transitiontype.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/controllers/Adminhtml/SlideshowController.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/controllers/IndexController.php
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/etc/config.xml
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/etc/system.xml
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/etc/widget.xml
RENAMED
File without changes
|
app/code/{community → local}/Ma2/Slideshow/sql/slideshow_setup/mysql4-install-0.1.0.php
RENAMED
File without changes
|
app/code/local/Ma2/ThemeOptions/Block/Adminhtml/System/Config/Form/Field/Fontpreview.php
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: Fontpreview.php
|
22 |
|
23 |
class Ma2_ThemeOptions_Block_Adminhtml_System_Config_Form_Field_FontPreview extends Mage_Adminhtml_Block_System_Config_Form_Field
|
24 |
{
|
@@ -121,10 +121,9 @@ class Ma2_ThemeOptions_Block_Adminhtml_System_Config_Form_Field_FontPreview exte
|
|
121 |
fcs.href = "'.($isSecure ? 'https:' : 'http:').'//fonts.googleapis.com/css?family=" + fontfamily;
|
122 |
document.getElementsByTagName("head")[0].appendChild(fcs);
|
123 |
|
124 |
-
|
125 |
this.loadedFonts += this.fontSelect.value + ",";
|
126 |
}
|
127 |
-
this.updatePreview();
|
128 |
},
|
129 |
updatePreview : function()
|
130 |
{
|
18 |
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: Fontpreview.php 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
|
23 |
class Ma2_ThemeOptions_Block_Adminhtml_System_Config_Form_Field_FontPreview extends Mage_Adminhtml_Block_System_Config_Form_Field
|
24 |
{
|
121 |
fcs.href = "'.($isSecure ? 'https:' : 'http:').'//fonts.googleapis.com/css?family=" + fontfamily;
|
122 |
document.getElementsByTagName("head")[0].appendChild(fcs);
|
123 |
|
124 |
+
this.updatePreview();
|
125 |
this.loadedFonts += this.fontSelect.value + ",";
|
126 |
}
|
|
|
127 |
},
|
128 |
updatePreview : function()
|
129 |
{
|
app/code/local/Ma2/ThemeOptions/Model/Presetstyles.php
CHANGED
@@ -25,9 +25,9 @@ class Ma2_ThemeOptions_Model_Presetstyles
|
|
25 |
public function toOptionArray()
|
26 |
{
|
27 |
return array(
|
28 |
-
array('value' => 'yellow', 'label' => Mage::helper('ThemeOptions')->__('Yellow')),
|
29 |
array('value' => 'blue', 'label' => Mage::helper('ThemeOptions')->__('Blue')),
|
30 |
-
array('value' => 'green', 'label' => Mage::helper('ThemeOptions')->__('Green'))
|
|
|
31 |
);
|
32 |
}
|
33 |
}
|
25 |
public function toOptionArray()
|
26 |
{
|
27 |
return array(
|
|
|
28 |
array('value' => 'blue', 'label' => Mage::helper('ThemeOptions')->__('Blue')),
|
29 |
+
array('value' => 'green', 'label' => Mage::helper('ThemeOptions')->__('Green')),
|
30 |
+
array('value' => 'yellow', 'label' => Mage::helper('ThemeOptions')->__('Yellow'))
|
31 |
);
|
32 |
}
|
33 |
}
|
app/code/local/Ma2/ThemeOptions/etc/config.xml
CHANGED
@@ -1,188 +1,188 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Ma2_ThemeOptions>
|
5 |
-
<version>1.0.0</version>
|
6 |
-
</Ma2_ThemeOptions>
|
7 |
-
</modules>
|
8 |
-
|
9 |
-
<frontend>
|
10 |
-
<routers>
|
11 |
-
<ThemeOptions>
|
12 |
-
<use>standard</use>
|
13 |
-
<args>
|
14 |
-
<module>Ma2_ThemeOptions</module>
|
15 |
-
<frontName>ThemeOptions</frontName>
|
16 |
-
</args>
|
17 |
-
</ThemeOptions>
|
18 |
-
</routers>
|
19 |
-
<layout>
|
20 |
-
<updates>
|
21 |
-
<ThemeOptions>
|
22 |
-
<file>ma2themeoptions.xml</file>
|
23 |
-
</ThemeOptions>
|
24 |
-
</updates>
|
25 |
-
</layout>
|
26 |
-
</frontend>
|
27 |
-
|
28 |
-
<adminhtml>
|
29 |
-
<layout>
|
30 |
-
<updates>
|
31 |
-
<ThemeOptions>
|
32 |
-
<file>ma2themeoptions.xml</file>
|
33 |
-
</ThemeOptions>
|
34 |
-
</updates>
|
35 |
-
</layout>
|
36 |
-
</adminhtml>
|
37 |
-
|
38 |
-
<global>
|
39 |
-
<models>
|
40 |
-
<ThemeOptions>
|
41 |
-
<class>Ma2_ThemeOptions_Model</class>
|
42 |
-
</ThemeOptions>
|
43 |
-
</models>
|
44 |
-
|
45 |
-
<helpers>
|
46 |
-
<ThemeOptions>
|
47 |
-
<class>Ma2_ThemeOptions_Helper</class>
|
48 |
-
</ThemeOptions>
|
49 |
-
</helpers>
|
50 |
-
|
51 |
-
<events>
|
52 |
-
<adminhtml_controller_action_predispatch_start>
|
53 |
-
<observers>
|
54 |
-
<Ma2_ThemeOptions_observer>
|
55 |
-
<type>singleton</type>
|
56 |
-
<class>Ma2_ThemeOptions_Controller_Observer</class>
|
57 |
-
<method>overrideTheme</method>
|
58 |
-
</Ma2_ThemeOptions_observer>
|
59 |
-
</observers>
|
60 |
-
</adminhtml_controller_action_predispatch_start>
|
61 |
-
</events>
|
62 |
-
|
63 |
-
<extraconfig />
|
64 |
-
|
65 |
-
<page>
|
66 |
-
<layouts>
|
67 |
-
<two_columns module="page" translate="label">
|
68 |
-
<label>2 columns</label>
|
69 |
-
<template>page/2columns.phtml</template>
|
70 |
-
<layout_handle>page_two_columns</layout_handle>
|
71 |
-
</two_columns>
|
72 |
-
</layouts>
|
73 |
-
</page>
|
74 |
-
|
75 |
-
<blocks>
|
76 |
-
<ThemeOptions>
|
77 |
-
<class>Ma2_ThemeOptions_Block</class>
|
78 |
-
</ThemeOptions>
|
79 |
-
</blocks>
|
80 |
-
</global>
|
81 |
-
|
82 |
-
<default>
|
83 |
-
|
84 |
-
<theme_options>
|
85 |
-
<general>
|
86 |
-
<display_preset_styles>1</display_preset_styles>
|
87 |
-
<preset_styles></preset_styles>
|
88 |
-
<is_custom_logo>0</is_custom_logo>
|
89 |
-
<logo_image></logo_image>
|
90 |
-
<logo_width></logo_width>
|
91 |
-
<logo_height></logo_height>
|
92 |
-
<slogan></slogan>
|
93 |
-
<favicon></favicon>
|
94 |
-
</general>
|
95 |
-
<typography>
|
96 |
-
<body_font_family_change>0</body_font_family_change>
|
97 |
-
<body_font_family></body_font_family>
|
98 |
-
<body_font_size></body_font_size>
|
99 |
-
<body_text_color_change>0</body_text_color_change>
|
100 |
-
<body_text_color>#333333</body_text_color>
|
101 |
-
<body_line_height></body_line_height>
|
102 |
-
|
103 |
-
<is_custom_font_1>0</is_custom_font_1>
|
104 |
-
<custom_font_family_1></custom_font_family_1>
|
105 |
-
<custom_list_1></custom_list_1>
|
106 |
-
|
107 |
-
<is_custom_font_2>0</is_custom_font_2>
|
108 |
-
<custom_font_family_2></custom_font_family_2>
|
109 |
-
<custom_list_2></custom_list_2>
|
110 |
-
|
111 |
-
<is_custom_css>0</is_custom_css>
|
112 |
-
<custom_css></custom_css>
|
113 |
-
</typography>
|
114 |
-
<background>
|
115 |
-
<body_background_change>0</body_background_change>
|
116 |
-
<body_background_color_change>0</body_background_color_change>
|
117 |
-
<body_background_color></body_background_color>
|
118 |
-
<body_background_image></body_background_image>
|
119 |
-
<body_background_image_repeat></body_background_image_repeat>
|
120 |
-
<body_background_image_position></body_background_image_position>
|
121 |
-
|
122 |
-
<header_background_change>0</header_background_change>
|
123 |
-
<header_background_color_change>0</header_background_color_change>
|
124 |
-
<header_background_color></header_background_color>
|
125 |
-
<header_background_image></header_background_image>
|
126 |
-
<header_background_image_repeat></header_background_image_repeat>
|
127 |
-
<header_background_image_position></header_background_image_position>
|
128 |
-
|
129 |
-
<main_background_change>0</main_background_change>
|
130 |
-
<main_background_color_change>0</main_background_color_change>
|
131 |
-
<main_background_color></main_background_color>
|
132 |
-
<main_background_image></main_background_image>
|
133 |
-
<main_background_image_repeat></main_background_image_repeat>
|
134 |
-
<main_background_image_position></main_background_image_position>
|
135 |
-
|
136 |
-
<footer_background_change>0</footer_background_change>
|
137 |
-
<footer_background_color_change>0</footer_background_color_change>
|
138 |
-
<footer_background_color></footer_background_color>
|
139 |
-
<footer_background_image></footer_background_image>
|
140 |
-
<footer_background_image_repeat></footer_background_image_repeat>
|
141 |
-
<footer_background_image_position></footer_background_image_position>
|
142 |
-
</background>
|
143 |
-
<layouts>
|
144 |
-
<theme_width></theme_width>
|
145 |
-
<left_width></left_width>
|
146 |
-
<right_width></right_width>
|
147 |
-
</layouts>
|
148 |
-
|
149 |
-
<blocks_layout>
|
150 |
-
<create_column_maintop1>1</create_column_maintop1>
|
151 |
-
<default_column_maintop1>1</default_column_maintop1>
|
152 |
-
<maintop1>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</maintop1>
|
153 |
-
|
154 |
-
<create_column_maintop2>1</create_column_maintop2>
|
155 |
-
<default_column_maintop2>1</default_column_maintop2>
|
156 |
-
<maintop2>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</maintop2>
|
157 |
-
|
158 |
-
<create_column_maintop3>1</create_column_maintop3>
|
159 |
-
<default_column_maintop3>1</default_column_maintop3>
|
160 |
-
<maintop3>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</maintop3>
|
161 |
-
|
162 |
-
<create_column_mainbottom1>1</create_column_mainbottom1>
|
163 |
-
<default_column_mainbottom1>1</default_column_mainbottom1>
|
164 |
-
<mainbottom1>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</mainbottom1>
|
165 |
-
|
166 |
-
<create_column_mainbottom2>1</create_column_mainbottom2>
|
167 |
-
<default_column_mainbottom2>1</default_column_mainbottom2>
|
168 |
-
<mainbottom2>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</mainbottom2>
|
169 |
-
|
170 |
-
<create_column_mainbottom3>1</create_column_mainbottom3>
|
171 |
-
<default_column_mainbottom3>
|
172 |
-
<mainbottom3>100; 50,50;
|
173 |
-
|
174 |
-
<create_column_footer1>1</create_column_footer1>
|
175 |
-
<default_column_footer1>
|
176 |
-
<footer1>100; 50,50; 33,33,33;
|
177 |
-
|
178 |
-
<create_column_footer2>1</create_column_footer2>
|
179 |
-
<default_column_footer2>1</default_column_footer2>
|
180 |
-
<footer2>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</footer2>
|
181 |
-
</blocks_layout>
|
182 |
-
|
183 |
-
<custom_css>
|
184 |
-
<css_code></css_code>
|
185 |
-
</custom_css>
|
186 |
-
</theme_options>
|
187 |
-
</default>
|
188 |
-
</config>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Ma2_ThemeOptions>
|
5 |
+
<version>1.0.0</version>
|
6 |
+
</Ma2_ThemeOptions>
|
7 |
+
</modules>
|
8 |
+
|
9 |
+
<frontend>
|
10 |
+
<routers>
|
11 |
+
<ThemeOptions>
|
12 |
+
<use>standard</use>
|
13 |
+
<args>
|
14 |
+
<module>Ma2_ThemeOptions</module>
|
15 |
+
<frontName>ThemeOptions</frontName>
|
16 |
+
</args>
|
17 |
+
</ThemeOptions>
|
18 |
+
</routers>
|
19 |
+
<layout>
|
20 |
+
<updates>
|
21 |
+
<ThemeOptions>
|
22 |
+
<file>ma2themeoptions.xml</file>
|
23 |
+
</ThemeOptions>
|
24 |
+
</updates>
|
25 |
+
</layout>
|
26 |
+
</frontend>
|
27 |
+
|
28 |
+
<adminhtml>
|
29 |
+
<layout>
|
30 |
+
<updates>
|
31 |
+
<ThemeOptions>
|
32 |
+
<file>ma2themeoptions.xml</file>
|
33 |
+
</ThemeOptions>
|
34 |
+
</updates>
|
35 |
+
</layout>
|
36 |
+
</adminhtml>
|
37 |
+
|
38 |
+
<global>
|
39 |
+
<models>
|
40 |
+
<ThemeOptions>
|
41 |
+
<class>Ma2_ThemeOptions_Model</class>
|
42 |
+
</ThemeOptions>
|
43 |
+
</models>
|
44 |
+
|
45 |
+
<helpers>
|
46 |
+
<ThemeOptions>
|
47 |
+
<class>Ma2_ThemeOptions_Helper</class>
|
48 |
+
</ThemeOptions>
|
49 |
+
</helpers>
|
50 |
+
|
51 |
+
<events>
|
52 |
+
<adminhtml_controller_action_predispatch_start>
|
53 |
+
<observers>
|
54 |
+
<Ma2_ThemeOptions_observer>
|
55 |
+
<type>singleton</type>
|
56 |
+
<class>Ma2_ThemeOptions_Controller_Observer</class>
|
57 |
+
<method>overrideTheme</method>
|
58 |
+
</Ma2_ThemeOptions_observer>
|
59 |
+
</observers>
|
60 |
+
</adminhtml_controller_action_predispatch_start>
|
61 |
+
</events>
|
62 |
+
|
63 |
+
<extraconfig />
|
64 |
+
|
65 |
+
<page>
|
66 |
+
<layouts>
|
67 |
+
<two_columns module="page" translate="label">
|
68 |
+
<label>2 columns</label>
|
69 |
+
<template>page/2columns.phtml</template>
|
70 |
+
<layout_handle>page_two_columns</layout_handle>
|
71 |
+
</two_columns>
|
72 |
+
</layouts>
|
73 |
+
</page>
|
74 |
+
|
75 |
+
<blocks>
|
76 |
+
<ThemeOptions>
|
77 |
+
<class>Ma2_ThemeOptions_Block</class>
|
78 |
+
</ThemeOptions>
|
79 |
+
</blocks>
|
80 |
+
</global>
|
81 |
+
|
82 |
+
<default>
|
83 |
+
|
84 |
+
<theme_options>
|
85 |
+
<general>
|
86 |
+
<display_preset_styles>1</display_preset_styles>
|
87 |
+
<preset_styles></preset_styles>
|
88 |
+
<is_custom_logo>0</is_custom_logo>
|
89 |
+
<logo_image></logo_image>
|
90 |
+
<logo_width></logo_width>
|
91 |
+
<logo_height></logo_height>
|
92 |
+
<slogan></slogan>
|
93 |
+
<favicon></favicon>
|
94 |
+
</general>
|
95 |
+
<typography>
|
96 |
+
<body_font_family_change>0</body_font_family_change>
|
97 |
+
<body_font_family></body_font_family>
|
98 |
+
<body_font_size></body_font_size>
|
99 |
+
<body_text_color_change>0</body_text_color_change>
|
100 |
+
<body_text_color>#333333</body_text_color>
|
101 |
+
<body_line_height></body_line_height>
|
102 |
+
|
103 |
+
<is_custom_font_1>0</is_custom_font_1>
|
104 |
+
<custom_font_family_1></custom_font_family_1>
|
105 |
+
<custom_list_1></custom_list_1>
|
106 |
+
|
107 |
+
<is_custom_font_2>0</is_custom_font_2>
|
108 |
+
<custom_font_family_2></custom_font_family_2>
|
109 |
+
<custom_list_2></custom_list_2>
|
110 |
+
|
111 |
+
<is_custom_css>0</is_custom_css>
|
112 |
+
<custom_css></custom_css>
|
113 |
+
</typography>
|
114 |
+
<background>
|
115 |
+
<body_background_change>0</body_background_change>
|
116 |
+
<body_background_color_change>0</body_background_color_change>
|
117 |
+
<body_background_color></body_background_color>
|
118 |
+
<body_background_image></body_background_image>
|
119 |
+
<body_background_image_repeat></body_background_image_repeat>
|
120 |
+
<body_background_image_position></body_background_image_position>
|
121 |
+
|
122 |
+
<header_background_change>0</header_background_change>
|
123 |
+
<header_background_color_change>0</header_background_color_change>
|
124 |
+
<header_background_color></header_background_color>
|
125 |
+
<header_background_image></header_background_image>
|
126 |
+
<header_background_image_repeat></header_background_image_repeat>
|
127 |
+
<header_background_image_position></header_background_image_position>
|
128 |
+
|
129 |
+
<main_background_change>0</main_background_change>
|
130 |
+
<main_background_color_change>0</main_background_color_change>
|
131 |
+
<main_background_color></main_background_color>
|
132 |
+
<main_background_image></main_background_image>
|
133 |
+
<main_background_image_repeat></main_background_image_repeat>
|
134 |
+
<main_background_image_position></main_background_image_position>
|
135 |
+
|
136 |
+
<footer_background_change>0</footer_background_change>
|
137 |
+
<footer_background_color_change>0</footer_background_color_change>
|
138 |
+
<footer_background_color></footer_background_color>
|
139 |
+
<footer_background_image></footer_background_image>
|
140 |
+
<footer_background_image_repeat></footer_background_image_repeat>
|
141 |
+
<footer_background_image_position></footer_background_image_position>
|
142 |
+
</background>
|
143 |
+
<layouts>
|
144 |
+
<theme_width></theme_width>
|
145 |
+
<left_width></left_width>
|
146 |
+
<right_width></right_width>
|
147 |
+
</layouts>
|
148 |
+
|
149 |
+
<blocks_layout>
|
150 |
+
<create_column_maintop1>1</create_column_maintop1>
|
151 |
+
<default_column_maintop1>1</default_column_maintop1>
|
152 |
+
<maintop1>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</maintop1>
|
153 |
+
|
154 |
+
<create_column_maintop2>1</create_column_maintop2>
|
155 |
+
<default_column_maintop2>1</default_column_maintop2>
|
156 |
+
<maintop2>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</maintop2>
|
157 |
+
|
158 |
+
<create_column_maintop3>1</create_column_maintop3>
|
159 |
+
<default_column_maintop3>1</default_column_maintop3>
|
160 |
+
<maintop3>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</maintop3>
|
161 |
+
|
162 |
+
<create_column_mainbottom1>1</create_column_mainbottom1>
|
163 |
+
<default_column_mainbottom1>1</default_column_mainbottom1>
|
164 |
+
<mainbottom1>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</mainbottom1>
|
165 |
+
|
166 |
+
<create_column_mainbottom2>1</create_column_mainbottom2>
|
167 |
+
<default_column_mainbottom2>1</default_column_mainbottom2>
|
168 |
+
<mainbottom2>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</mainbottom2>
|
169 |
+
|
170 |
+
<create_column_mainbottom3>1</create_column_mainbottom3>
|
171 |
+
<default_column_mainbottom3>0</default_column_mainbottom3>
|
172 |
+
<mainbottom3>100; 50,50; 40,30,30; 40,20,20,20; 20,20,20,20,20;</mainbottom3>
|
173 |
+
|
174 |
+
<create_column_footer1>1</create_column_footer1>
|
175 |
+
<default_column_footer1>0</default_column_footer1>
|
176 |
+
<footer1>100; 50,50; 33,33,33; 20,20,20,40; 20,20,20,20,20;</footer1>
|
177 |
+
|
178 |
+
<create_column_footer2>1</create_column_footer2>
|
179 |
+
<default_column_footer2>1</default_column_footer2>
|
180 |
+
<footer2>100; 50,50; 33,33,33; 25,25,25,25; 20,20,20,20,20;</footer2>
|
181 |
+
</blocks_layout>
|
182 |
+
|
183 |
+
<custom_css>
|
184 |
+
<css_code></css_code>
|
185 |
+
</custom_css>
|
186 |
+
</theme_options>
|
187 |
+
</default>
|
188 |
+
</config>
|
app/code/local/Ma2/WidgetProductList/Block/Adminhtml/Catalog/Product/Widget/Chooser.php
CHANGED
@@ -15,10 +15,10 @@
|
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: Chooser.php
|
22 |
|
23 |
class Ma2_WidgetProductList_Block_Adminhtml_Catalog_Product_Widget_Chooser
|
24 |
extends Mage_Adminhtml_Block_Catalog_Product_Widget_Chooser
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: Chooser.php 18 2013-11-05 07:30:33Z linhnt $ */
|
22 |
|
23 |
class Ma2_WidgetProductList_Block_Adminhtml_Catalog_Product_Widget_Chooser
|
24 |
extends Mage_Adminhtml_Block_Catalog_Product_Widget_Chooser
|
app/code/local/Ma2/WidgetProductList/Block/BestSelling.php
DELETED
@@ -1,75 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* MagenMarket.com
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_WidgetProductList
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket, NetQ Creative Software Co. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: BestSelling.php 4 2013-10-08 04:27:03Z linhnt $ */
|
22 |
-
|
23 |
-
class Ma2_WidgetProductList_Block_BestSelling extends Mage_Catalog_Block_Product_Abstract implements Mage_Widget_Block_Interface
|
24 |
-
{
|
25 |
-
/**
|
26 |
-
* Store product collection we got from widget option setting
|
27 |
-
* @var Varien_Object
|
28 |
-
*/
|
29 |
-
protected $_productCollection = null;
|
30 |
-
/**
|
31 |
-
* Initialization
|
32 |
-
*/
|
33 |
-
protected function _construct()
|
34 |
-
{
|
35 |
-
parent::_construct();
|
36 |
-
}
|
37 |
-
|
38 |
-
/**
|
39 |
-
* Get products collection
|
40 |
-
*/
|
41 |
-
protected function _getProductCollection()
|
42 |
-
{
|
43 |
-
if (is_null($this->_productCollection))
|
44 |
-
{
|
45 |
-
$visibility = array(
|
46 |
-
Mage_Catalog_Model_Product_Visibility::VISIBILITY_BOTH,
|
47 |
-
Mage_Catalog_Model_Product_Visibility::VISIBILITY_IN_CATALOG);
|
48 |
-
$storeId = Mage::app()->getStore()->getId();
|
49 |
-
$collection = Mage::getResourceModel('reports/product_collection')
|
50 |
-
->addAttributeToSelect('*')
|
51 |
-
->addOrderedQty()
|
52 |
-
->addAttributeToFilter('visibility', $visibility)
|
53 |
-
->setStoreId($storeId)
|
54 |
-
->addStoreFilter($storeId)
|
55 |
-
->setPageSize($this->getData('products_count'))
|
56 |
-
->setOrder('ordered_qty', 'DESC');
|
57 |
-
$this->_productCollection = $collection;
|
58 |
-
}
|
59 |
-
return $this->_productCollection;
|
60 |
-
}
|
61 |
-
|
62 |
-
public function _toHtml()
|
63 |
-
{
|
64 |
-
$this->assign('WidgetProductProductCollection',$this->_getProductCollection());
|
65 |
-
$_columnCount = $this->getData('column_count');
|
66 |
-
if(!$_columnCount || $_columnCount == 0 || empty($_columnCount)) $_columnCount = 3;
|
67 |
-
$this->assign('item_width',(int)(100/$_columnCount));
|
68 |
-
$this->assign('_columnCount',(int)$_columnCount);
|
69 |
-
foreach($this->getData() as $_para=>$value)
|
70 |
-
{
|
71 |
-
$this->assign($_para, $value);
|
72 |
-
}
|
73 |
-
return parent::_toHtml();
|
74 |
-
}
|
75 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/Ma2/WidgetProductList/Block/Bestselling.php
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Extensions
|
17 |
+
* @package Ma2_WidgetProductList
|
18 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: Bestselling.php 18 2013-11-05 07:30:33Z linhnt $ */
|
22 |
+
|
23 |
+
class Ma2_WidgetProductList_Block_Bestselling extends Mage_Catalog_Block_Product_Abstract implements Mage_Widget_Block_Interface
|
24 |
+
{
|
25 |
+
/**
|
26 |
+
* A model to serialize attributes
|
27 |
+
* @var Varien_Object
|
28 |
+
*/
|
29 |
+
protected $_serializer = null;
|
30 |
+
protected $_final = null;
|
31 |
+
/**
|
32 |
+
* Initialization
|
33 |
+
*/
|
34 |
+
protected function _construct()
|
35 |
+
{
|
36 |
+
$this->_serializer = new Varien_Object();
|
37 |
+
parent::_construct();
|
38 |
+
}
|
39 |
+
/**
|
40 |
+
* Get products collection
|
41 |
+
*/
|
42 |
+
|
43 |
+
protected function _getProductCollection()
|
44 |
+
{
|
45 |
+
if (is_null($this->_productCollection))
|
46 |
+
{
|
47 |
+
$storeId = Mage::app()->getStore()->getId();
|
48 |
+
$websiteId = Mage::getModel('core/store')->load($storeId)->getWebsiteId();
|
49 |
+
$collection = Mage::getResourceModel('reports/product_collection')
|
50 |
+
->addAttributeToSelect('*')
|
51 |
+
->addStoreRestrictions($storeId, $websiteId)
|
52 |
+
->addOrderedQty()
|
53 |
+
->setOrder('ordered_qty', 'DESC') // must use addOrderedQty first
|
54 |
+
->setPageSize($this->getData('products_count'))
|
55 |
+
;
|
56 |
+
Mage::getModel('review/review')->appendSummary($collection);
|
57 |
+
$collection->load();
|
58 |
+
$this->_productCollection = $collection;
|
59 |
+
}
|
60 |
+
return $this->_productCollection;
|
61 |
+
}
|
62 |
+
|
63 |
+
/**
|
64 |
+
* To html
|
65 |
+
*/
|
66 |
+
public function _toHtml()
|
67 |
+
{
|
68 |
+
$this->assign('WidgetProductProductCollection',$this->_getProductCollection());
|
69 |
+
$_columnCount = $this->getData('column_count');
|
70 |
+
if(!$_columnCount || $_columnCount == 0 || empty($_columnCount)) $_columnCount = 3;
|
71 |
+
$size_width = 100/$_columnCount;
|
72 |
+
$this->assign('item_width',(int)$size_width);
|
73 |
+
$this->assign('_columnCount',(int)$_columnCount);
|
74 |
+
foreach($this->getData() as $_para=>$value)
|
75 |
+
{
|
76 |
+
$this->assign($_para, $value);
|
77 |
+
}
|
78 |
+
return parent::_toHtml();
|
79 |
+
}
|
80 |
+
}
|
app/code/local/Ma2/WidgetProductList/Block/Custom.php
CHANGED
@@ -15,10 +15,10 @@
|
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: Custom.php
|
22 |
|
23 |
class Ma2_WidgetProductList_Block_Custom extends Mage_Catalog_Block_Product_Abstract
|
24 |
implements Mage_Widget_Block_Interface
|
@@ -62,14 +62,21 @@ implements Mage_Widget_Block_Interface
|
|
62 |
}
|
63 |
|
64 |
protected function _getProductsByIDs($ids) {
|
65 |
-
$
|
|
|
66 |
->addAttributeToSelect('*')
|
67 |
-
->
|
68 |
-
->
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
}
|
74 |
|
75 |
public function _toHtml()
|
@@ -77,8 +84,8 @@ implements Mage_Widget_Block_Interface
|
|
77 |
$this->assign('WidgetProductProductCollection',$this->_getProductCollection());
|
78 |
$_columnCount = $this->getData('column_count');
|
79 |
if(!$_columnCount || $_columnCount == 0 || empty($_columnCount)) $_columnCount = 3;
|
80 |
-
$
|
81 |
-
$this->assign('
|
82 |
foreach($this->getData() as $_para=>$value)
|
83 |
{
|
84 |
$this->assign($_para, $value);
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: Custom.php 18 2013-11-05 07:30:33Z linhnt $ */
|
22 |
|
23 |
class Ma2_WidgetProductList_Block_Custom extends Mage_Catalog_Block_Product_Abstract
|
24 |
implements Mage_Widget_Block_Interface
|
62 |
}
|
63 |
|
64 |
protected function _getProductsByIDs($ids) {
|
65 |
+
$storeId = Mage::app()->getStore()->getId();
|
66 |
+
$collection = Mage::getModel('catalog/product')->getResourceCollection()
|
67 |
->addAttributeToSelect('*')
|
68 |
+
->addAttributeToFilter('status', 1)
|
69 |
+
->addFieldToFilter('entity_id', array('in' => $ids))
|
70 |
+
->addStoreFilter($storeId)
|
71 |
+
->setOrder($this->getData('sort_by'), $this->getData('sort_dir'))
|
72 |
+
;
|
73 |
+
|
74 |
+
Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
|
75 |
+
Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
|
76 |
+
Mage::getModel('review/review')->appendSummary($collection);
|
77 |
+
$collection->load();
|
78 |
+
|
79 |
+
return $collection;
|
80 |
}
|
81 |
|
82 |
public function _toHtml()
|
84 |
$this->assign('WidgetProductProductCollection',$this->_getProductCollection());
|
85 |
$_columnCount = $this->getData('column_count');
|
86 |
if(!$_columnCount || $_columnCount == 0 || empty($_columnCount)) $_columnCount = 3;
|
87 |
+
$size_width = 100/$_columnCount;
|
88 |
+
$this->assign('item_width',(int)$size_width);
|
89 |
foreach($this->getData() as $_para=>$value)
|
90 |
{
|
91 |
$this->assign($_para, $value);
|
app/code/local/Ma2/WidgetProductList/Block/Featured.php
CHANGED
@@ -15,81 +15,83 @@
|
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: Featured.php
|
22 |
|
23 |
-
class Ma2_WidgetProductList_Block_Featured
|
24 |
-
extends Mage_Catalog_Block_Product_Abstract
|
25 |
-
implements Mage_Widget_Block_Interface
|
26 |
{
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
|
|
|
|
|
|
|
|
95 |
}
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: Featured.php 18 2013-11-05 07:30:33Z linhnt $ */
|
22 |
|
23 |
+
class Ma2_WidgetProductList_Block_Featured extends Mage_Catalog_Block_Product_Abstract implements Mage_Widget_Block_Interface
|
|
|
|
|
24 |
{
|
25 |
+
/**
|
26 |
+
* A model to serialize attributes
|
27 |
+
* @var Varien_Object
|
28 |
+
*/
|
29 |
+
protected $_serializer = null;
|
30 |
+
protected $_final = null;
|
31 |
+
/**
|
32 |
+
* Initialization
|
33 |
+
*/
|
34 |
+
protected function _construct()
|
35 |
+
{
|
36 |
+
$this->_serializer = new Varien_Object();
|
37 |
+
parent::_construct();
|
38 |
+
}
|
39 |
+
/**
|
40 |
+
* Get products collection
|
41 |
+
*/
|
42 |
+
|
43 |
+
protected function _getProductCollection()
|
44 |
+
{
|
45 |
+
if (is_null($this->_productCollection)) {
|
46 |
+
$collection = Mage::getModel('catalog/product')->getCollection();
|
47 |
+
$attributes = Mage::getSingleton('catalog/config')
|
48 |
+
->getProductAttributes();
|
49 |
+
|
50 |
+
$storeId = Mage::app()->getStore()->getId();
|
51 |
+
|
52 |
+
$collection->addAttributeToSelect($attributes)
|
53 |
+
->addMinimalPrice()
|
54 |
+
->addFinalPrice()
|
55 |
+
->addTaxPercents()
|
56 |
+
->addAttributeToFilter('status', 1)
|
57 |
+
->addAttributeToFilter('ma2_featured_product', 1)
|
58 |
+
->addStoreFilter($storeId)
|
59 |
+
->setOrder($this->getData('sort_by'), $this->getData('sort_dir'))
|
60 |
+
;
|
61 |
+
|
62 |
+
Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
|
63 |
+
Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
|
64 |
+
|
65 |
+
$collection->setPageSize($this->getData('products_count'))
|
66 |
+
->setCurPage(1);
|
67 |
+
Mage::getModel('review/review')->appendSummary($collection);
|
68 |
+
$collection->load();
|
69 |
+
|
70 |
+
$this->_productCollection = $collection;
|
71 |
+
}
|
72 |
+
|
73 |
+
return $this->_productCollection;
|
74 |
+
}
|
75 |
+
|
76 |
+
|
77 |
+
/**
|
78 |
+
* To html
|
79 |
+
* Assign variables
|
80 |
+
*/
|
81 |
+
protected function _toHtml()
|
82 |
+
{
|
83 |
+
$this->assign('WidgetProductProductCollection',$this->_getProductCollection());
|
84 |
+
$_columnCount = $this->getData('column_count');
|
85 |
+
if(!$_columnCount || $_columnCount == 0 || empty($_columnCount)) $_columnCount = 3;
|
86 |
+
$size_width = 100/$_columnCount;
|
87 |
+
$this->assign('item_width',$size_width);
|
88 |
+
$this->assign('_columnCount',(int)$_columnCount);
|
89 |
+
/* assign variables in the parameters */
|
90 |
+
foreach($this->getData() as $_para=>$value)
|
91 |
+
{
|
92 |
+
$this->assign($_para, $value);
|
93 |
+
}
|
94 |
+
return parent::_toHtml();
|
95 |
+
}
|
96 |
+
|
97 |
}
|
app/code/local/Ma2/WidgetProductList/Block/New.php
CHANGED
@@ -15,89 +15,91 @@
|
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: New.php
|
22 |
-
|
|
|
|
|
23 |
implements Mage_Widget_Block_Interface
|
24 |
{
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
{
|
35 |
-
parent::_construct();
|
36 |
-
}
|
37 |
-
/**
|
38 |
-
* Get products collection
|
39 |
-
*/
|
40 |
-
protected function _getProductCollection()
|
41 |
-
{
|
42 |
-
if (is_null($this->_productCollection))
|
43 |
{
|
44 |
-
|
45 |
-
$todayDate = Mage::app()->getLocale()->date()
|
46 |
-
->toString(Varien_Date::DATETIME_INTERNAL_FORMAT);
|
47 |
-
$storeId = Mage::app()->getStore()->getId();
|
48 |
-
$collection = Mage::getResourceModel('catalog/product_collection')
|
49 |
-
->addAttributeToSelect(Mage::getSingleton('catalog/config')
|
50 |
-
->getProductAttributes())
|
51 |
-
->setStoreId($storeId)
|
52 |
-
->addStoreFilter($storeId)
|
53 |
-
->addMinimalPrice()
|
54 |
-
->addTaxPercents();
|
55 |
-
Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
|
56 |
-
Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
|
57 |
-
$collection->addAttributeToFilter('news_from_date', array('date' => true, 'to' => $todayDate))
|
58 |
-
->addAttributeToFilter('news_to_date',
|
59 |
-
array(
|
60 |
-
'or'=> array(
|
61 |
-
0 => array('date' => true, 'from' => $todayDate),
|
62 |
-
1 => array('is' => new Zend_Db_Expr('null'))
|
63 |
-
)
|
64 |
-
),
|
65 |
-
'left'
|
66 |
-
);
|
67 |
-
if(count($productIds)) {
|
68 |
-
$collection->addFieldToFilter('entity_id', array('in'=>$productIds));
|
69 |
-
}
|
70 |
-
if(isset($sort_dir) && (!empty($sort_dir) && ($sort_dir == "asc" || $sort_dir="desc")))
|
71 |
-
{
|
72 |
-
$this->_productCollection = $collection->clear()
|
73 |
-
->setPageSize($this->getData('products_count'))
|
74 |
-
->setOrder($sort_by, $sort_dir)
|
75 |
-
->load();
|
76 |
-
}
|
77 |
-
else
|
78 |
-
{
|
79 |
-
$this->_productCollection = $collection->clear()
|
80 |
-
->setPageSize($this->getData('products_count'))
|
81 |
-
->load();
|
82 |
-
}
|
83 |
}
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
*/
|
90 |
-
public function _toHtml()
|
91 |
-
{
|
92 |
-
$this->assign('WidgetProductProductCollection',$this->_getProductCollection());
|
93 |
-
$_columnCount = $this->getData('column_count');
|
94 |
-
if(!$_columnCount || $_columnCount == 0 || empty($_columnCount)) $_columnCount = 3;
|
95 |
-
$this->assign('item_width',(int)(100/$_columnCount));
|
96 |
-
$this->assign('_columnCount',(int)$_columnCount);
|
97 |
-
foreach($this->getData() as $_para=>$value)
|
98 |
{
|
99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
}
|
101 |
-
return parent::_toHtml();
|
102 |
-
}
|
103 |
}
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: New.php 18 2013-11-05 07:30:33Z linhnt $ */
|
22 |
+
|
23 |
+
class Ma2_WidgetProductList_Block_New
|
24 |
+
extends Mage_Catalog_Block_Product_Abstract
|
25 |
implements Mage_Widget_Block_Interface
|
26 |
{
|
27 |
+
/**
|
28 |
+
* Store product collection we got from widget option setting
|
29 |
+
* @var Varien_Object
|
30 |
+
*/
|
31 |
+
protected $_productCollection = null;
|
32 |
+
/**
|
33 |
+
* Initialization
|
34 |
+
*/
|
35 |
+
protected function _construct()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
{
|
37 |
+
parent::_construct();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
+
|
40 |
+
/**
|
41 |
+
* Get products collection
|
42 |
+
*/
|
43 |
+
protected function _getProductCollection()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
{
|
45 |
+
if (is_null($this->_productCollection))
|
46 |
+
{
|
47 |
+
$todayStartOfDayDate = Mage::app()->getLocale()->date()
|
48 |
+
->setTime('00:00:00')
|
49 |
+
->toString(Varien_Date::DATETIME_INTERNAL_FORMAT);
|
50 |
+
|
51 |
+
$todayEndOfDayDate = Mage::app()->getLocale()->date()
|
52 |
+
->setTime('23:59:59')
|
53 |
+
->toString(Varien_Date::DATETIME_INTERNAL_FORMAT);
|
54 |
+
|
55 |
+
/** @var $collection Mage_Catalog_Model_Resource_Product_Collection */
|
56 |
+
$collection = Mage::getResourceModel('catalog/product_collection');
|
57 |
+
$collection->setVisibility(Mage::getSingleton('catalog/product_visibility')->getVisibleInCatalogIds());
|
58 |
+
|
59 |
+
$collection = $this->_addProductAttributesAndPrices($collection)
|
60 |
+
->addStoreFilter()
|
61 |
+
->addAttributeToFilter('news_from_date', array('or'=> array(
|
62 |
+
0 => array('date' => true, 'to' => $todayEndOfDayDate),
|
63 |
+
1 => array('is' => new Zend_Db_Expr('null')))
|
64 |
+
), 'left')
|
65 |
+
->addAttributeToFilter('news_to_date', array('or'=> array(
|
66 |
+
0 => array('date' => true, 'from' => $todayStartOfDayDate),
|
67 |
+
1 => array('is' => new Zend_Db_Expr('null')))
|
68 |
+
), 'left')
|
69 |
+
->addAttributeToFilter(
|
70 |
+
array(
|
71 |
+
array('attribute' => 'news_from_date', 'is'=>new Zend_Db_Expr('not null')),
|
72 |
+
array('attribute' => 'news_to_date', 'is'=>new Zend_Db_Expr('not null'))
|
73 |
+
)
|
74 |
+
)
|
75 |
+
->addAttributeToSort('news_from_date', 'desc')
|
76 |
+
->setPageSize($this->getProductsCount())
|
77 |
+
->setCurPage(1);
|
78 |
+
Mage::getModel('review/review')->appendSummary($collection);
|
79 |
+
$collection->load();
|
80 |
+
|
81 |
+
$this->_productCollection = $collection;
|
82 |
+
|
83 |
+
}
|
84 |
+
return $this->_productCollection;
|
85 |
+
}
|
86 |
+
|
87 |
+
/**
|
88 |
+
* To html
|
89 |
+
* Assign variable and getValues
|
90 |
+
*/
|
91 |
+
public function _toHtml()
|
92 |
+
{
|
93 |
+
$this->assign('WidgetProductProductCollection',$this->_getProductCollection());
|
94 |
+
$_columnCount = $this->getData('column_count');
|
95 |
+
if(!$_columnCount || $_columnCount == 0 || empty($_columnCount)) $_columnCount = 3;
|
96 |
+
$size_width = 100/$_columnCount;
|
97 |
+
$this->assign('item_width',(int)$size_width);
|
98 |
+
$this->assign('_columnCount',(int)$_columnCount);
|
99 |
+
foreach($this->getData() as $_para=>$value)
|
100 |
+
{
|
101 |
+
$this->assign($_para, $value);
|
102 |
+
}
|
103 |
+
return parent::_toHtml();
|
104 |
}
|
|
|
|
|
105 |
}
|
app/code/local/Ma2/WidgetProductList/Helper/Data.php
CHANGED
@@ -15,10 +15,10 @@
|
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: Data.php
|
22 |
|
23 |
class Ma2_WidgetProductList_Helper_Data extends Mage_Core_Helper_Abstract
|
24 |
{
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: Data.php 18 2013-11-05 07:30:33Z linhnt $ */
|
22 |
|
23 |
class Ma2_WidgetProductList_Helper_Data extends Mage_Core_Helper_Abstract
|
24 |
{
|
app/code/local/Ma2/WidgetProductList/controllers/Adminhtml/WidgetProductListController.php
CHANGED
@@ -15,10 +15,10 @@
|
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: WidgetProductListController.php
|
22 |
|
23 |
class Ma2_WidgetProductList_Adminhtml_WidgetProductListController extends Mage_Adminhtml_Controller_Action
|
24 |
{
|
15 |
*
|
16 |
* @category Extensions
|
17 |
* @package Ma2_WidgetProductList
|
18 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: WidgetProductListController.php 18 2013-11-05 07:30:33Z linhnt $ */
|
22 |
|
23 |
class Ma2_WidgetProductList_Adminhtml_WidgetProductListController extends Mage_Adminhtml_Controller_Action
|
24 |
{
|
app/code/local/Ma2/WidgetProductList/etc/widget.xml
CHANGED
@@ -78,7 +78,7 @@
|
|
78 |
<required>0</required>
|
79 |
<visible>1</visible>
|
80 |
<label>Number of products per row</label>
|
81 |
-
<value>
|
82 |
<type>text</type>
|
83 |
<depends>
|
84 |
<list_type><value>grid</value></list_type>
|
@@ -88,35 +88,54 @@
|
|
88 |
<visible>1</visible>
|
89 |
<label> Show Add To Cart button</label>
|
90 |
<type>select</type>
|
|
|
91 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
92 |
</show_addtocart>
|
93 |
<show_details translate="label">
|
94 |
<visible>1</visible>
|
95 |
<label> Show Details button</label>
|
96 |
<type>select</type>
|
|
|
97 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
98 |
</show_details>
|
99 |
<show_price translate="label">
|
100 |
<visible>1</visible>
|
101 |
<label>Show Price</label>
|
102 |
<type>select</type>
|
|
|
103 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
104 |
</show_price>
|
105 |
<show_short_description translate="label">
|
106 |
<visible>1</visible>
|
107 |
<label>Show short description</label>
|
108 |
<type>select</type>
|
|
|
109 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
110 |
</show_short_description>
|
111 |
<short_description_limit>
|
112 |
<required>0</required>
|
113 |
<visible>1</visible>
|
114 |
-
<label>Short description
|
115 |
<type>text</type>
|
|
|
116 |
<depends>
|
117 |
<show_short_description><value>1</value></show_short_description>
|
118 |
</depends>
|
119 |
</short_description_limit>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
<template>
|
121 |
<required>1</required>
|
122 |
<visible>1</visible>
|
@@ -127,10 +146,6 @@
|
|
127 |
<value>ma2_widgetproductlist/featured/default.phtml</value>
|
128 |
<label>Default Template</label>
|
129 |
</default>
|
130 |
-
<sidebar translate="label">
|
131 |
-
<value>ma2_widgetproductlist/featured/sidebar.phtml</value>
|
132 |
-
<label>sidebar</label>
|
133 |
-
</sidebar>
|
134 |
</values>
|
135 |
</template>
|
136 |
</parameters>
|
@@ -214,7 +229,7 @@
|
|
214 |
<required>0</required>
|
215 |
<visible>1</visible>
|
216 |
<label>Number of products per row</label>
|
217 |
-
<value>
|
218 |
<type>text</type>
|
219 |
<depends>
|
220 |
<list_type><value>grid</value></list_type>
|
@@ -224,35 +239,54 @@
|
|
224 |
<visible>1</visible>
|
225 |
<label> Show Add To Cart button</label>
|
226 |
<type>select</type>
|
|
|
227 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
228 |
</show_addtocart>
|
229 |
<show_details translate="label">
|
230 |
<visible>1</visible>
|
231 |
<label> Show Details button</label>
|
232 |
<type>select</type>
|
|
|
233 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
234 |
</show_details>
|
235 |
<show_price translate="label">
|
236 |
<visible>1</visible>
|
237 |
<label>Show Price</label>
|
238 |
<type>select</type>
|
|
|
239 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
240 |
</show_price>
|
241 |
<show_short_description translate="label">
|
242 |
<visible>1</visible>
|
243 |
<label>Show short description</label>
|
244 |
<type>select</type>
|
|
|
245 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
246 |
</show_short_description>
|
247 |
<short_description_limit>
|
248 |
<required>0</required>
|
249 |
<visible>1</visible>
|
250 |
-
<label>Short description
|
251 |
<type>text</type>
|
|
|
252 |
<depends>
|
253 |
<show_short_description><value>1</value></show_short_description>
|
254 |
</depends>
|
255 |
</short_description_limit>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
<template>
|
257 |
<required>1</required>
|
258 |
<visible>1</visible>
|
@@ -268,7 +302,7 @@
|
|
268 |
</parameters>
|
269 |
</New>
|
270 |
|
271 |
-
<BestSelling type="WidgetProductList/
|
272 |
<name>Ma2 WidgetProductList - Best Selling</name>
|
273 |
<description type="desc">List of best selling products</description>
|
274 |
<parameters>
|
@@ -314,7 +348,7 @@
|
|
314 |
<required>0</required>
|
315 |
<visible>1</visible>
|
316 |
<label>Number of products per row</label>
|
317 |
-
<value>
|
318 |
<type>text</type>
|
319 |
<depends>
|
320 |
<list_type><value>grid</value></list_type>
|
@@ -324,35 +358,54 @@
|
|
324 |
<visible>1</visible>
|
325 |
<label> Show Add To Cart button</label>
|
326 |
<type>select</type>
|
|
|
327 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
328 |
</show_addtocart>
|
329 |
<show_details translate="label">
|
330 |
<visible>1</visible>
|
331 |
<label> Show Details button</label>
|
332 |
<type>select</type>
|
|
|
333 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
334 |
</show_details>
|
335 |
<show_price translate="label">
|
336 |
<visible>1</visible>
|
337 |
<label>Show Price</label>
|
338 |
<type>select</type>
|
|
|
339 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
340 |
</show_price>
|
341 |
<show_short_description translate="label">
|
342 |
<visible>1</visible>
|
343 |
<label>Show short description</label>
|
344 |
<type>select</type>
|
|
|
345 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
346 |
</show_short_description>
|
347 |
<short_description_limit>
|
348 |
<required>0</required>
|
349 |
<visible>1</visible>
|
350 |
-
<label>Short description
|
351 |
<type>text</type>
|
|
|
352 |
<depends>
|
353 |
<show_short_description><value>1</value></show_short_description>
|
354 |
</depends>
|
355 |
</short_description_limit>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
<template>
|
357 |
<required>1</required>
|
358 |
<visible>1</visible>
|
@@ -450,7 +503,7 @@
|
|
450 |
<required>0</required>
|
451 |
<visible>1</visible>
|
452 |
<label>Number of products per row</label>
|
453 |
-
<value>
|
454 |
<type>text</type>
|
455 |
<depends>
|
456 |
<list_type><value>grid</value></list_type>
|
@@ -460,41 +513,54 @@
|
|
460 |
<visible>1</visible>
|
461 |
<label> Show Add To Cart button</label>
|
462 |
<type>select</type>
|
|
|
463 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
464 |
</show_addtocart>
|
465 |
<show_details translate="label">
|
466 |
<visible>1</visible>
|
467 |
<label> Show Details button</label>
|
468 |
<type>select</type>
|
|
|
469 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
470 |
</show_details>
|
471 |
<show_price translate="label">
|
472 |
<visible>1</visible>
|
473 |
<label>Show Price</label>
|
474 |
<type>select</type>
|
|
|
475 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
476 |
</show_price>
|
477 |
<show_short_description translate="label">
|
478 |
<visible>1</visible>
|
479 |
<label>Show short description</label>
|
480 |
<type>select</type>
|
|
|
481 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
482 |
</show_short_description>
|
483 |
<short_description_limit>
|
484 |
<required>0</required>
|
485 |
<visible>1</visible>
|
486 |
-
<label>Short description
|
487 |
<type>text</type>
|
|
|
488 |
<depends>
|
489 |
<show_short_description><value>1</value></show_short_description>
|
490 |
</depends>
|
491 |
</short_description_limit>
|
492 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
<visible>1</visible>
|
494 |
-
<label>
|
495 |
-
<type>
|
496 |
-
<
|
497 |
-
</
|
498 |
<template>
|
499 |
<required>1</required>
|
500 |
<visible>1</visible>
|
78 |
<required>0</required>
|
79 |
<visible>1</visible>
|
80 |
<label>Number of products per row</label>
|
81 |
+
<value>3</value>
|
82 |
<type>text</type>
|
83 |
<depends>
|
84 |
<list_type><value>grid</value></list_type>
|
88 |
<visible>1</visible>
|
89 |
<label> Show Add To Cart button</label>
|
90 |
<type>select</type>
|
91 |
+
<value>1</value>
|
92 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
93 |
</show_addtocart>
|
94 |
<show_details translate="label">
|
95 |
<visible>1</visible>
|
96 |
<label> Show Details button</label>
|
97 |
<type>select</type>
|
98 |
+
<value>1</value>
|
99 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
100 |
</show_details>
|
101 |
<show_price translate="label">
|
102 |
<visible>1</visible>
|
103 |
<label>Show Price</label>
|
104 |
<type>select</type>
|
105 |
+
<value>1</value>
|
106 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
107 |
</show_price>
|
108 |
<show_short_description translate="label">
|
109 |
<visible>1</visible>
|
110 |
<label>Show short description</label>
|
111 |
<type>select</type>
|
112 |
+
<value>1</value>
|
113 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
114 |
</show_short_description>
|
115 |
<short_description_limit>
|
116 |
<required>0</required>
|
117 |
<visible>1</visible>
|
118 |
+
<label>Short description characters limit</label>
|
119 |
<type>text</type>
|
120 |
+
<value>88</value>
|
121 |
<depends>
|
122 |
<show_short_description><value>1</value></show_short_description>
|
123 |
</depends>
|
124 |
</short_description_limit>
|
125 |
+
<thumbnail_width>
|
126 |
+
<required>0</required>
|
127 |
+
<visible>1</visible>
|
128 |
+
<label>Width of thumbnail image</label>
|
129 |
+
<type>text</type>
|
130 |
+
<value>135</value>
|
131 |
+
</thumbnail_width>
|
132 |
+
<thumbnail_height>
|
133 |
+
<required>0</required>
|
134 |
+
<visible>1</visible>
|
135 |
+
<label>Height of thumbnail image</label>
|
136 |
+
<type>text</type>
|
137 |
+
<value>135</value>
|
138 |
+
</thumbnail_height>
|
139 |
<template>
|
140 |
<required>1</required>
|
141 |
<visible>1</visible>
|
146 |
<value>ma2_widgetproductlist/featured/default.phtml</value>
|
147 |
<label>Default Template</label>
|
148 |
</default>
|
|
|
|
|
|
|
|
|
149 |
</values>
|
150 |
</template>
|
151 |
</parameters>
|
229 |
<required>0</required>
|
230 |
<visible>1</visible>
|
231 |
<label>Number of products per row</label>
|
232 |
+
<value>3</value>
|
233 |
<type>text</type>
|
234 |
<depends>
|
235 |
<list_type><value>grid</value></list_type>
|
239 |
<visible>1</visible>
|
240 |
<label> Show Add To Cart button</label>
|
241 |
<type>select</type>
|
242 |
+
<value>1</value>
|
243 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
244 |
</show_addtocart>
|
245 |
<show_details translate="label">
|
246 |
<visible>1</visible>
|
247 |
<label> Show Details button</label>
|
248 |
<type>select</type>
|
249 |
+
<value>1</value>
|
250 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
251 |
</show_details>
|
252 |
<show_price translate="label">
|
253 |
<visible>1</visible>
|
254 |
<label>Show Price</label>
|
255 |
<type>select</type>
|
256 |
+
<value>1</value>
|
257 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
258 |
</show_price>
|
259 |
<show_short_description translate="label">
|
260 |
<visible>1</visible>
|
261 |
<label>Show short description</label>
|
262 |
<type>select</type>
|
263 |
+
<value>1</value>
|
264 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
265 |
</show_short_description>
|
266 |
<short_description_limit>
|
267 |
<required>0</required>
|
268 |
<visible>1</visible>
|
269 |
+
<label>Short description characters limit</label>
|
270 |
<type>text</type>
|
271 |
+
<value>88</value>
|
272 |
<depends>
|
273 |
<show_short_description><value>1</value></show_short_description>
|
274 |
</depends>
|
275 |
</short_description_limit>
|
276 |
+
<thumbnail_width>
|
277 |
+
<required>0</required>
|
278 |
+
<visible>1</visible>
|
279 |
+
<label>Width of thumbnail image</label>
|
280 |
+
<type>text</type>
|
281 |
+
<value>135</value>
|
282 |
+
</thumbnail_width>
|
283 |
+
<thumbnail_height>
|
284 |
+
<required>0</required>
|
285 |
+
<visible>1</visible>
|
286 |
+
<label>Height of thumbnail image</label>
|
287 |
+
<type>text</type>
|
288 |
+
<value>135</value>
|
289 |
+
</thumbnail_height>
|
290 |
<template>
|
291 |
<required>1</required>
|
292 |
<visible>1</visible>
|
302 |
</parameters>
|
303 |
</New>
|
304 |
|
305 |
+
<BestSelling type="WidgetProductList/Bestselling" translate="name description" module="WidgetProductList">
|
306 |
<name>Ma2 WidgetProductList - Best Selling</name>
|
307 |
<description type="desc">List of best selling products</description>
|
308 |
<parameters>
|
348 |
<required>0</required>
|
349 |
<visible>1</visible>
|
350 |
<label>Number of products per row</label>
|
351 |
+
<value>3</value>
|
352 |
<type>text</type>
|
353 |
<depends>
|
354 |
<list_type><value>grid</value></list_type>
|
358 |
<visible>1</visible>
|
359 |
<label> Show Add To Cart button</label>
|
360 |
<type>select</type>
|
361 |
+
<value>1</value>
|
362 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
363 |
</show_addtocart>
|
364 |
<show_details translate="label">
|
365 |
<visible>1</visible>
|
366 |
<label> Show Details button</label>
|
367 |
<type>select</type>
|
368 |
+
<value>1</value>
|
369 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
370 |
</show_details>
|
371 |
<show_price translate="label">
|
372 |
<visible>1</visible>
|
373 |
<label>Show Price</label>
|
374 |
<type>select</type>
|
375 |
+
<value>1</value>
|
376 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
377 |
</show_price>
|
378 |
<show_short_description translate="label">
|
379 |
<visible>1</visible>
|
380 |
<label>Show short description</label>
|
381 |
<type>select</type>
|
382 |
+
<value>1</value>
|
383 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
384 |
</show_short_description>
|
385 |
<short_description_limit>
|
386 |
<required>0</required>
|
387 |
<visible>1</visible>
|
388 |
+
<label>Short description characters limit</label>
|
389 |
<type>text</type>
|
390 |
+
<value>88</value>
|
391 |
<depends>
|
392 |
<show_short_description><value>1</value></show_short_description>
|
393 |
</depends>
|
394 |
</short_description_limit>
|
395 |
+
<thumbnail_width>
|
396 |
+
<required>0</required>
|
397 |
+
<visible>1</visible>
|
398 |
+
<label>Width of thumbnail image</label>
|
399 |
+
<type>text</type>
|
400 |
+
<value>135</value>
|
401 |
+
</thumbnail_width>
|
402 |
+
<thumbnail_height>
|
403 |
+
<required>0</required>
|
404 |
+
<visible>1</visible>
|
405 |
+
<label>Height of thumbnail image</label>
|
406 |
+
<type>text</type>
|
407 |
+
<value>135</value>
|
408 |
+
</thumbnail_height>
|
409 |
<template>
|
410 |
<required>1</required>
|
411 |
<visible>1</visible>
|
503 |
<required>0</required>
|
504 |
<visible>1</visible>
|
505 |
<label>Number of products per row</label>
|
506 |
+
<value>3</value>
|
507 |
<type>text</type>
|
508 |
<depends>
|
509 |
<list_type><value>grid</value></list_type>
|
513 |
<visible>1</visible>
|
514 |
<label> Show Add To Cart button</label>
|
515 |
<type>select</type>
|
516 |
+
<value>1</value>
|
517 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
518 |
</show_addtocart>
|
519 |
<show_details translate="label">
|
520 |
<visible>1</visible>
|
521 |
<label> Show Details button</label>
|
522 |
<type>select</type>
|
523 |
+
<value>1</value>
|
524 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
525 |
</show_details>
|
526 |
<show_price translate="label">
|
527 |
<visible>1</visible>
|
528 |
<label>Show Price</label>
|
529 |
<type>select</type>
|
530 |
+
<value>1</value>
|
531 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
532 |
</show_price>
|
533 |
<show_short_description translate="label">
|
534 |
<visible>1</visible>
|
535 |
<label>Show short description</label>
|
536 |
<type>select</type>
|
537 |
+
<value>1</value>
|
538 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
539 |
</show_short_description>
|
540 |
<short_description_limit>
|
541 |
<required>0</required>
|
542 |
<visible>1</visible>
|
543 |
+
<label>Short description characters limit</label>
|
544 |
<type>text</type>
|
545 |
+
<value>88</value>
|
546 |
<depends>
|
547 |
<show_short_description><value>1</value></show_short_description>
|
548 |
</depends>
|
549 |
</short_description_limit>
|
550 |
+
<thumbnail_width>
|
551 |
+
<required>0</required>
|
552 |
+
<visible>1</visible>
|
553 |
+
<label>Width of thumbnail image</label>
|
554 |
+
<type>text</type>
|
555 |
+
<value>135</value>
|
556 |
+
</thumbnail_width>
|
557 |
+
<thumbnail_height>
|
558 |
+
<required>0</required>
|
559 |
<visible>1</visible>
|
560 |
+
<label>Height of thumbnail image</label>
|
561 |
+
<type>text</type>
|
562 |
+
<value>135</value>
|
563 |
+
</thumbnail_height>
|
564 |
<template>
|
565 |
<required>1</required>
|
566 |
<visible>1</visible>
|
app/design/adminhtml/default/default/layout/ma2_manufacturers.xml
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.0">
|
3 |
-
<manufacturers_adminhtml_default_index>
|
4 |
-
<reference name="head">
|
5 |
-
</reference>
|
6 |
-
<reference name="content">
|
7 |
-
<!-- <block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
|
8 |
-
<action method="setUseConfirm"><params>0</params></action>
|
9 |
-
</block> -->
|
10 |
-
<block type="manufacturers/adminhtml_default" name="manufacturers" />
|
11 |
-
</reference>
|
12 |
-
</manufacturers_adminhtml_default_index>
|
13 |
-
|
14 |
</layout>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<manufacturers_adminhtml_default_index>
|
4 |
+
<reference name="head">
|
5 |
+
</reference>
|
6 |
+
<reference name="content">
|
7 |
+
<!-- <block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
|
8 |
+
<action method="setUseConfirm"><params>0</params></action>
|
9 |
+
</block> -->
|
10 |
+
<block type="manufacturers/adminhtml_default" name="manufacturers" />
|
11 |
+
</reference>
|
12 |
+
</manufacturers_adminhtml_default_index>
|
13 |
+
|
14 |
</layout>
|
app/design/adminhtml/default/default/template/ma2_manufacturers/default.phtml
CHANGED
@@ -1,24 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_Manufacturers Free
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: default.phtml 2 2014-01-13 07:35:22Z linhnt $ */
|
22 |
?>
|
23 |
|
24 |
<div class="content-header">
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
?>
|
5 |
|
6 |
<div class="content-header">
|
app/design/frontend/ma2/ante/layout/local.xml
CHANGED
@@ -1,49 +1,56 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<layout>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
<block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
|
21 |
-
|
22 |
-
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
23 |
-
|
24 |
-
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 9</if></action>
|
25 |
-
<block type="page/html" name="skin_css_ie7_ie8" as="skin_css_ie7_ie8" template="page/html/ie7ie8.phtml" />
|
26 |
-
|
27 |
-
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
28 |
-
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
<reference name="root">
|
39 |
-
<action method="setTemplate"
|
40 |
-
|
|
|
|
|
|
|
|
|
41 |
|
|
|
|
|
|
|
|
|
42 |
<block type="ThemeOptions/html_ma2blocks" name="maintop1" as="maintop1Area">
|
43 |
<label>Main Top 1 Area</label>
|
44 |
</block>
|
45 |
|
46 |
-
<block type="ThemeOptions/html_ma2blocks" name="maintop2" as="maintop2Area"
|
47 |
<label>Main Top 2 Area</label>
|
48 |
</block>
|
49 |
|
@@ -71,249 +78,800 @@
|
|
71 |
<block type="ThemeOptions/html_ma2blocks" name="mainbottom2" as="mainbottom2Area">
|
72 |
<label>Main Bottom 2 Area</label>
|
73 |
</block>
|
74 |
-
<block type="ThemeOptions/html_ma2blocks" name="mainbottom3" as="mainbottom3Area"
|
75 |
<label>Main Bottom 3 Area</label>
|
76 |
</block>
|
77 |
-
|
78 |
-
<block type="ThemeOptions/html_ma2blocks" after="right" name="rightbottom1Area" as="rightbottom1Area" translate="label" template="page/html/ma2blocks_simple.phtml">
|
79 |
-
<label>Right Bottom 1 Area</label>
|
80 |
-
</block>
|
81 |
</reference>
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
<
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
<reference name="header">
|
102 |
<block type="core/template" name="preset.styles.box" as="presetStylesBox" template="page/html/presetstyles.phtml"/>
|
103 |
|
104 |
-
<block type="cms/block" name="i_block_header_top_links" as="i_block_header_top_links">
|
105 |
-
<action method="setBlockId"><block_id>i_block_header_top_links</block_id></action>
|
106 |
-
</block>
|
107 |
-
|
108 |
<block type="ThemeOptions/html_ma2blocks" name="top1" as="top1Area" template="page/html/ma2blocks_simple.phtml">
|
109 |
<label>Top 1 Area</label>
|
110 |
</block>
|
111 |
<block type="ThemeOptions/html_ma2blocks" name="top2" as="top2Area" template="page/html/ma2blocks_simple.phtml">
|
112 |
<label>Top 2 Area</label>
|
113 |
-
</block>
|
114 |
</reference>
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
|
145 |
<reference name="footer">
|
146 |
<remove name="store_switcher"/>
|
147 |
<remove name="footer_links"/>
|
148 |
-
<remove name="cms_footer_links"/>
|
149 |
|
150 |
-
<block type="ThemeOptions/html_ma2blocks" name="footer1" as="footer1Area"
|
151 |
<label>Footer 1 Area</label>
|
152 |
</block>
|
153 |
-
<block type="ThemeOptions/html_ma2blocks" name="footer2" as="footer2Area"
|
154 |
<label>Footer 2 Area</label>
|
155 |
</block>
|
156 |
</reference>
|
157 |
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
|
|
187 |
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
</reference>
|
193 |
-
</default>
|
194 |
|
195 |
-
<!--
|
196 |
-
CMS Home Page
|
197 |
-
-->
|
198 |
-
<cms_index_index>
|
199 |
-
<reference name="maintop1">
|
200 |
-
<block type="page/html_wrapper" name="maintop11" as="maintop11">
|
201 |
-
<action method="setElementClass"><value>banner-maintop1</value></action>
|
202 |
-
<block type="page/html" name="banner-img" as="banner-img" template="page/html/bannerimg.phtml"/>
|
203 |
-
</block>
|
204 |
-
</reference>
|
205 |
-
<reference name="maintop2">
|
206 |
-
<block type="page/html_wrapper" name="maintop21" as="maintop21">
|
207 |
-
<action method="setElementClass"><value>banner-maintop2</value></action>
|
208 |
-
<block type="page/html" name="banner-bottom" as="banner-bottom" template="page/html/banner-bottom.phtml"/>
|
209 |
-
</block>
|
210 |
-
</reference>
|
211 |
-
<reference name="maintop3">
|
212 |
-
<block type="page/html_wrapper" name="maintop31" as="maintop31">
|
213 |
-
<action method="setElementClass"><value>manufacturers-maintop3</value></action>
|
214 |
-
<block type="manufacturers/list" name="manu_grid" as="manu_grid" grid_col="7" template="ma2_manufacturers/grid.phtml" title="Brands" after="manu_slider" />
|
215 |
-
</block>
|
216 |
-
</reference>
|
217 |
-
</cms_index_index>
|
218 |
-
|
219 |
-
<!--
|
220 |
-
CMS page default layout, loads most of the pages
|
221 |
-
-->
|
222 |
-
<cms_page>
|
223 |
-
<reference name="root">
|
224 |
-
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
225 |
-
</reference>
|
226 |
-
</cms_page>
|
227 |
-
|
228 |
<!--
|
229 |
Category default layout
|
230 |
-->
|
231 |
<catalog_category_default>
|
232 |
<reference name="root">
|
233 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
</reference>
|
235 |
</catalog_category_default>
|
236 |
|
237 |
<!--
|
238 |
Category layered navigation layout
|
239 |
-->
|
240 |
-
<catalog_category_layered
|
241 |
-
|
242 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
</reference>
|
244 |
-
</catalog_category_layered>
|
245 |
|
246 |
<!--
|
247 |
-
Product view page
|
248 |
-
-->
|
249 |
-
<catalog_product_view>
|
250 |
-
<reference name="content">
|
251 |
-
<block type="catalog/product_list_related" name="catalog.product.vesion2.related" after="product.description" template="catalog/product/list/related.phtml"/>
|
252 |
-
<remove name="product_tag_list"/>
|
253 |
-
<remove name="product.info.upsell"/>
|
254 |
-
</reference>
|
255 |
-
<reference name="right">
|
256 |
-
<remove name="catalog.product.related"/>
|
257 |
-
</reference>
|
258 |
-
<reference name="product.info">
|
259 |
-
<remove name="product.info.additional"/>
|
260 |
-
<remove name="product.attributes"/>
|
261 |
-
<!--
|
262 |
-
<action method="unsetChild">
|
263 |
-
<child>product_additional_data</child>
|
264 |
-
</action>
|
265 |
-
-->
|
266 |
-
</reference>
|
267 |
-
</catalog_product_view>
|
268 |
-
|
269 |
-
<!--
|
270 |
Compare products page
|
271 |
-->
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
-->
|
286 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
<reference name="right">
|
288 |
-
|
289 |
-
</reference>
|
290 |
-
|
291 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
<!--
|
293 |
Catalog search result page
|
294 |
-->
|
295 |
-
<catalogsearch_result_index>
|
296 |
<reference name="root">
|
297 |
-
<action method="setTemplate"><template>page/2columns-
|
298 |
-
</reference>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
<reference name="right">
|
300 |
-
<
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
-->
|
307 |
-
|
308 |
-
<
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
</layout>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<layout>
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addJs"><script>prototype/prototype.js</script></action>
|
6 |
+
<action method="addJs"><script>lib/ccard.js</script></action>
|
7 |
+
<action method="addJs"><script>prototype/validation.js</script></action>
|
8 |
+
<action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
|
9 |
+
<action method="addJs"><script>scriptaculous/builder.js</script></action>
|
10 |
+
<action method="addJs"><script>scriptaculous/effects.js</script></action>
|
11 |
+
<action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
|
12 |
+
<action method="addJs"><script>scriptaculous/controls.js</script></action>
|
13 |
+
<action method="addJs"><script>scriptaculous/slider.js</script></action>
|
14 |
+
<action method="addJs"><script>varien/js.js</script></action>
|
15 |
+
<action method="addJs"><script>varien/form.js</script></action>
|
16 |
+
<action method="addJs"><script>varien/menu.js</script></action>
|
17 |
+
<action method="addJs"><script>mage/translate.js</script></action>
|
18 |
+
<action method="addJs"><script>mage/cookies.js</script></action>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
<action method="addItem"><type>skin_js</type><script>lib/carousel-min.js</script></action>
|
21 |
+
|
22 |
+
<block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
|
23 |
+
|
24 |
+
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
25 |
+
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 9</if></action>
|
26 |
+
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
27 |
+
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
|
28 |
+
|
29 |
+
<action method="addCss"><stylesheet>css/navmain.css</stylesheet></action>
|
30 |
+
<action method="addCss"><stylesheet>css/template.css</stylesheet></action>
|
31 |
+
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
32 |
+
|
33 |
+
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
34 |
+
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
|
35 |
+
</reference>
|
36 |
|
37 |
<reference name="root">
|
38 |
+
<action method="setTemplate">
|
39 |
+
<template>page/1column.phtml</template>
|
40 |
+
</action>
|
41 |
+
<action method="setIsHandle">
|
42 |
+
<applied>1</applied>
|
43 |
+
</action>
|
44 |
|
45 |
+
<block type="ThemeOptions/html_ma2blocks" name="slideshow" as="slideshow" template="page/html/ma2blocks_simple.phtml">
|
46 |
+
<label>Slideshow</label>
|
47 |
+
</block>
|
48 |
+
|
49 |
<block type="ThemeOptions/html_ma2blocks" name="maintop1" as="maintop1Area">
|
50 |
<label>Main Top 1 Area</label>
|
51 |
</block>
|
52 |
|
53 |
+
<block type="ThemeOptions/html_ma2blocks" name="maintop2" as="maintop2Area">
|
54 |
<label>Main Top 2 Area</label>
|
55 |
</block>
|
56 |
|
78 |
<block type="ThemeOptions/html_ma2blocks" name="mainbottom2" as="mainbottom2Area">
|
79 |
<label>Main Bottom 2 Area</label>
|
80 |
</block>
|
81 |
+
<block type="ThemeOptions/html_ma2blocks" name="mainbottom3" as="mainbottom3Area">
|
82 |
<label>Main Bottom 3 Area</label>
|
83 |
</block>
|
84 |
+
|
|
|
|
|
|
|
85 |
</reference>
|
86 |
+
|
87 |
+
<reference name="maintop1">
|
88 |
+
|
89 |
+
</reference>
|
90 |
+
|
91 |
+
<reference name="maintop2">
|
92 |
+
|
93 |
+
</reference>
|
94 |
+
|
95 |
+
<reference name="maintop3">
|
96 |
+
|
97 |
+
</reference>
|
98 |
+
|
99 |
+
<reference name="mainbottom1">
|
100 |
+
|
101 |
+
</reference>
|
102 |
+
|
103 |
+
<reference name="mainbottom2">
|
104 |
+
|
105 |
+
</reference>
|
106 |
+
|
107 |
+
<reference name="mainbottom3">
|
108 |
+
|
109 |
+
<block type="newsletter/subscribe" name="newsletter" as="newsletter" template="newsletter/subscribe.phtml"/>
|
110 |
+
|
111 |
+
<block type="page/html_wrapper" name="cms.mainbottom32.wrapper">
|
112 |
+
<action method="setElementClass"><value>widget block</value></action>
|
113 |
+
<block type="cms/block" name="mainbottom3-2">
|
114 |
+
<!-- Static Block Title: Call toll free -->
|
115 |
+
<action method="setBlockId"><block_id>mainbottom3-2</block_id></action>
|
116 |
+
</block>
|
117 |
+
</block>
|
118 |
+
<block type="page/html_wrapper" name="cms.mainbottom33.wrapper">
|
119 |
+
<action method="setElementClass"><value>widget block</value></action>
|
120 |
+
<block type="cms/block" name="mainbottom3-3">
|
121 |
+
<!-- Static Block Title: Free shipping -->
|
122 |
+
<action method="setBlockId"><block_id>mainbottom3-3</block_id></action>
|
123 |
+
</block>
|
124 |
+
</block>
|
125 |
+
</reference>
|
126 |
|
127 |
<reference name="header">
|
128 |
<block type="core/template" name="preset.styles.box" as="presetStylesBox" template="page/html/presetstyles.phtml"/>
|
129 |
|
|
|
|
|
|
|
|
|
130 |
<block type="ThemeOptions/html_ma2blocks" name="top1" as="top1Area" template="page/html/ma2blocks_simple.phtml">
|
131 |
<label>Top 1 Area</label>
|
132 |
</block>
|
133 |
<block type="ThemeOptions/html_ma2blocks" name="top2" as="top2Area" template="page/html/ma2blocks_simple.phtml">
|
134 |
<label>Top 2 Area</label>
|
135 |
+
</block>
|
136 |
</reference>
|
137 |
+
|
138 |
+
<reference name="top1">
|
139 |
+
<block type="page/html_wrapper" name="cms.top11.wrapper">
|
140 |
+
<action method="setElementClass"><value>widget block block-top11</value></action>
|
141 |
+
<block type="cms/block" name="top1-1">
|
142 |
+
<!-- Static Block Title: Earn 3% back on purchases just for having an account! -->
|
143 |
+
<action method="setBlockId"><block_id>top1-1</block_id></action>
|
144 |
+
</block>
|
145 |
+
</block>
|
146 |
+
</reference>
|
147 |
+
|
148 |
+
<reference name="top2">
|
149 |
+
<block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
|
150 |
+
<block type="checkout/cart_sidebar" name="header.cart_sidebar" as="cartSidebar" template="checkout/cart/sidebar.phtml"/>
|
151 |
+
</reference>
|
152 |
+
|
153 |
+
<reference name="left">
|
154 |
+
<remove name="left.permanent.callout"/>
|
155 |
+
<remove name="catalog.leftnav"/>
|
156 |
+
<remove name="left.newsletter"/>
|
157 |
+
</reference>
|
158 |
+
|
159 |
+
<reference name="right">
|
160 |
+
<remove name="cart_sidebar"/>
|
161 |
+
<remove name="catalog.compare.sidebar"/>
|
162 |
+
<remove name="right.permanent.callout"/>
|
163 |
+
<remove name="right.poll"/>
|
164 |
+
<remove name="paypal.partner.right.logo"/>
|
165 |
+
|
166 |
+
<block type="checkout/cart_sidebar" name="header.cart_sidebar" as="cartSidebar" template="checkout/cart/sidebar.phtml"/>
|
167 |
+
|
168 |
+
<block type="WidgetProductList/Custom" name="ma2.custom.sidebar.products" as="ma2_custom_products_sidebar" template="ma2_widgetproductlist/custom/default.phtml">
|
169 |
+
<action method="setWidgetTitle"><widget_title>Special</widget_title></action>
|
170 |
+
<action method="setShowWidgetTitle"><show_widget_title>1</show_widget_title></action>
|
171 |
+
<action method="setIds"><ids>{50}</ids></action>
|
172 |
+
<action method="setListType"><list_type>list</list_type></action>
|
173 |
+
<action method="setShowShortDescription"><show_short_description>1</show_short_description></action>
|
174 |
+
<action method="setShowPrice"><show_price>1</show_price></action>
|
175 |
+
<action method="setShowAddtocart"><show_addtocart>1</show_addtocart></action>
|
176 |
+
<action method="setThumbnailHeight"><thumbnail_height>400</thumbnail_height></action>
|
177 |
+
<action method="setThumbnailWidth"><thumbnail_width>400</thumbnail_width></action>
|
178 |
+
</block>
|
179 |
+
|
180 |
+
<block type="page/html_wrapper" name="cms.right.adv.wrapper">
|
181 |
+
<action method="setElementClass"><value>widget block</value></action>
|
182 |
+
<block type="cms/block" name="right-adv">
|
183 |
+
<!-- Static Block Title: Right Advertising -->
|
184 |
+
<action method="setBlockId"><block_id>right-adv</block_id></action>
|
185 |
+
</block>
|
186 |
+
</block>
|
187 |
+
</reference>
|
188 |
+
|
189 |
+
<reference name="content">
|
190 |
+
|
191 |
+
</reference>
|
192 |
|
193 |
<reference name="footer">
|
194 |
<remove name="store_switcher"/>
|
195 |
<remove name="footer_links"/>
|
|
|
196 |
|
197 |
+
<block type="ThemeOptions/html_ma2blocks" name="footer1" as="footer1Area">
|
198 |
<label>Footer 1 Area</label>
|
199 |
</block>
|
200 |
+
<block type="ThemeOptions/html_ma2blocks" name="footer2" as="footer2Area">
|
201 |
<label>Footer 2 Area</label>
|
202 |
</block>
|
203 |
</reference>
|
204 |
|
205 |
+
<reference name="footer1">
|
206 |
+
<block type="page/html_wrapper" name="cms.footer11.wrapper">
|
207 |
+
<action method="setElementClass"><value>widget block</value></action>
|
208 |
+
<block type="cms/block" name="footer1-1">
|
209 |
+
<!-- Static Block Title: Question? -->
|
210 |
+
<action method="setBlockId"><block_id>footer1-1</block_id></action>
|
211 |
+
</block>
|
212 |
+
</block>
|
213 |
+
<block type="page/html_wrapper" name="cms.footer12.wrapper">
|
214 |
+
<action method="setElementClass"><value>widget block</value></action>
|
215 |
+
<block type="cms/block" name="footer1-2">
|
216 |
+
<!-- Static Block Title: Other Services -->
|
217 |
+
<action method="setBlockId"><block_id>footer1-2</block_id></action>
|
218 |
+
</block>
|
219 |
+
</block>
|
220 |
+
<block type="page/html_wrapper" name="cms.footer13.wrapper">
|
221 |
+
<action method="setElementClass"><value>widget block</value></action>
|
222 |
+
<block type="cms/block" name="footer1-3">
|
223 |
+
<!-- Static Block Title: Carda & Discounts -->
|
224 |
+
<action method="setBlockId"><block_id>footer1-3</block_id></action>
|
225 |
+
</block>
|
226 |
+
</block>
|
227 |
+
<block type="page/html_wrapper" name="cms.footer14.wrapper">
|
228 |
+
<action method="setElementClass"><value>widget block</value></action>
|
229 |
+
<block type="cms/block" name="footer1-4">
|
230 |
+
<!-- Static Block Title: Payment - Copyright -->
|
231 |
+
<action method="setBlockId"><block_id>footer1-4</block_id></action>
|
232 |
+
</block>
|
233 |
+
</block>
|
234 |
+
</reference>
|
235 |
|
236 |
+
<reference name="footer2">
|
237 |
+
|
238 |
+
</reference>
|
239 |
+
</default>
|
|
|
|
|
240 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
<!--
|
242 |
Category default layout
|
243 |
-->
|
244 |
<catalog_category_default>
|
245 |
<reference name="root">
|
246 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
247 |
+
</reference>
|
248 |
+
|
249 |
+
<reference name="head">
|
250 |
+
|
251 |
+
</reference>
|
252 |
+
|
253 |
+
<reference name="header">
|
254 |
+
|
255 |
+
</reference>
|
256 |
+
|
257 |
+
<reference name="left">
|
258 |
+
|
259 |
+
</reference>
|
260 |
+
|
261 |
+
<reference name="right">
|
262 |
+
<remove name="sale.reorder.sidebar"/>
|
263 |
+
<remove name="wishlist_sidebar"/>
|
264 |
+
<remove name="catalog.compare.sidebar"/>
|
265 |
+
<remove name="catalog.product.related"/>
|
266 |
+
<remove name="right.reports.product.viewed"/>
|
267 |
+
<remove name="left.reports.product.viewed"/>
|
268 |
+
</reference>
|
269 |
+
|
270 |
+
<reference name="content">
|
271 |
+
|
272 |
+
</reference>
|
273 |
+
|
274 |
+
<reference name="product_list">
|
275 |
+
|
276 |
+
</reference>
|
277 |
+
|
278 |
+
<reference name="product_list_toolbar">
|
279 |
+
<action method="setDefaultListPerPage"><limit>3</limit></action>
|
280 |
+
<action method="addPagerLimit"><mode>list</mode><limit>3</limit></action>
|
281 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
282 |
+
<action method="addPagerLimit"><mode>list</mode><limit>9</limit></action>
|
283 |
+
<action method="addPagerLimit"><mode>list</mode><limit>12</limit></action>
|
284 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
285 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
|
286 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
|
287 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>12</limit></action>
|
288 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>15</limit></action>
|
289 |
+
<action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
|
290 |
+
</reference>
|
291 |
+
|
292 |
+
<reference name="footer">
|
293 |
+
|
294 |
</reference>
|
295 |
</catalog_category_default>
|
296 |
|
297 |
<!--
|
298 |
Category layered navigation layout
|
299 |
-->
|
300 |
+
<catalog_category_layered>
|
301 |
+
<reference name="root">
|
302 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
303 |
+
</reference>
|
304 |
+
|
305 |
+
<reference name="head">
|
306 |
+
|
307 |
+
</reference>
|
308 |
+
|
309 |
+
<reference name="header">
|
310 |
+
|
311 |
+
</reference>
|
312 |
+
|
313 |
+
<reference name="left">
|
314 |
+
|
315 |
+
</reference>
|
316 |
+
|
317 |
+
<reference name="right">
|
318 |
+
<remove name="catalog.product.related"/>
|
319 |
+
<remove name="right.reports.product.viewed"/>
|
320 |
+
</reference>
|
321 |
+
|
322 |
+
<reference name="content">
|
323 |
+
|
324 |
+
</reference>
|
325 |
+
|
326 |
+
<reference name="footer">
|
327 |
+
|
328 |
</reference>
|
329 |
+
</catalog_category_layered>
|
330 |
|
331 |
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
Compare products page
|
333 |
-->
|
334 |
+
<catalog_product_compare_index>
|
335 |
+
<!-- Mage_Catalog -->
|
336 |
+
<reference name="root">
|
337 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
338 |
+
</reference>
|
339 |
+
|
340 |
+
<reference name="head">
|
341 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
342 |
+
</reference>
|
343 |
+
|
344 |
+
<reference name="header">
|
345 |
+
|
346 |
+
</reference>
|
347 |
+
|
348 |
+
<reference name="left">
|
349 |
+
|
350 |
+
</reference>
|
351 |
+
|
352 |
+
<reference name="right">
|
353 |
+
<remove name="catalog.product.related"/>
|
354 |
+
<remove name="right.reports.product.viewed"/>
|
355 |
+
</reference>
|
356 |
+
|
357 |
+
<reference name="content">
|
358 |
+
|
359 |
+
</reference>
|
360 |
+
|
361 |
+
<reference name="footer">
|
362 |
+
|
363 |
+
</reference>
|
364 |
+
</catalog_product_compare_index>
|
365 |
+
|
366 |
+
<!--
|
367 |
+
Product view page
|
368 |
-->
|
369 |
+
<catalog_product_view>
|
370 |
+
<!-- Mage_Catalog -->
|
371 |
+
<reference name="root">
|
372 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
373 |
+
</reference>
|
374 |
+
|
375 |
+
<reference name="head">
|
376 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
377 |
+
<action method="addJs"><script>varien/configurable.js</script></action>
|
378 |
+
|
379 |
+
<action method="addJs"><script>ma2_all/ma2all.js</script></action>
|
380 |
+
<action method="addItem"><type>js_css</type><name>ma2_all/ma2all.css</name><params/></action>
|
381 |
+
|
382 |
+
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/></action>
|
383 |
+
<action method="addItem"><type>js</type><name>calendar/calendar.js</name></action>
|
384 |
+
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name></action>
|
385 |
+
<action method="addItem"><type>skin_js</type><script>lib/fancyzoom.min.js</script></action>
|
386 |
+
</reference>
|
387 |
+
|
388 |
+
<reference name="header">
|
389 |
+
|
390 |
+
</reference>
|
391 |
+
|
392 |
+
<reference name="left">
|
393 |
+
<remove name="sale.reorder.sidebar"/>
|
394 |
+
<remove name="catalog.product.related"/>
|
395 |
+
<remove name="right.reports.product.viewed"/>
|
396 |
+
</reference>
|
397 |
+
|
398 |
<reference name="right">
|
399 |
+
|
400 |
+
</reference>
|
401 |
+
|
402 |
+
<block type="review/product_view_list" name="product.info.product_additional_data" as="reviews" template="review/product/view/list.phtml"/>
|
403 |
+
|
404 |
+
<reference name="content">
|
405 |
+
<block type="reports/product_viewed" name="reports.home.product.viewed" after="-" template="reports/home_product_viewed.phtml">
|
406 |
+
<action method="setColumnCount"><columns>3</columns></action>
|
407 |
+
</block>
|
408 |
+
</reference>
|
409 |
+
|
410 |
+
<!-- <reference name="reports.home.product.viewed">
|
411 |
+
<action method="setColumnCount"><columns>4</columns></action>
|
412 |
+
</reference> -->
|
413 |
+
|
414 |
+
<reference name="product.info.upsell">
|
415 |
+
<action method="setColumnCount"><columns>3</columns></action>
|
416 |
+
<action method="setItemLimit"><type>upsell</type><limit>3</limit></action>
|
417 |
+
</reference>
|
418 |
+
|
419 |
+
<reference name="product.view.related">
|
420 |
+
<action method="setColumnCount"><columns>3</columns></action>
|
421 |
+
</reference>
|
422 |
+
|
423 |
+
<reference name="footer">
|
424 |
+
|
425 |
+
</reference>
|
426 |
+
</catalog_product_view>
|
427 |
+
|
428 |
<!--
|
429 |
Catalog search result page
|
430 |
-->
|
431 |
+
<catalogsearch_result_index>
|
432 |
<reference name="root">
|
433 |
+
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
434 |
+
</reference>
|
435 |
+
|
436 |
+
<reference name="head">
|
437 |
+
|
438 |
+
</reference>
|
439 |
+
|
440 |
+
<reference name="header">
|
441 |
+
|
442 |
+
</reference>
|
443 |
+
|
444 |
+
<reference name="left">
|
445 |
+
|
446 |
+
</reference>
|
447 |
+
|
448 |
+
<reference name="right">
|
449 |
+
<remove name="sale.reorder.sidebar"/>
|
450 |
+
<remove name="catalog.product.related"/>
|
451 |
+
<remove name="right.reports.product.viewed"/>
|
452 |
+
</reference>
|
453 |
+
<!-- <remove name="right"/> -->
|
454 |
+
|
455 |
+
<reference name="content">
|
456 |
+
|
457 |
+
</reference>
|
458 |
+
|
459 |
+
<reference name="footer">
|
460 |
+
|
461 |
+
</reference>
|
462 |
+
</catalogsearch_result_index>
|
463 |
+
|
464 |
+
<!--
|
465 |
+
Advanced search index
|
466 |
+
-->
|
467 |
+
<catalogsearch_advanced_index>
|
468 |
+
<reference name="root">
|
469 |
+
|
470 |
+
</reference>
|
471 |
+
|
472 |
+
<reference name="head">
|
473 |
+
|
474 |
+
</reference>
|
475 |
+
|
476 |
+
<reference name="header">
|
477 |
+
|
478 |
+
</reference>
|
479 |
+
|
480 |
+
<reference name="left">
|
481 |
+
|
482 |
+
</reference>
|
483 |
+
|
484 |
+
<reference name="right">
|
485 |
+
<remove name="sale.reorder.sidebar"/>
|
486 |
+
<remove name="catalog.product.related"/>
|
487 |
+
<remove name="right.reports.product.viewed"/>
|
488 |
+
</reference>
|
489 |
+
<!-- <remove name="right"/> -->
|
490 |
+
|
491 |
+
<reference name="content">
|
492 |
+
|
493 |
+
</reference>
|
494 |
+
|
495 |
+
<reference name="footer">
|
496 |
+
|
497 |
+
</reference>
|
498 |
+
</catalogsearch_advanced_index>
|
499 |
+
|
500 |
+
<!--
|
501 |
+
Advanced search results
|
502 |
+
-->
|
503 |
+
<catalogsearch_advanced_result>
|
504 |
+
<reference name="root">
|
505 |
+
|
506 |
+
</reference>
|
507 |
+
|
508 |
+
<reference name="head">
|
509 |
+
|
510 |
+
</reference>
|
511 |
+
|
512 |
+
<reference name="header">
|
513 |
+
|
514 |
+
</reference>
|
515 |
+
|
516 |
+
<reference name="left">
|
517 |
+
|
518 |
+
</reference>
|
519 |
+
|
520 |
<reference name="right">
|
521 |
+
<remove name="sale.reorder.sidebar"/>
|
522 |
+
<remove name="catalog.product.related"/>
|
523 |
+
<remove name="right.reports.product.viewed"/>
|
524 |
+
</reference>
|
525 |
+
<!-- <remove name="right"/> -->
|
526 |
+
|
527 |
+
<reference name="content">
|
528 |
+
|
529 |
+
</reference>
|
530 |
+
|
531 |
+
<reference name="footer">
|
532 |
+
|
533 |
+
</reference>
|
534 |
+
</catalogsearch_advanced_result>
|
535 |
+
|
536 |
+
<!--
|
537 |
+
Checkout page default layout, loads most of the pages
|
538 |
-->
|
539 |
+
<checkout_cart_index>
|
540 |
+
<reference name="root">
|
541 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
542 |
+
</reference>
|
543 |
+
|
544 |
+
<reference name="head">
|
545 |
+
|
546 |
+
</reference>
|
547 |
+
|
548 |
+
<reference name="header">
|
549 |
+
|
550 |
+
</reference>
|
551 |
+
|
552 |
+
<reference name="left">
|
553 |
+
|
554 |
+
</reference>
|
555 |
+
|
556 |
+
<reference name="right">
|
557 |
+
<remove name="sale.reorder.sidebar"/>
|
558 |
+
<remove name="wishlist_sidebar"/>
|
559 |
+
<remove name="catalog.compare.sidebar"/>
|
560 |
+
<remove name="catalog.product.related"/>
|
561 |
+
<remove name="right.reports.product.viewed"/>
|
562 |
+
<remove name="left.reports.product.viewed"/>
|
563 |
+
</reference>
|
564 |
+
|
565 |
+
<reference name="content">
|
566 |
+
|
567 |
+
</reference>
|
568 |
+
|
569 |
+
<reference name="footer">
|
570 |
+
|
571 |
+
</reference>
|
572 |
+
</checkout_cart_index>
|
573 |
+
|
574 |
+
<!--
|
575 |
+
Checkout onepage index page
|
576 |
+
-->
|
577 |
+
<checkout_onepage_index>
|
578 |
+
<reference name="root">
|
579 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
580 |
+
</reference>
|
581 |
+
|
582 |
+
<reference name="head">
|
583 |
+
|
584 |
+
</reference>
|
585 |
+
|
586 |
+
<reference name="header">
|
587 |
+
|
588 |
+
</reference>
|
589 |
+
|
590 |
+
<reference name="left">
|
591 |
+
|
592 |
+
</reference>
|
593 |
+
<remove name="left"/>
|
594 |
+
|
595 |
+
<reference name="right">
|
596 |
+
<block type="page/html_wrapper" name="cms.right.adv.wrapper">
|
597 |
+
<action method="setElementClass"><value>widget block</value></action>
|
598 |
+
<block type="cms/block" name="right-adv">
|
599 |
+
<!-- Static Block Title: Right Advertising -->
|
600 |
+
<action method="setBlockId"><block_id>right-adv</block_id></action>
|
601 |
+
</block>
|
602 |
+
</block>
|
603 |
+
</reference>
|
604 |
+
|
605 |
+
<reference name="content">
|
606 |
+
|
607 |
+
</reference>
|
608 |
+
|
609 |
+
<reference name="footer">
|
610 |
+
|
611 |
+
</reference>
|
612 |
+
</checkout_onepage_index>
|
613 |
+
|
614 |
+
<!--
|
615 |
+
Checkout onepage success page
|
616 |
+
-->
|
617 |
+
<checkout_onepage_success>
|
618 |
+
<reference name="root">
|
619 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
620 |
+
</reference>
|
621 |
+
|
622 |
+
<reference name="head">
|
623 |
+
|
624 |
+
</reference>
|
625 |
+
|
626 |
+
<reference name="header">
|
627 |
+
|
628 |
+
</reference>
|
629 |
+
|
630 |
+
<reference name="left">
|
631 |
+
|
632 |
+
</reference>
|
633 |
+
|
634 |
+
<reference name="right">
|
635 |
+
|
636 |
+
</reference>
|
637 |
+
<remove name="right"/>
|
638 |
+
|
639 |
+
<reference name="content">
|
640 |
+
|
641 |
+
</reference>
|
642 |
+
|
643 |
+
<reference name="footer">
|
644 |
+
|
645 |
+
</reference>
|
646 |
+
</checkout_onepage_success>
|
647 |
+
|
648 |
+
<!--
|
649 |
+
Product list page
|
650 |
+
-->
|
651 |
+
<review_product_list>
|
652 |
+
<reference name="root">
|
653 |
+
|
654 |
+
</reference>
|
655 |
+
|
656 |
+
<reference name="head">
|
657 |
+
|
658 |
+
</reference>
|
659 |
+
|
660 |
+
<reference name="header">
|
661 |
+
|
662 |
+
</reference>
|
663 |
+
|
664 |
+
<reference name="left">
|
665 |
+
|
666 |
+
</reference>
|
667 |
+
|
668 |
+
<reference name="right">
|
669 |
+
|
670 |
+
</reference>
|
671 |
+
|
672 |
+
<reference name="content">
|
673 |
+
|
674 |
+
</reference>
|
675 |
+
|
676 |
+
<reference name="footer">
|
677 |
+
|
678 |
+
</reference>
|
679 |
+
</review_product_list>
|
680 |
+
|
681 |
+
<!--
|
682 |
+
Wishlist page
|
683 |
+
-->
|
684 |
+
<wishlist_index_index>
|
685 |
+
<reference name="root">
|
686 |
+
|
687 |
+
</reference>
|
688 |
+
|
689 |
+
<reference name="head">
|
690 |
+
|
691 |
+
</reference>
|
692 |
+
|
693 |
+
<reference name="header">
|
694 |
+
|
695 |
+
</reference>
|
696 |
+
|
697 |
+
<reference name="left">
|
698 |
+
|
699 |
+
</reference>
|
700 |
+
|
701 |
+
<reference name="right">
|
702 |
+
|
703 |
+
</reference>
|
704 |
+
|
705 |
+
<reference name="content">
|
706 |
+
|
707 |
+
</reference>
|
708 |
+
|
709 |
+
<reference name="footer">
|
710 |
+
|
711 |
+
</reference>
|
712 |
+
</wishlist_index_index>
|
713 |
+
|
714 |
+
<!--
|
715 |
+
CMS Home Page
|
716 |
+
-->
|
717 |
+
<cms_index_index>
|
718 |
+
<reference name="right">
|
719 |
+
|
720 |
+
</reference>
|
721 |
+
|
722 |
+
<reference name="maintop1">
|
723 |
+
<block type="page/html_wrapper" name="cms.maintop12.wrapper" after="-">
|
724 |
+
<action method="setElementClass"><value>widget block block-maintop-banners</value></action>
|
725 |
+
<block type="cms/block" name="maintop1-2">
|
726 |
+
<!-- Static Block Title: Main top banners -->
|
727 |
+
<action method="setBlockId"><block_id>maintop1-2</block_id></action>
|
728 |
+
</block>
|
729 |
+
</block>
|
730 |
+
</reference>
|
731 |
+
|
732 |
+
<reference name="maintop2">
|
733 |
+
<block type="page/html_wrapper" name="cms.maintop21.wrapper">
|
734 |
+
<action method="setElementClass"><value>widget block block-ship-next-day</value></action>
|
735 |
+
<block type="cms/block" name="maintop2-1">
|
736 |
+
<!-- Static Block Title: Ship next day -->
|
737 |
+
<action method="setBlockId"><block_id>maintop2-1</block_id></action>
|
738 |
+
</block>
|
739 |
+
</block>
|
740 |
+
</reference>
|
741 |
+
|
742 |
+
<reference name="maintop3">
|
743 |
+
<block type="page/html_wrapper" name="cms.manufacturers.wrapper">
|
744 |
+
<action method="setElementClass"><value>widget block-ma2-manufacturers</value></action>
|
745 |
+
<block type="cms/block" name="manufacturers">
|
746 |
+
<!-- Static Block Title: Manufacturers -->
|
747 |
+
<action method="setBlockId"><block_id>manufacturers</block_id></action>
|
748 |
+
</block>
|
749 |
+
</block>
|
750 |
+
</reference>
|
751 |
+
</cms_index_index>
|
752 |
+
|
753 |
+
<!--
|
754 |
+
CMS page default layout, loads most of the pages
|
755 |
+
-->
|
756 |
+
<cms_page>
|
757 |
+
<reference name="root">
|
758 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
759 |
+
</reference>
|
760 |
+
|
761 |
+
<reference name="head">
|
762 |
+
|
763 |
+
</reference>
|
764 |
+
|
765 |
+
<reference name="header">
|
766 |
+
|
767 |
+
</reference>
|
768 |
+
|
769 |
+
<reference name="left">
|
770 |
+
|
771 |
+
</reference>
|
772 |
+
|
773 |
+
<reference name="right">
|
774 |
+
<remove name="sale.reorder.sidebar"/>
|
775 |
+
<remove name="wishlist_sidebar"/>
|
776 |
+
<remove name="catalog.compare.sidebar"/>
|
777 |
+
<remove name="catalog.product.related"/>
|
778 |
+
<remove name="right.reports.product.viewed"/>
|
779 |
+
<remove name="left.reports.product.viewed"/>
|
780 |
+
</reference>
|
781 |
+
|
782 |
+
<reference name="content">
|
783 |
+
|
784 |
+
</reference>
|
785 |
+
|
786 |
+
<reference name="footer">
|
787 |
+
|
788 |
+
</reference>
|
789 |
+
</cms_page>
|
790 |
+
|
791 |
+
<!--
|
792 |
+
Load this update on every page when customer is logged in
|
793 |
+
-->
|
794 |
+
<customer_logged_in>
|
795 |
+
<reference name="root">
|
796 |
+
|
797 |
+
</reference>
|
798 |
+
|
799 |
+
<reference name="head">
|
800 |
+
|
801 |
+
</reference>
|
802 |
+
|
803 |
+
<reference name="header">
|
804 |
+
|
805 |
+
</reference>
|
806 |
+
|
807 |
+
<reference name="top1">
|
808 |
+
<block type="page/html_wrapper" name="cms.top12.wrapper">
|
809 |
+
<action method="setElementClass"><value>widget block block-top12</value></action>
|
810 |
+
<block type="page/template_links" name="top_links" as="top_links" template="page/template/links.phtml">
|
811 |
+
<action method="addLink" translate="label title" module="customer"><label>My account</label><url helper="customer/getAccountUrl"/><title>My account</title><prepare/><urlParams/><position>10</position></action>
|
812 |
+
<action method="addLink" translate="label title" module="customer"><label>Log out</label><url helper="customer/getLogoutUrl"/><title>Log out</title><prepare/><urlParams/><position>100</position></action>
|
813 |
+
</block>
|
814 |
+
</block>
|
815 |
+
</reference>
|
816 |
+
|
817 |
+
<reference name="left">
|
818 |
+
|
819 |
+
</reference>
|
820 |
+
|
821 |
+
<reference name="right">
|
822 |
+
|
823 |
+
</reference>
|
824 |
+
|
825 |
+
<reference name="content">
|
826 |
+
|
827 |
+
</reference>
|
828 |
+
|
829 |
+
<reference name="footer">
|
830 |
+
|
831 |
+
</reference>
|
832 |
+
</customer_logged_in>
|
833 |
+
|
834 |
+
<!--
|
835 |
+
Load this update on every page when customer is logged out
|
836 |
+
-->
|
837 |
+
<customer_logged_out>
|
838 |
+
<reference name="root">
|
839 |
+
|
840 |
+
</reference>
|
841 |
+
|
842 |
+
<reference name="head">
|
843 |
+
|
844 |
+
</reference>
|
845 |
+
|
846 |
+
<reference name="header">
|
847 |
+
|
848 |
+
</reference>
|
849 |
+
|
850 |
+
<reference name="top1">
|
851 |
+
<block type="page/html_wrapper" name="cms.top12.wrapper">
|
852 |
+
<action method="setElementClass"><value>widget block block-top12</value></action>
|
853 |
+
<block type="page/template_links" name="top_links" as="top_links" template="page/template/links.phtml">
|
854 |
+
<action method="addLink" translate="label title" module="customer"><label>Customer login</label><url helper="customer/getLoginUrl"/><title>Customer login</title><prepare/><urlParams/><position>100</position></action>
|
855 |
+
|
856 |
+
<action method="addLink" translate="label" module="customer"><name>Create new account</name><path>customer/account/create/</path><label>Create new account</label></action>
|
857 |
+
</block>
|
858 |
+
</block>
|
859 |
+
</reference>
|
860 |
+
|
861 |
+
<reference name="left">
|
862 |
+
|
863 |
+
</reference>
|
864 |
+
|
865 |
+
<reference name="right">
|
866 |
+
|
867 |
+
</reference>
|
868 |
+
|
869 |
+
<reference name="content">
|
870 |
+
|
871 |
+
</reference>
|
872 |
+
|
873 |
+
<reference name="footer">
|
874 |
+
|
875 |
+
</reference>
|
876 |
+
</customer_logged_out>
|
877 |
</layout>
|
app/design/frontend/ma2/ante/layout/ma2_all.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.0">
|
3 |
-
<default>
|
4 |
-
<reference name="head">
|
5 |
-
<action method="addItem"><type>js_css</type><css>ma2_all/ma2all.css</css></action>
|
6 |
-
<action method="addJs"><script>ma2_all/ma2all.js</script></action>
|
7 |
-
</reference>
|
8 |
-
</default>
|
9 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/layout/ma2_featuredproducts.xml
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
</layout>
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addCss"><css>ma2_featuredproducts/ma2_featuredproducts.css</css></action>
|
6 |
+
</reference>
|
7 |
+
</default>
|
8 |
+
<featuredproducts_index_index>
|
9 |
+
<reference name="content">
|
10 |
+
<block type="core/template" name="category.products" template="ma2_featuredproducts/standalone.phtml">
|
11 |
+
<block type="featuredproducts/standalone_list" name="featured_product_list" as="featured_product_list" template="ma2_featuredproducts/standalone_list.phtml">
|
12 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
13 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
14 |
+
</block>
|
15 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
16 |
+
</block>
|
17 |
+
</block>
|
18 |
+
</reference>
|
19 |
+
</featuredproducts_index_index>
|
20 |
</layout>
|
app/design/frontend/ma2/ante/layout/ma2_manufacturers.xml
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.0">
|
3 |
-
<default translate="label">
|
4 |
-
<reference name="head">
|
5 |
-
<action method="addItem"><type>skin_css</type><stylesheet>css/ma2_manufacturers/css/frontend.css</stylesheet></action>
|
6 |
-
</reference>
|
7 |
-
</default>
|
8 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/layout/ma2_slideshow.xml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
-
|
4 |
<reference name="head">
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
</reference>
|
10 |
-
|
11 |
</layout>
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
+
<default>
|
4 |
<reference name="head">
|
5 |
+
<action method="addItem"><type>skin_css</type><stylesheet>css/ma2slideshow/protoshow.css</stylesheet></action>
|
6 |
+
<action method="addItem"><type>skin_css</type><stylesheet>css/ma2slideshow/styles.css</stylesheet></action>
|
7 |
+
<action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
|
8 |
+
<action method="addItem"><type>skin_js</type><name>js/ma2slideshow/protoshow.js</name></action>
|
9 |
</reference>
|
10 |
+
</default>
|
11 |
</layout>
|
app/design/frontend/ma2/ante/layout/ma2_widgetproductlist.xml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.0">
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
</layout>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addCss"><css>ma2_widgetproductlist/ma2_widgetproductlist.css</css></action>
|
6 |
+
</reference>
|
7 |
+
</default>
|
8 |
</layout>
|
app/design/frontend/ma2/ante/template/bundle/catalog/product/price.phtml
DELETED
@@ -1,252 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php $_product = $this->getProduct() ?>
|
28 |
-
<?php $_priceModel = $_product->getPriceModel() ?>
|
29 |
-
<?php list($_minimalPriceTax, $_maximalPriceTax) = $_priceModel->getTotalPrices($_product, null, null, false) ?>
|
30 |
-
<?php list($_minimalPriceInclTax, $_maximalPriceInclTax) = $_priceModel->getTotalPrices($_product, null, true, false) ?>
|
31 |
-
<?php $_id = $_product->getId() ?>
|
32 |
-
<?php $_weeeTaxAmount = 0; ?>
|
33 |
-
<?php
|
34 |
-
if ($_product->getPriceType() == 1) {
|
35 |
-
$_weeeTaxAmount = Mage::helper('weee')->getAmount($_product);
|
36 |
-
$_weeeTaxAmountInclTaxes = $_weeeTaxAmount;
|
37 |
-
if (Mage::helper('weee')->isTaxable()) {
|
38 |
-
$_attributes = Mage::helper('weee')->getProductWeeeAttributesForRenderer($_product, null, null, null, true);
|
39 |
-
$_weeeTaxAmountInclTaxes = Mage::helper('weee')->getAmountInclTaxes($_attributes);
|
40 |
-
}
|
41 |
-
if ($_weeeTaxAmount && Mage::helper('weee')->typeOfDisplay($_product, array(0, 1, 4))) {
|
42 |
-
$_minimalPriceTax += $_weeeTaxAmount;
|
43 |
-
$_minimalPriceInclTax += $_weeeTaxAmountInclTaxes;
|
44 |
-
}
|
45 |
-
if ($_weeeTaxAmount && Mage::helper('weee')->typeOfDisplay($_product, 2)) {
|
46 |
-
$_minimalPriceInclTax += $_weeeTaxAmountInclTaxes;
|
47 |
-
}
|
48 |
-
if (Mage::helper('weee')->typeOfDisplay($_product, array(1, 2, 4))) {
|
49 |
-
$_weeeTaxAttributes = Mage::helper('weee')->getProductWeeeAttributesForDisplay($_product);
|
50 |
-
}
|
51 |
-
}
|
52 |
-
?>
|
53 |
-
<div class="price-box">
|
54 |
-
<?php if ($_product->getPriceView()): ?>
|
55 |
-
<p class="minimal-price">
|
56 |
-
<span class="price-label"><?php echo $this->__('As low as') ?>:</span>
|
57 |
-
<?php if ($this->displayBothPrices()): ?>
|
58 |
-
<span class="price-excluding-tax">
|
59 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Excl. Tax:') ?></span>
|
60 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceTax) ?>
|
61 |
-
</span>
|
62 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
63 |
-
<span class="weee">(<small>
|
64 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
65 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
66 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
67 |
-
<?php else: ?>
|
68 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
69 |
-
<?php endif; ?>
|
70 |
-
<?php echo $_weeeSeparator; ?>
|
71 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
72 |
-
<?php $_weeeSeparator = ' + '; ?>
|
73 |
-
<?php endforeach; ?>
|
74 |
-
</small>)</span>
|
75 |
-
<?php endif; ?>
|
76 |
-
<span class="price-including-tax">
|
77 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Incl. Tax:') ?></span>
|
78 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceInclTax) ?>
|
79 |
-
</span>
|
80 |
-
<?php else: ?>
|
81 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceTax) ?>
|
82 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
83 |
-
<span class="weee">(<small>
|
84 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
85 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
86 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
87 |
-
<?php else: ?>
|
88 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
89 |
-
<?php endif; ?>
|
90 |
-
<?php echo $_weeeSeparator; ?>
|
91 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
92 |
-
<?php $_weeeSeparator = ' + '; ?>
|
93 |
-
<?php endforeach; ?>
|
94 |
-
</small>)</span>
|
95 |
-
<?php endif; ?>
|
96 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, 2) && $_weeeTaxAmount): ?>
|
97 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceInclTax) ?>
|
98 |
-
<?php endif; ?>
|
99 |
-
<?php endif; ?>
|
100 |
-
</p>
|
101 |
-
<?php else: ?>
|
102 |
-
<?php if ($_minimalPriceTax <> $_maximalPriceTax): ?>
|
103 |
-
<p class="price-from">
|
104 |
-
<span class="price-label"><?php echo $this->__('From') ?>:</span>
|
105 |
-
<?php if ($this->displayBothPrices()): ?>
|
106 |
-
<span class="price-excluding-tax">
|
107 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Excl. Tax:') ?></span>
|
108 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceTax) ?>
|
109 |
-
</span>
|
110 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
111 |
-
<span class="weee">(<small>
|
112 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
113 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
114 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
115 |
-
<?php else: ?>
|
116 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
117 |
-
<?php endif; ?>
|
118 |
-
<?php echo $_weeeSeparator; ?>
|
119 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
120 |
-
<?php $_weeeSeparator = ' + '; ?>
|
121 |
-
<?php endforeach; ?>
|
122 |
-
</small>)</span>
|
123 |
-
<?php endif; ?>
|
124 |
-
<span class="price-including-tax">
|
125 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Incl. Tax:') ?></span>
|
126 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceInclTax) ?>
|
127 |
-
</span>
|
128 |
-
<?php else: ?>
|
129 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceTax) ?>
|
130 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
131 |
-
<span class="weee">(<small>
|
132 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
133 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
134 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
135 |
-
<?php else: ?>
|
136 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
137 |
-
<?php endif; ?>
|
138 |
-
<?php echo $_weeeSeparator; ?>
|
139 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
140 |
-
<?php $_weeeSeparator = ' + '; ?>
|
141 |
-
<?php endforeach; ?>
|
142 |
-
</small>)</span>
|
143 |
-
<?php endif; ?>
|
144 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, 2) && $_weeeTaxAmount): ?>
|
145 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceInclTax) ?>
|
146 |
-
<?php endif; ?>
|
147 |
-
<?php endif; ?>
|
148 |
-
</p>
|
149 |
-
<?php
|
150 |
-
if ($_product->getPriceType() == 1) {
|
151 |
-
if ($_weeeTaxAmount && Mage::helper('weee')->typeOfDisplay($_product, array(0, 1, 4))) {
|
152 |
-
$_maximalPriceTax += $_weeeTaxAmount;
|
153 |
-
$_maximalPriceInclTax += $_weeeTaxAmountInclTaxes;
|
154 |
-
}
|
155 |
-
if ($_weeeTaxAmount && Mage::helper('weee')->typeOfDisplay($_product, 2)) {
|
156 |
-
$_maximalPriceInclTax += $_weeeTaxAmountInclTaxes;
|
157 |
-
}
|
158 |
-
}
|
159 |
-
?>
|
160 |
-
<p class="price-to">
|
161 |
-
<span class="price-label"><?php echo $this->__('To') ?>:</span>
|
162 |
-
<?php if ($this->displayBothPrices()): ?>
|
163 |
-
<span class="price-excluding-tax">
|
164 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Excl. Tax:') ?></span>
|
165 |
-
<?php echo Mage::helper('core')->currency($_maximalPriceTax) ?>
|
166 |
-
</span>
|
167 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
168 |
-
<span class="weee">(<small>
|
169 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
170 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
171 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
172 |
-
<?php else: ?>
|
173 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
174 |
-
<?php endif; ?>
|
175 |
-
<?php echo $_weeeSeparator; ?>
|
176 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
177 |
-
<?php $_weeeSeparator = ' + '; ?>
|
178 |
-
<?php endforeach; ?>
|
179 |
-
</small>)</span>
|
180 |
-
<?php endif; ?>
|
181 |
-
<span class="price-including-tax">
|
182 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Incl. Tax') ?></span>
|
183 |
-
<?php echo Mage::helper('core')->currency($_maximalPriceInclTax) ?>
|
184 |
-
</span>
|
185 |
-
<?php else: ?>
|
186 |
-
<?php echo Mage::helper('core')->currency($_maximalPriceTax) ?>
|
187 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
188 |
-
<span class="weee">(<small>
|
189 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
190 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
191 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
192 |
-
<?php else: ?>
|
193 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
194 |
-
<?php endif; ?>
|
195 |
-
<?php echo $_weeeSeparator; ?>
|
196 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
197 |
-
<?php $_weeeSeparator = ' + '; ?>
|
198 |
-
<?php endforeach; ?>
|
199 |
-
</small>)</span>
|
200 |
-
<?php endif; ?>
|
201 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, 2) && $_weeeTaxAmount): ?>
|
202 |
-
<?php echo Mage::helper('core')->currency($_maximalPriceInclTax) ?>
|
203 |
-
<?php endif; ?>
|
204 |
-
<?php endif; ?>
|
205 |
-
</p>
|
206 |
-
<?php else: ?>
|
207 |
-
<?php if ($this->displayBothPrices()): ?>
|
208 |
-
<span class="price-excluding-tax">
|
209 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Excl. Tax:') ?></span>
|
210 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceTax) ?>
|
211 |
-
</span>
|
212 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
213 |
-
<span class="weee">(<small>
|
214 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
215 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
216 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
217 |
-
<?php else: ?>
|
218 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
219 |
-
<?php endif; ?>
|
220 |
-
<?php echo $_weeeSeparator; ?>
|
221 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
222 |
-
<?php $_weeeSeparator = ' + '; ?>
|
223 |
-
<?php endforeach; ?>
|
224 |
-
</small>)</span>
|
225 |
-
<?php endif; ?>
|
226 |
-
<span class="price-including-tax">
|
227 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Incl. Tax:') ?></span>
|
228 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceInclTax) ?>
|
229 |
-
</span>
|
230 |
-
<?php else: ?>
|
231 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceTax) ?>
|
232 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
233 |
-
<span class="weee">(<small>
|
234 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
235 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
236 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
237 |
-
<?php else: ?>
|
238 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
239 |
-
<?php endif; ?>
|
240 |
-
<?php echo $_weeeSeparator; ?>
|
241 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
242 |
-
<?php $_weeeSeparator = ' + '; ?>
|
243 |
-
<?php endforeach; ?>
|
244 |
-
</small>)</span>
|
245 |
-
<?php endif; ?>
|
246 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, 2) && $_weeeTaxAmount): ?>
|
247 |
-
<?php echo Mage::helper('core')->currency($_minimalPriceInclTax) ?>
|
248 |
-
<?php endif; ?>
|
249 |
-
<?php endif; ?>
|
250 |
-
<?php endif; ?>
|
251 |
-
<?php endif; ?>
|
252 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/bundle/catalog/product/view/price.phtml
DELETED
@@ -1,112 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php $_product = $this->getProduct() ?>
|
28 |
-
<?php $_finalPrice = $_product->getFinalPrice() ?>
|
29 |
-
<?php $_finalPriceInclTax = $_product->getFinalPrice() ?>
|
30 |
-
<?php $_weeeTaxAmount = 0; ?>
|
31 |
-
<?php
|
32 |
-
if ($_product->getPriceType() == 1) {
|
33 |
-
$_weeeTaxAmount = Mage::helper('weee')->getAmount($_product);
|
34 |
-
if (Mage::helper('weee')->typeOfDisplay($_product, array(1,2,4))) {
|
35 |
-
$_weeeTaxAttributes = Mage::helper('weee')->getProductWeeeAttributesForDisplay($_product);
|
36 |
-
}
|
37 |
-
}
|
38 |
-
$isMAPTypeOnGesture = Mage::helper('catalog')->isShowPriceOnGesture($_product);
|
39 |
-
$canApplyMAP = Mage::helper('catalog')->canApplyMsrp($_product);
|
40 |
-
?>
|
41 |
-
<?php if ($_product->getCanShowPrice() !== false):?>
|
42 |
-
<div class="price-box">
|
43 |
-
<p class="price-as-configured">
|
44 |
-
<span class="price-label"><?php echo $this->helper('bundle')->__('Price as configured') ?>:</span>
|
45 |
-
<?php if (!$this->getWithoutPrice()): ?>
|
46 |
-
<span<?php if (!$isMAPTypeOnGesture && $canApplyMAP): ?> style="display:none"<?php endif ?> class="full-product-price">
|
47 |
-
<?php if ($this->helper('tax')->displayBothPrices()): ?>
|
48 |
-
<span class="price-tax">
|
49 |
-
<span class="price-excluding-tax">
|
50 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Excl. Tax:') ?></span>
|
51 |
-
<span class="price" id="price-excluding-tax-<?php echo $_product->getId() ?><?php echo $this->getIdSuffix() ?>">
|
52 |
-
<?php if (!$canApplyMAP): ?>
|
53 |
-
<?php echo Mage::helper('core')->currency($_finalPrice,true,false) ?>
|
54 |
-
<?php endif ?>
|
55 |
-
</span>
|
56 |
-
</span>
|
57 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
58 |
-
<span class="weee">(<small>
|
59 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
60 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
61 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
62 |
-
<?php else: ?>
|
63 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
64 |
-
<?php endif; ?>
|
65 |
-
<?php echo $_weeeSeparator; ?>
|
66 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
67 |
-
<?php $_weeeSeparator = ' + '; ?>
|
68 |
-
<?php endforeach; ?>
|
69 |
-
</small>)</span>
|
70 |
-
<?php endif; ?>
|
71 |
-
<span class="price-including-tax">
|
72 |
-
<span class="label"><?php echo Mage::helper('tax')->__('Incl. Tax:') ?></span>
|
73 |
-
<span class="price" id="price-including-tax-<?php echo $_product->getId() ?><?php echo $this->getIdSuffix() ?>">
|
74 |
-
<?php if (!$canApplyMAP): ?>
|
75 |
-
<?php echo Mage::helper('core')->currency($_finalPriceInclTax,true,false) ?>
|
76 |
-
<?php endif ?>
|
77 |
-
</span>
|
78 |
-
</span>
|
79 |
-
</span>
|
80 |
-
<?php else: ?>
|
81 |
-
<span class="price" id="product-price-<?php echo $_product->getId() ?><?php echo $this->getIdSuffix() ?>">
|
82 |
-
<?php if (!$canApplyMAP): ?>
|
83 |
-
<?php echo Mage::helper('core')->currency($_finalPrice,true,false) ?>
|
84 |
-
<?php endif ?>
|
85 |
-
</span>
|
86 |
-
<?php if ($_weeeTaxAmount && $_product->getPriceType() == 1 && Mage::helper('weee')->typeOfDisplay($_product, array(2, 1, 4))): ?>
|
87 |
-
<span class="weee">(<small>
|
88 |
-
<?php $_weeeSeparator = ''; foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
89 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, array(2, 4))): ?>
|
90 |
-
<?php $amount = $_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(); ?>
|
91 |
-
<?php else: ?>
|
92 |
-
<?php $amount = $_weeeTaxAttribute->getAmount(); ?>
|
93 |
-
<?php endif; ?>
|
94 |
-
<?php echo $_weeeSeparator; ?>
|
95 |
-
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo Mage::helper('core')->currency($amount, true, true); ?>
|
96 |
-
<?php $_weeeSeparator = ' + '; ?>
|
97 |
-
<?php endforeach; ?>
|
98 |
-
</small>)</span>
|
99 |
-
<?php endif; ?>
|
100 |
-
<?php endif; ?>
|
101 |
-
</span>
|
102 |
-
<?php endif ?>
|
103 |
-
</p>
|
104 |
-
</div>
|
105 |
-
<?php endif; ?>
|
106 |
-
<?php if($_product->isSaleable()): ?>
|
107 |
-
<script type="text/javascript">
|
108 |
-
document.observe("dom:loaded", function() {
|
109 |
-
bundle.reloadPrice();
|
110 |
-
});
|
111 |
-
</script>
|
112 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/bundle/catalog/product/view/tierprices.phtml
DELETED
@@ -1,40 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* @see Mage_Catalog_Block_Product_View
|
30 |
-
*/
|
31 |
-
$_product = $this->getProduct();
|
32 |
-
$_tierPrices = $this->getTierPrices();
|
33 |
-
?>
|
34 |
-
<?php if (count($_tierPrices) > 0): ?>
|
35 |
-
<ul class="tier-prices product-pricing">
|
36 |
-
<?php foreach($_tierPrices as $_price): ?>
|
37 |
-
<li><?php echo $this->__('Buy %1$s with %2$s discount each', $_price['price_qty'], '<strong class="benefit">'.($_price['price']*1).'%</strong>') ?></li>
|
38 |
-
<?php endforeach ?>
|
39 |
-
</ul>
|
40 |
-
<?php endif;?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalog/category/view.phtml
DELETED
@@ -1,113 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Category view template
|
30 |
-
*
|
31 |
-
* @see Mage_Catalog_Block_Category_View
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
<?php
|
35 |
-
/**
|
36 |
-
* Created by OMG & VDH
|
37 |
-
**/
|
38 |
-
$_url_base = $this->setInitUrlTypeBase('js');
|
39 |
-
?>
|
40 |
-
<?php
|
41 |
-
$_helper = $this->helper('catalog/output');
|
42 |
-
$_category = $this->getCurrentCategory();
|
43 |
-
$_imgHtml = '';
|
44 |
-
if ($_imgUrl = $_category->getImageUrl()) {
|
45 |
-
$_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->escapeHtml($_category->getName()).'" title="'.$this->escapeHtml($_category->getName()).'" /></p>';
|
46 |
-
$_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
|
47 |
-
}
|
48 |
-
?>
|
49 |
-
<div class="page-title category-title">
|
50 |
-
<?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
|
51 |
-
<a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
|
52 |
-
<?php endif; ?>
|
53 |
-
<div class="title-list-category">
|
54 |
-
<div class="title-category-page">
|
55 |
-
<span>
|
56 |
-
<h2>
|
57 |
-
<?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?>
|
58 |
-
</h2>
|
59 |
-
</span>
|
60 |
-
</div>
|
61 |
-
<div class="button-view-more">
|
62 |
-
<?php if($checkDesc=$this->getCurrentCategory()->getDescription()): ?>
|
63 |
-
<div class="box-view-btn" id="box-view-btn-show">
|
64 |
-
<a href="javascript: void(0)" onclick="javascript: desc_showfull()" title="View more" class="btn-viewmore">View more</a>
|
65 |
-
</div>
|
66 |
-
<div class="box-view-btn" id="box-view-btn-less" style="display: none;">
|
67 |
-
<a href="javascript: void(0)" onclick="javascript: desc_hidefull()" title="View less" class="btn-viewless">View less</a>
|
68 |
-
</div>
|
69 |
-
<?php endif; ?>
|
70 |
-
</div>
|
71 |
-
<div class="total-products-view">
|
72 |
-
<span class="total-items-view">
|
73 |
-
<?php
|
74 |
-
$catObj = Mage::getModel('catalog/category')->load($_category->getID());
|
75 |
-
$prodObj = $catObj->getProductCollection()->getData();
|
76 |
-
echo 'There are <span style="font-weight:bold;">'.count($prodObj).'</span> items';
|
77 |
-
?>
|
78 |
-
</span>
|
79 |
-
</div>
|
80 |
-
</div>
|
81 |
-
</div>
|
82 |
-
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
83 |
-
<?php if($_imgUrl): ?>
|
84 |
-
<?php echo $_imgHtml ?>
|
85 |
-
<?php endif; ?>
|
86 |
-
<?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
|
87 |
-
<div class="category-description std">
|
88 |
-
<div id="short_desc" class="">
|
89 |
-
<div class="box-view">
|
90 |
-
<?php
|
91 |
-
$shortDesc = explode('|', wordwrap($_helper->categoryAttribute($_category, $_description, 'short_description'), 288, '|'));
|
92 |
-
echo $shortDesc[0] . '...';
|
93 |
-
?>
|
94 |
-
</div>
|
95 |
-
</div>
|
96 |
-
<div id="full_desc" class="" style="display: none;">
|
97 |
-
<div class="box-view">
|
98 |
-
<?php echo $_helper->categoryAttribute($_category, $_description, 'description'); ?>
|
99 |
-
</div>
|
100 |
-
</div>
|
101 |
-
</div>
|
102 |
-
<?php endif; ?>
|
103 |
-
<?php if($this->isContentMode()): ?>
|
104 |
-
<?php echo $this->getCmsBlockHtml() ?>
|
105 |
-
<?php elseif($this->isMixedMode()): ?>
|
106 |
-
<?php echo $this->getCmsBlockHtml() ?>
|
107 |
-
<?php echo $this->getProductListHtml() ?>
|
108 |
-
<?php else: ?>
|
109 |
-
<?php echo $this->getProductListHtml() ?>
|
110 |
-
<?php endif; ?>
|
111 |
-
<?php
|
112 |
-
$_url_base = $this->setInitUrlTypeBase('js');
|
113 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/{page/js/cookie.phtml → catalog/layer/filter.phtml}
RENAMED
@@ -26,15 +26,22 @@
|
|
26 |
?>
|
27 |
<?php
|
28 |
/**
|
29 |
-
*
|
30 |
*
|
31 |
-
* @see
|
32 |
*/
|
33 |
?>
|
34 |
|
35 |
-
<
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
?>
|
27 |
<?php
|
28 |
/**
|
29 |
+
* Template for filter items block
|
30 |
*
|
31 |
+
* @see Mage_Catalog_Block_Layer_Filter
|
32 |
*/
|
33 |
?>
|
34 |
|
35 |
+
<ol>
|
36 |
+
<?php foreach ($this->getItems() as $_item): ?>
|
37 |
+
<li>
|
38 |
+
<?php if ($_item->getCount() > 0): ?>
|
39 |
+
<a href="<?php echo $this->urlEscape($_item->getUrl()) ?>"><?php echo $_item->getLabel() ?></a>
|
40 |
+
<?php else: echo $_item->getLabel() ?>
|
41 |
+
<?php endif; ?>
|
42 |
+
<?php if ($this->shouldDisplayProductCount()): ?>
|
43 |
+
<span class="count">(<?php echo $_item->getCount() ?>)</span>
|
44 |
+
<?php endif; ?>
|
45 |
+
</li>
|
46 |
+
<?php endforeach ?>
|
47 |
+
</ol>
|
app/design/frontend/ma2/ante/template/catalog/layer/ma2price.phtml
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @version 1.0.0
|
4 |
+
* @copyright Copyright (c) 2013 by magenmarket.com
|
5 |
+
* @author Team magenmarket.com
|
6 |
+
*/
|
7 |
+
|
8 |
+
$store = Mage::app()->getStore();
|
9 |
+
$currentId = Mage::getModel('catalog/layer')->getCurrentCategory()->getId();
|
10 |
+
$category = Mage::getModel("catalog/category")->load($currentId);
|
11 |
+
|
12 |
+
$pageIdentifier = Mage::app()->getFrontController()->getAction()->getFullActionName();
|
13 |
+
|
14 |
+
if($pageIdentifier == 'catalog_category_view'){
|
15 |
+
$filterPrice = Mage::getModel('catalog/layer_filter_price');
|
16 |
+
} else {
|
17 |
+
$filterPrice = Mage::getModel('catalog/layer_filter_price')->setLayer(Mage::getModel('catalogsearch/layer'));
|
18 |
+
}
|
19 |
+
|
20 |
+
$maxPrice = $filterPrice->getMaxPriceInt();
|
21 |
+
$priceRange = $filterPrice->getPriceRange();
|
22 |
+
$stepPrice = (int)($maxPrice / $priceRange);
|
23 |
+
$toPrice = $maxPrice;
|
24 |
+
|
25 |
+
$defaultMin = 0;
|
26 |
+
$valuesPrice = array();
|
27 |
+
for($i=0;$i<=$toPrice;$i++)
|
28 |
+
{
|
29 |
+
if($i==0 || $i%$stepPrice==0)
|
30 |
+
{
|
31 |
+
$valuesPrice[]=$i;
|
32 |
+
}
|
33 |
+
}
|
34 |
+
|
35 |
+
// price from GET
|
36 |
+
$paraPrice = $this->getRequest()->getParam('price');
|
37 |
+
$paraRequest = array();
|
38 |
+
if(isset($paraPrice)){
|
39 |
+
$paraRequest = explode('-',$paraPrice);
|
40 |
+
}
|
41 |
+
|
42 |
+
// url
|
43 |
+
$allParas = $this->getRequest()->getParams();
|
44 |
+
$builParaUrl = '';
|
45 |
+
if(isset($allParas) && !empty($allParas)){
|
46 |
+
foreach($allParas as $paras=>$para){
|
47 |
+
if(!empty($paras) && !empty($para)){
|
48 |
+
if($paras != 'id' && $paras != 'price'){
|
49 |
+
$builParaUrl .= $paras.'='.$para.'&';
|
50 |
+
}
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
54 |
+
|
55 |
+
if($pageIdentifier == 'catalog_category_view'){
|
56 |
+
$cleanUrl = $category->getUrl().'?'.$builParaUrl;
|
57 |
+
} else {
|
58 |
+
$cleanUrl = $this->getUrl('catalogsearch/result/').'?'.$builParaUrl;
|
59 |
+
}
|
60 |
+
|
61 |
+
|
62 |
+
if(!isset($paraPrice)){
|
63 |
+
$_session = Mage::getSingleton('core/session');
|
64 |
+
$_session->setData('ma2Price'.$currentId, array('to'=>$toPrice, 'step'=>$stepPrice, 'value'=>$valuesPrice));
|
65 |
+
} else {
|
66 |
+
$_session = Mage::getSingleton('core/session');
|
67 |
+
$ma2Price = $_session->getData('ma2Price'.$currentId);
|
68 |
+
|
69 |
+
$toPrice = $ma2Price['to'];
|
70 |
+
$stepPrice = $ma2Price['step'];
|
71 |
+
$valuesPrice = $ma2Price['value'];
|
72 |
+
}
|
73 |
+
?>
|
74 |
+
<div class="block category-filter-price">
|
75 |
+
<div class="block-title">
|
76 |
+
<?php echo $this->__('Price'); ?>
|
77 |
+
</div>
|
78 |
+
<div class="block-content">
|
79 |
+
<div id="filter-price-message" class="filter-price-message">
|
80 |
+
<div class="filter-price">
|
81 |
+
<?php //echo $this->__('Current Price:');?>
|
82 |
+
<span id="filter-price-min">
|
83 |
+
<span class="currency"><?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?></span>
|
84 |
+
<span id="filter-valid-min" class="price">
|
85 |
+
<?php echo (isset($paraRequest[0]) ? $paraRequest[0] : 0) ?>
|
86 |
+
</span>
|
87 |
+
</span>
|
88 |
+
<span class="separator">-</span>
|
89 |
+
<span id="filter-price-max">
|
90 |
+
<span class="currency"><?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?></span>
|
91 |
+
<span id="filter-valid-max" class="price">
|
92 |
+
<?php echo (isset($paraRequest[1]) ? $paraRequest[1] : $toPrice) ?>
|
93 |
+
</span>
|
94 |
+
</span>
|
95 |
+
</div>
|
96 |
+
<?php //if(!isset($paraPrice)):?>
|
97 |
+
<button class="filter-submit-btn button" type="button" onclick="javascript:submitFormFilter();">
|
98 |
+
<?php echo $this->__("Submit");?>
|
99 |
+
</button>
|
100 |
+
<?php //endif;?>
|
101 |
+
</div>
|
102 |
+
<div id="track" class="category-filter-price-inner">
|
103 |
+
<div id="handle-min" class="selected category-filter-price-inner-scroll-min"></div>
|
104 |
+
<div id="handle-max" class="selected category-filter-price-inner-scroll-max"></div>
|
105 |
+
</div>
|
106 |
+
|
107 |
+
<input type="hidden" id="ma2FilterPrice" name="ma2FilterPrice" value="">
|
108 |
+
<div id="error-message" class="note-msg" style="position: relative; top: 10px;"><?php echo $this->__('<span>Note: fromPrice < toPrice!</span>');?></div>
|
109 |
+
<?php echo $this->getStateHtml() ?>
|
110 |
+
</div>
|
111 |
+
</div>
|
112 |
+
<script language="javascript" type="text/javascript">
|
113 |
+
function submitFormFilter(){
|
114 |
+
var valueInput = $('ma2FilterPrice').value;
|
115 |
+
var urlSubmit = '<?php echo $cleanUrl; ?>price='+valueInput;
|
116 |
+
window.location = urlSubmit;
|
117 |
+
}
|
118 |
+
// <![CDATA[
|
119 |
+
// Filter slider control with preset values
|
120 |
+
var loadPriceSlider = function () {
|
121 |
+
var valueHiddenLoad = $('ma2FilterPrice').innerHTML;
|
122 |
+
if(valueHiddenLoad == ''){
|
123 |
+
$('error-message').hide();
|
124 |
+
}
|
125 |
+
var handles = [$('handle-min'), $('handle-max')];
|
126 |
+
var priceSlider = new Control.Slider(handles, 'track', {
|
127 |
+
range: $R(0, <?php echo $toPrice; ?>),
|
128 |
+
sliderValue: [0, <?php echo $toPrice; ?>],
|
129 |
+
values: <?php echo json_encode($valuesPrice); ?>,
|
130 |
+
step: '<?php echo $stepPrice; ?>',
|
131 |
+
restricted: true,
|
132 |
+
onSlide: function(v){
|
133 |
+
$('filter-valid-max').innerHTML = v[1];
|
134 |
+
$('filter-valid-min').innerHTML = v[0];
|
135 |
+
},
|
136 |
+
onChange: function(v){
|
137 |
+
$('ma2FilterPrice').value = v.join("-");
|
138 |
+
|
139 |
+
}
|
140 |
+
});
|
141 |
+
<?php if (isset($paraRequest[0]) && isset($paraRequest[1])): ?>
|
142 |
+
priceSlider.setValue(<?php echo $paraRequest[0] ?>, 0);
|
143 |
+
priceSlider.setValue(<?php echo $paraRequest[1] ?>, 1);
|
144 |
+
<?php endif;?>
|
145 |
+
};
|
146 |
+
loadPriceSlider();
|
147 |
+
// ]]>
|
148 |
+
</script>
|
app/design/frontend/ma2/ante/template/catalog/layer/view.phtml
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Category layered navigation
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Layer_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php if($this->canShowBlock()): ?>
|
35 |
+
<div class="block block-layered-nav">
|
36 |
+
<div class="block-title">
|
37 |
+
<strong><span><?php echo $this->__('Shop By') ?></span></strong>
|
38 |
+
</div>
|
39 |
+
<div class="block-content">
|
40 |
+
<?php echo $this->getStateHtml() ?>
|
41 |
+
<?php if ($this->getLayer()->getState()->getFilters()): ?>
|
42 |
+
<div class="actions"><a href="<?php echo $this->getClearUrl() ?>"><?php echo $this->__('Clear All') ?></a></div>
|
43 |
+
<?php endif; ?>
|
44 |
+
<?php if($this->canShowOptions()): ?>
|
45 |
+
<p class="block-subtitle"><?php echo $this->__('Shopping Options') ?></p>
|
46 |
+
<dl id="narrow-by-list">
|
47 |
+
<?php $_filters = $this->getFilters() ?>
|
48 |
+
<?php foreach ($_filters as $_filter): ?>
|
49 |
+
<?php if($_filter->getItemsCount()): ?>
|
50 |
+
<dt><?php echo $this->__($_filter->getName()) ?></dt>
|
51 |
+
<dd><?php echo $_filter->getHtml() ?></dd>
|
52 |
+
<?php endif; ?>
|
53 |
+
<?php endforeach; ?>
|
54 |
+
</dl>
|
55 |
+
<script type="text/javascript">decorateDataList('narrow-by-list')</script>
|
56 |
+
<?php endif; ?>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/catalog/navigation/category_list.phtml
CHANGED
@@ -24,18 +24,21 @@
|
|
24 |
function displaySubCategories($navBlock, $categries){
|
25 |
$_helper = Mage::helper('catalog/category');
|
26 |
if (count($categries) > 0){
|
27 |
-
echo '<ul class="
|
28 |
foreach($categries as $_subcategory){
|
29 |
if($_subcategory->getIsActive()){
|
30 |
-
$class = array();
|
31 |
if ($navBlock->isCategoryActive($_subcategory)) {
|
32 |
-
$
|
|
|
|
|
33 |
}
|
34 |
if($_subcategory->hasChildren()){
|
35 |
-
$
|
|
|
|
|
36 |
}
|
37 |
-
echo '<li id="item-'.$_subcategory->getId().'"
|
38 |
-
echo ' <a href="'.$_helper->getCategoryUrl($_subcategory).'">
|
39 |
'.$_subcategory->getName().'<span class="product-count">('.$_subcategory->getProductCount().')</span>
|
40 |
</a>';
|
41 |
|
@@ -48,44 +51,53 @@ function displaySubCategories($navBlock, $categries){
|
|
48 |
}
|
49 |
}
|
50 |
?>
|
51 |
-
<?php
|
52 |
-
$
|
53 |
-
$
|
54 |
-
|
55 |
-
|
56 |
-
<
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
}
|
72 |
-
if($_category->hasChildren()){
|
73 |
-
$class[] = 'parent';
|
74 |
-
}
|
75 |
-
?>
|
76 |
-
<li class="<?php echo implode(' ', $class); if($i==1){ echo ' first';}?>" id="item-<?php echo $_category->getId() ?>">
|
77 |
-
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>">
|
78 |
-
<span><?php echo $_category->getName() ?></span>
|
79 |
-
</a>
|
80 |
-
<?php
|
81 |
-
$_categories = Mage::getModel('catalog/category')->load($_category->getId());
|
82 |
-
$_subcategories = $_categories->getChildrenCategories();
|
83 |
-
displaySubCategories($this, $_subcategories);
|
84 |
-
?>
|
85 |
-
</li>
|
86 |
<?php endif; ?>
|
87 |
-
|
88 |
-
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
</div>
|
91 |
<?php endif; ?>
|
24 |
function displaySubCategories($navBlock, $categries){
|
25 |
$_helper = Mage::helper('catalog/category');
|
26 |
if (count($categries) > 0){
|
27 |
+
echo '<ul class="toggle-content">';
|
28 |
foreach($categries as $_subcategory){
|
29 |
if($_subcategory->getIsActive()){
|
|
|
30 |
if ($navBlock->isCategoryActive($_subcategory)) {
|
31 |
+
$current = 'class="current"';
|
32 |
+
} else {
|
33 |
+
$current = '';
|
34 |
}
|
35 |
if($_subcategory->hasChildren()){
|
36 |
+
$parent = 'class="parent"';
|
37 |
+
} else {
|
38 |
+
$parent = '';
|
39 |
}
|
40 |
+
echo '<li id="item-'.$_subcategory->getId().'" '. $parent .'>';
|
41 |
+
echo ' <a '. $current .' href="'.$_helper->getCategoryUrl($_subcategory).'">
|
42 |
'.$_subcategory->getName().'<span class="product-count">('.$_subcategory->getProductCount().')</span>
|
43 |
</a>';
|
44 |
|
51 |
}
|
52 |
}
|
53 |
?>
|
54 |
+
<?php $_helper = Mage::helper('catalog/category') ?>
|
55 |
+
<?php $_categories = $_helper->getStoreCategories() ?>
|
56 |
+
<?php $uniqId = Mage::helper('core')->uniqHash(''); ?>
|
57 |
+
<?php if (count($_categories) > 0): ?>
|
58 |
+
<div class="widget block-categories">
|
59 |
+
<h3 class="block-title">
|
60 |
+
<span>Shop by Category</span>
|
61 |
+
</h3>
|
62 |
+
<ul id="categories_accordion-<?php echo $uniqId; ?>" class="list-category accordion">
|
63 |
+
<?php foreach($_categories as $_category): ?>
|
64 |
+
<?php if($_category->getIsActive()): ?>
|
65 |
+
<li id="item-<?php echo $_category->getId(); ?>" <?php echo $_category->hasChildren() ? 'class="parent"' : '' ?>>
|
66 |
+
<?php $_category = Mage::getModel('catalog/category')
|
67 |
+
->load($_category->getId()) ?>
|
68 |
+
|
69 |
+
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>"<?php if ($this->isCategoryActive($_category)): ?> class="current"<?php endif; ?>>
|
70 |
+
<?php echo $_category->getName() ?><span class="product-count">(<?php echo $_category->getProductCount() ?>)</span>
|
71 |
+
</a>
|
72 |
+
<?php if($_category->hasChildren()) : ?>
|
73 |
+
<span class="toggle">toggle</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
<?php endif; ?>
|
75 |
+
<?php
|
76 |
+
$_subcategories = $_category->getChildrenCategories();
|
77 |
+
displaySubCategories($this, $_subcategories);
|
78 |
+
?>
|
79 |
+
</li>
|
80 |
+
<?php endif; ?>
|
81 |
+
<?php endforeach; ?>
|
82 |
+
</ul>
|
83 |
+
<script type="text/javascript">
|
84 |
+
//<![CDATA[
|
85 |
+
document.observe("dom:loaded", function(){
|
86 |
+
//$$('.accordion .toggle-content').each(function(el){el.hide();});
|
87 |
+
$$('.toggle-content').invoke('hide');
|
88 |
+
|
89 |
+
/* Effect.toggle($$('.accordion .toggle-content').first(), 'slide');
|
90 |
+
$$('.accordion .toggle').first().toggleClassName('toggle-active'); */
|
91 |
+
|
92 |
+
$$('.accordion .toggle').each(function(el){
|
93 |
+
el.observe('click', function(event){
|
94 |
+
Event.stop(event);
|
95 |
+
Effect.toggle(el.next('.toggle-content'), 'slide', {delay: 0.3 , duration: 0.3});
|
96 |
+
this.toggleClassName('toggle-active');
|
97 |
+
});
|
98 |
+
});
|
99 |
+
});
|
100 |
+
//]]>
|
101 |
+
</script>
|
102 |
</div>
|
103 |
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/catalog/product/list.phtml
CHANGED
@@ -23,159 +23,171 @@
|
|
23 |
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
31 |
$_productCollection=$this->getLoadedProductCollection();
|
32 |
$_helper = $this->helper('catalog/output');
|
33 |
-
if(!$_productCollection->count()):
|
34 |
?>
|
|
|
35 |
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
36 |
<?php else: ?>
|
37 |
<div class="category-products">
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
<div class="f-fix-first">
|
51 |
-
<?php
|
52 |
-
// Get the news_from_date
|
53 |
-
$newsFromDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getNewsFromDate();
|
54 |
-
// Get the news_to_date
|
55 |
-
$newstoDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getNewsToDate();
|
56 |
-
// Get the to day
|
57 |
-
$today = time();
|
58 |
-
|
59 |
-
$stocklevel = (int)Mage::getModel('cataloginventory/stock_item')
|
60 |
-
->loadByProduct($_product)->getQty();
|
61 |
-
?>
|
62 |
-
<div class="button-new-available">
|
63 |
-
|
64 |
-
<?php
|
65 |
-
if($newsFromDate):
|
66 |
-
if(($today >= strtotime($newsFromDate) && $today <= strtotime($newstoDate)) || ($today >= strtotime($newsFromDate) && empty($newstoDate))):
|
67 |
-
?>
|
68 |
-
<div class="label-new">
|
69 |
-
<?php echo $this->__("NEW");?>
|
70 |
-
</div>
|
71 |
-
<?php
|
72 |
-
endif;
|
73 |
-
endif;
|
74 |
-
?>
|
75 |
-
|
76 |
<?php
|
77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
?>
|
79 |
-
<div class="
|
80 |
-
|
|
|
81 |
</div>
|
82 |
-
<?php
|
83 |
-
else:
|
84 |
-
?>
|
85 |
-
<div class="label-available">
|
86 |
-
<?php echo $this->__("NOT AVAILABLE");?>
|
87 |
-
</div>
|
88 |
-
<?php
|
89 |
-
endif;
|
90 |
-
?>
|
91 |
-
</div>
|
92 |
-
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
93 |
-
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
|
94 |
-
<div class="desc std">
|
95 |
-
<?php
|
96 |
-
$desc = $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description');
|
97 |
-
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
98 |
-
echo $shortDesc[0] . '...';
|
99 |
-
?>
|
100 |
-
</div>
|
101 |
-
<ul class="add-to-links">
|
102 |
-
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
103 |
-
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
104 |
-
<?php endif; ?>
|
105 |
-
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
106 |
-
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
107 |
-
<?php endif; ?>
|
108 |
-
</ul>
|
109 |
-
<?php if($_product->getRatingSummary()): ?>
|
110 |
-
<?php echo str_replace('class="title-rating"','class="tab-rev"',$this->getReviewsSummaryHtml($_product)); ?>
|
111 |
-
<?php endif; ?>
|
112 |
-
</div>
|
113 |
-
<div class="f-fix-last">
|
114 |
-
<?php echo $this->getPriceHtml($_product, true) ?>
|
115 |
-
<?php if($_product->isSaleable()): ?>
|
116 |
-
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
117 |
-
<?php else: ?>
|
118 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
119 |
-
<?php endif; ?>
|
120 |
-
<div class="ma2-detail">
|
121 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="btn-detail">DETAIL</a>
|
122 |
-
</div>
|
123 |
-
</div>
|
124 |
-
</div>
|
125 |
-
</div>
|
126 |
-
</li>
|
127 |
-
<?php endforeach; ?>
|
128 |
-
</ol>
|
129 |
-
<script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
|
130 |
-
<?php else: ?>
|
131 |
-
<?php // Grid Mode ?>
|
132 |
-
<?php $_collectionSize = $_productCollection->count() ?>
|
133 |
-
<?php $_columnCount = $this->getColumnCount(); ?>
|
134 |
-
<?php $i=0; foreach ($_productCollection as $_product): ?>
|
135 |
-
<?php if ($i++%$_columnCount==0): ?>
|
136 |
-
<ul class="products-grid">
|
137 |
-
<?php endif ?>
|
138 |
-
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
139 |
-
<div class="item-content">
|
140 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
141 |
-
<div class="product-title">
|
142 |
-
<h2 class="product-name">
|
143 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
|
144 |
-
<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
|
145 |
-
</a>
|
146 |
-
</h2>
|
147 |
-
</div>
|
148 |
-
<?php if($_product->getRatingSummary()): ?>
|
149 |
-
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
150 |
-
<?php endif; ?>
|
151 |
-
<div class="border-style">
|
152 |
-
<?php echo $this->getPriceHtml($_product, true) ?>
|
153 |
-
<div class="actions">
|
154 |
-
<?php if($_product->isSaleable()): ?>
|
155 |
-
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
156 |
-
<?php else: ?>
|
157 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
158 |
-
<?php endif; ?>
|
159 |
-
<ul class="add-to-links">
|
160 |
-
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
161 |
-
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
162 |
<?php endif; ?>
|
163 |
-
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
164 |
-
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
165 |
-
<?php endif; ?>
|
166 |
-
</ul>
|
167 |
</div>
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
</div>
|
181 |
-
<?php endif; ?>
|
23 |
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Product list template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Product_List
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
$_productCollection=$this->getLoadedProductCollection();
|
36 |
$_helper = $this->helper('catalog/output');
|
|
|
37 |
?>
|
38 |
+
<?php if(!$_productCollection->count()): ?>
|
39 |
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
40 |
<?php else: ?>
|
41 |
<div class="category-products">
|
42 |
+
<div class="toolbar-top">
|
43 |
+
<?php echo $this->getToolbarHtml() ?>
|
44 |
+
</div>
|
45 |
+
<?php // List mode ?>
|
46 |
+
<?php if($this->getMode()!='grid'): ?>
|
47 |
+
<?php $_iterator = 0; ?>
|
48 |
+
<ol class="products-list" id="products-list">
|
49 |
+
<?php foreach ($_productCollection as $_product): ?>
|
50 |
+
<li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
|
51 |
+
<?php // Product Image ?>
|
52 |
+
<div class="product-image">
|
53 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(400, 400); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
<?php
|
55 |
+
//product sale-off
|
56 |
+
$firstPrice = (float)$_product->getPrice();
|
57 |
+
$finalPrice = (float)$_product->getFinalPrice();
|
58 |
+
if ($firstPrice != $finalPrice) :
|
59 |
+
if ($finalPrice < $firstPrice) {
|
60 |
+
$percent = (($firstPrice - $finalPrice)/$firstPrice) * 100;
|
61 |
+
} elseif ($finalPrice > $firstPrice) {
|
62 |
+
$percent = (($finalPrice - $firstPrice)/$finalPrice) * 100;
|
63 |
+
}
|
64 |
?>
|
65 |
+
<div class="product-sale-off">
|
66 |
+
<span class="sale-off-percent-num"><?php echo number_format($percent, 0); ?><span class="percent-char">%</span></span><br />
|
67 |
+
<span class="sale-off-label"><?php echo $this->__('Off'); ?></span>
|
68 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
<?php endif; ?>
|
|
|
|
|
|
|
|
|
70 |
</div>
|
71 |
+
<?php // Product description ?>
|
72 |
+
<div class="product-more">
|
73 |
+
<div class="f-fix">
|
74 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
75 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
|
76 |
+
|
77 |
+
<div class="desc">
|
78 |
+
<?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
|
79 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('View More') ?></a>
|
80 |
+
</div>
|
81 |
+
|
82 |
+
<?php if($_product->getRatingSummary()): ?>
|
83 |
+
<?php echo $this->getReviewsSummaryHtml($_product) ?>
|
84 |
+
<?php endif; ?>
|
85 |
+
|
86 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
87 |
+
|
88 |
+
<div class="actions">
|
89 |
+
<?php if($_product->isSaleable()): ?>
|
90 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
91 |
+
<?php else: ?>
|
92 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
93 |
+
<?php endif; ?>
|
94 |
+
<ul class="add-to-links">
|
95 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
96 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
97 |
+
<?php endif; ?>
|
98 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
99 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
100 |
+
<?php endif; ?>
|
101 |
+
</ul>
|
102 |
+
</div>
|
103 |
+
</div>
|
104 |
+
</div>
|
105 |
+
</li>
|
106 |
+
<?php endforeach; ?>
|
107 |
+
</ol>
|
108 |
+
<script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
|
109 |
+
|
110 |
+
<?php else: ?>
|
111 |
+
|
112 |
+
<?php // Grid Mode ?>
|
113 |
+
|
114 |
+
<?php $_collectionSize = $_productCollection->count() ?>
|
115 |
+
<?php
|
116 |
+
$_columnCount = $this->getColumnCount();
|
117 |
+
$pwidth = ' width' . floor (100 / $_columnCount);
|
118 |
+
$todayDate = Mage::app()->getLocale()->date()->toString(Varien_Date::DATETIME_INTERNAL_FORMAT);
|
119 |
+
?>
|
120 |
+
<?php $i=0; foreach ($_productCollection as $_product): ?>
|
121 |
+
<?php if ($i++%$_columnCount==0): ?>
|
122 |
+
<ul class="products-grid">
|
123 |
+
<?php endif ?>
|
124 |
+
<li class="<?php echo $new ? 'new' : ''; ?> <?php echo $pwidth; ?> item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
125 |
+
<div class="product-item-inner spacer">
|
126 |
+
<div class="product-image">
|
127 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(400, 400); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
128 |
+
<?php
|
129 |
+
//product sale-off
|
130 |
+
$firstPrice = (float)$_product->getPrice();
|
131 |
+
$finalPrice = (float)$_product->getFinalPrice();
|
132 |
+
if ($firstPrice != $finalPrice) :
|
133 |
+
if ($finalPrice < $firstPrice) {
|
134 |
+
$percent = (($firstPrice - $finalPrice)/$firstPrice) * 100;
|
135 |
+
} elseif ($finalPrice > $firstPrice) {
|
136 |
+
$percent = (($finalPrice - $firstPrice)/$finalPrice) * 100;
|
137 |
+
}
|
138 |
+
?>
|
139 |
+
<div class="product-sale-off">
|
140 |
+
<span class="sale-off-percent-num"><?php echo number_format($percent, 0); ?><span class="percent-char">%</span></span><br />
|
141 |
+
<span class="sale-off-label"><?php echo $this->__('Off'); ?></span>
|
142 |
+
</div>
|
143 |
+
<?php endif; ?>
|
144 |
+
</div>
|
145 |
+
<div class="product-more">
|
146 |
+
<h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h3>
|
147 |
+
|
148 |
+
<?php
|
149 |
+
$product_desc = $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description');
|
150 |
+
if(!empty($product_desc)){
|
151 |
+
$product_desc = explode('|', wordwrap($product_desc, 90, '|')); ?>
|
152 |
+
<div class="desc">
|
153 |
+
<?php echo $product_desc[0] .'...'; ?>
|
154 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('View More') ?></a>
|
155 |
+
</div>
|
156 |
+
<?php } ?>
|
157 |
+
|
158 |
+
<?php if($_product->getRatingSummary()): ?>
|
159 |
+
<?php echo $this->getReviewsSummaryHtml($_product) ?>
|
160 |
+
<?php endif; ?>
|
161 |
+
|
162 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
163 |
+
|
164 |
+
<div class="actions">
|
165 |
+
<?php if($_product->isSaleable()): ?>
|
166 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
167 |
+
<?php else: ?>
|
168 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
169 |
+
<?php endif; ?>
|
170 |
+
<ul class="add-to-links">
|
171 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
172 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
173 |
+
<?php endif; ?>
|
174 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
175 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
176 |
+
<?php endif; ?>
|
177 |
+
</ul>
|
178 |
+
</div>
|
179 |
+
</div>
|
180 |
+
</div>
|
181 |
+
</li>
|
182 |
+
<?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
|
183 |
+
</ul>
|
184 |
+
<?php endif ?>
|
185 |
+
<?php endforeach ?>
|
186 |
+
<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
|
187 |
+
<?php endif; ?>
|
188 |
+
|
189 |
+
<div class="toolbar-bottom">
|
190 |
+
<?php echo $this->getToolbarHtml() ?>
|
191 |
+
</div>
|
192 |
</div>
|
193 |
+
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/catalog/product/list/related.phtml
CHANGED
@@ -25,82 +25,86 @@
|
|
25 |
*/
|
26 |
?>
|
27 |
<?php if($this->getItems()->getSize()): ?>
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
<
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
|
|
104 |
<script type="text/javascript">decorateList('block-related', 'none-recursive')</script>
|
105 |
</div>
|
106 |
<script type="text/javascript">
|
@@ -108,6 +112,7 @@
|
|
108 |
$$('.related-checkbox').each(function(elem){
|
109 |
Event.observe(elem, 'click', addRelatedToProduct)
|
110 |
});
|
|
|
111 |
var relatedProductsCheckFlag = false;
|
112 |
function selectAllRelated(txt){
|
113 |
if (relatedProductsCheckFlag == false) {
|
@@ -125,6 +130,7 @@
|
|
125 |
}
|
126 |
addRelatedToProduct();
|
127 |
}
|
|
|
128 |
function addRelatedToProduct(){
|
129 |
var checkboxes = $$('.related-checkbox');
|
130 |
var values = [];
|
@@ -135,7 +141,32 @@
|
|
135 |
$('related-products-field').value = values.join(',');
|
136 |
}
|
137 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
//]]>
|
139 |
</script>
|
|
|
140 |
</div>
|
141 |
-
<?php endif ?>
|
25 |
*/
|
26 |
?>
|
27 |
<?php if($this->getItems()->getSize()): ?>
|
28 |
+
<?php
|
29 |
+
$total = $this->getItems()->count();
|
30 |
+
$_columnCount = $this->getColumnCount();
|
31 |
+
$pwidth = ' width'. floor(100 / $_columnCount);
|
32 |
+
$i = 0;
|
33 |
+
$uniqId = Mage::helper('core')->uniqHash('');
|
34 |
+
?>
|
35 |
+
<div id="block-related-<?php echo $uniqId; ?>" class="block block-related">
|
36 |
+
<h3 class="block-title">
|
37 |
+
<strong><span><?php echo $this->__('Related Products') ?></span></strong>
|
38 |
+
</h3>
|
39 |
+
<?php if(!$total): ?>
|
40 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
41 |
+
<?php else: ?>
|
42 |
+
<div id="related-slider-<?php echo $uniqId; ?>" class="block-content related-slider carousel">
|
43 |
+
<p class="block-subtitle"><?php echo $this->__('Check items to add to the cart or') ?> <a href="#" onclick="selectAllRelated(this); return false;"><?php echo $this->__('select all') ?></a></p>
|
44 |
+
<div class="controls">
|
45 |
+
<a rel="next" class="carousel-control ico-next" href="javascript:">Next</a>
|
46 |
+
<a rel="prev" class="carousel-control ico-prev" href="javascript:">Previous</a>
|
47 |
+
</div>
|
48 |
+
<div class="middle">
|
49 |
+
<ul class="related-products-list inner">
|
50 |
+
<?php foreach($this->getItems() as $_item): ?>
|
51 |
+
<li class="item related-slide<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
52 |
+
<?php if(!$_item->isComposite() && $_item->isSaleable()): ?>
|
53 |
+
<?php if (!$_item->getRequiredOptions()): ?>
|
54 |
+
<input type="checkbox" class="checkbox related-checkbox" id="related-checkbox<?php echo $_item->getId() ?>" name="related_products[]" value="<?php echo $_item->getId() ?>" />
|
55 |
+
<?php endif; ?>
|
56 |
+
<?php endif; ?>
|
57 |
+
<div class="product product-item-inner">
|
58 |
+
<?php // Product Image ?>
|
59 |
+
<div class="product-image">
|
60 |
+
<a href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_item, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'small_image')->resize(400, 400); ?>" width="400" height="400" alt="<?php echo $this->stripTags($this->getImageLabel($_item, 'small_image'), null, true) ?>" /></a>
|
61 |
+
<?php
|
62 |
+
//product sale-off
|
63 |
+
$firstPrice = (float)$_item->getPrice();
|
64 |
+
$finalPrice = (float)$_item->getFinalPrice();
|
65 |
+
if ($firstPrice != $finalPrice) :
|
66 |
+
if ($finalPrice < $firstPrice) {
|
67 |
+
$percent = (($firstPrice - $finalPrice)/$firstPrice) * 100;
|
68 |
+
} elseif ($finalPrice > $firstPrice) {
|
69 |
+
$percent = (($finalPrice - $firstPrice)/$finalPrice) * 100;
|
70 |
+
}
|
71 |
+
?>
|
72 |
+
<div class="product-sale-off">
|
73 |
+
<span class="sale-off-percent-num"><?php echo number_format($percent, 0); ?><span class="percent-char">%</span></span><br>
|
74 |
+
<span class="sale-off-label"><?php echo $this->__('Off'); ?></span>
|
75 |
+
</div>
|
76 |
+
<?php endif; ?>
|
77 |
+
</div>
|
78 |
+
<?php // Product description ?>
|
79 |
+
<div class="product-details">
|
80 |
+
<p class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></p>
|
81 |
+
<?php //if($_item->getRatingSummary()): ?>
|
82 |
+
<?php echo $this->getReviewsSummaryHtml($_item) ?>
|
83 |
+
<?php //endif; ?>
|
84 |
+
<?php echo $this->getPriceHtml($_item, true, '-related') ?>
|
85 |
+
<div class="actions">
|
86 |
+
<?php if($_item->isSaleable()): ?>
|
87 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_item) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
88 |
+
<?php else: ?>
|
89 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
90 |
+
<?php endif; ?>
|
91 |
+
<ul class="add-to-links">
|
92 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
93 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
94 |
+
<?php endif; ?>
|
95 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
|
96 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
97 |
+
<?php endif; ?>
|
98 |
+
</ul>
|
99 |
+
</div>
|
100 |
+
</div>
|
101 |
+
</div>
|
102 |
+
</li>
|
103 |
+
<?php endforeach; ?>
|
104 |
+
<script type="text/javascript">decorateGeneric($$('ul.related-row-list'), ['odd','even','first','last'])</script>
|
105 |
+
<?php //endif; ?>
|
106 |
+
</ul>
|
107 |
+
</div>
|
108 |
<script type="text/javascript">decorateList('block-related', 'none-recursive')</script>
|
109 |
</div>
|
110 |
<script type="text/javascript">
|
112 |
$$('.related-checkbox').each(function(elem){
|
113 |
Event.observe(elem, 'click', addRelatedToProduct)
|
114 |
});
|
115 |
+
|
116 |
var relatedProductsCheckFlag = false;
|
117 |
function selectAllRelated(txt){
|
118 |
if (relatedProductsCheckFlag == false) {
|
130 |
}
|
131 |
addRelatedToProduct();
|
132 |
}
|
133 |
+
|
134 |
function addRelatedToProduct(){
|
135 |
var checkboxes = $$('.related-checkbox');
|
136 |
var values = [];
|
141 |
$('related-products-field').value = values.join(',');
|
142 |
}
|
143 |
}
|
144 |
+
|
145 |
+
// carousel slider
|
146 |
+
Event.observe(window, "load", function() {
|
147 |
+
var slideWidth = $('block-related-<?php echo $uniqId; ?>').getWidth();
|
148 |
+
$$('.inner .related-slide').each(function(element){
|
149 |
+
element.setStyle({
|
150 |
+
width : slideWidth - 60 + 'px'
|
151 |
+
});
|
152 |
+
});
|
153 |
+
});
|
154 |
+
new Carousel($('related-slider-<?php echo $uniqId; ?>').down('.middle'),
|
155 |
+
$('related-slider-<?php echo $uniqId; ?>').select('.related-slide'),
|
156 |
+
$('related-slider-<?php echo $uniqId; ?>').select('.controls a'),
|
157 |
+
{
|
158 |
+
duration: 0.4, //The duration of a full jump
|
159 |
+
auto: false, //When true the Carousel will move on it's own without needing triggers. Useful for slideshows
|
160 |
+
frequency: 3, //When auto is true, this dictates how long a slides stays put before the next jump
|
161 |
+
circular: false, //By default when the first/last slide is reached, calling prev/next does nothing. If you want the effect to continue, you must do two things: Set the circular parameter true and duplicate the first slide in the HTML. It's the only way of giving the impression of a continous movement.
|
162 |
+
wheel: false, //Whether or not to slide when using the mouse wheel over the slides
|
163 |
+
visibleSlides: 1, //Even though multiple slides can be made visible at once by styling, this parameters is needed in some calculations
|
164 |
+
effect: "scroll", //You can choose between scroll and fade. When using fade, circular and duplicating the first slide is no longer necessary (see Example 3 for the fade effect)
|
165 |
+
transition: "sinoidal" //The two supported transitions are sinoidal and spring (see Example 2 for spring)
|
166 |
+
}
|
167 |
+
);
|
168 |
//]]>
|
169 |
</script>
|
170 |
+
<?php endif; ?>
|
171 |
</div>
|
172 |
+
<?php endif ?>
|
app/design/frontend/ma2/ante/template/catalog/product/list/toolbar.phtml
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Product list toolbar
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Product_List_Toolbar
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php if($this->getCollection()->getSize()): ?>
|
35 |
+
<div class="toolbar">
|
36 |
+
<?php if( $this->isExpanded() ): ?>
|
37 |
+
<div class="view-mode">
|
38 |
+
<?php if( $this->isEnabledViewSwitcher() ): ?>
|
39 |
+
<div class="swich-mode">
|
40 |
+
<?php $_modes = $this->getModes(); ?>
|
41 |
+
<?php if($_modes && count($_modes)>1): ?>
|
42 |
+
<label><?php echo $this->__('View as') ?>:</label>
|
43 |
+
<?php foreach ($this->getModes() as $_code=>$_label): ?>
|
44 |
+
<?php if($this->isModeActive($_code)): ?>
|
45 |
+
<strong title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><span><?php echo $_label ?></span></strong>
|
46 |
+
<?php else: ?>
|
47 |
+
<a href="<?php echo $this->getModeUrl($_code) ?>" title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><span><?php echo $_label ?></span></a>
|
48 |
+
<?php endif; ?>
|
49 |
+
<?php endforeach; ?>
|
50 |
+
<?php endif; ?>
|
51 |
+
</div>
|
52 |
+
<?php endif; ?>
|
53 |
+
</div>
|
54 |
+
<?php endif; ?>
|
55 |
+
|
56 |
+
<?php if( $this->isExpanded() ): ?>
|
57 |
+
<div class="sort-by">
|
58 |
+
<label><?php echo $this->__('Sort By') ?></label>
|
59 |
+
<select onchange="setLocation(this.value)">
|
60 |
+
<?php foreach($this->getAvailableOrders() as $_key=>$_order): ?>
|
61 |
+
<option value="<?php echo $this->getOrderUrl($_key, 'asc') ?>"<?php if($this->isOrderCurrent($_key)): ?> selected="selected"<?php endif; ?>>
|
62 |
+
<?php echo $this->__($_order) ?>
|
63 |
+
</option>
|
64 |
+
<?php endforeach; ?>
|
65 |
+
</select>
|
66 |
+
<?php if($this->getCurrentDirection() == 'desc'): ?>
|
67 |
+
<a href="<?php echo $this->getOrderUrl(null, 'asc') ?>" title="<?php echo $this->__('Set Ascending Direction') ?>"><img src="<?php echo $this->getSkinUrl('images/i_desc_arrow.gif') ?>" alt="<?php echo $this->__('Set Ascending Direction') ?>" class="v-middle" /></a>
|
68 |
+
<?php else: ?>
|
69 |
+
<a href="<?php echo $this->getOrderUrl(null, 'desc') ?>" title="<?php echo $this->__('Set Descending Direction') ?>"><img src="<?php echo $this->getSkinUrl('images/i_asc_arrow.gif') ?>" alt="<?php echo $this->__('Set Descending Direction') ?>" class="v-middle" /></a>
|
70 |
+
<?php endif; ?>
|
71 |
+
</div>
|
72 |
+
<?php endif; ?>
|
73 |
+
|
74 |
+
<?php if(count($this->getAvailableLimit())) : ?>
|
75 |
+
<div class="limiter">
|
76 |
+
<label><?php echo $this->__('Show') ?></label>
|
77 |
+
<select onchange="setLocation(this.value)">
|
78 |
+
<?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
|
79 |
+
<option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
|
80 |
+
<?php echo $_limit ?>
|
81 |
+
</option>
|
82 |
+
<?php endforeach; ?>
|
83 |
+
</select> <?php echo $this->__('per page') ?>
|
84 |
+
</div>
|
85 |
+
<?php endif; ?>
|
86 |
+
|
87 |
+
<div class="amount">
|
88 |
+
<?php if($this->getLastPageNum()>1): ?>
|
89 |
+
<?php echo $this->__('%s - %s', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
|
90 |
+
<?php else: ?>
|
91 |
+
<span><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></span>
|
92 |
+
<?php endif; ?>
|
93 |
+
</div>
|
94 |
+
|
95 |
+
<?php if(trim($this->getPagerHtml()) != '') : ?>
|
96 |
+
<div class="pager">
|
97 |
+
<?php echo $this->getPagerHtml() ?>
|
98 |
+
</div>
|
99 |
+
<?php endif; ?>
|
100 |
+
</div>
|
101 |
+
<?php endif ?>
|
app/design/frontend/ma2/ante/template/catalog/product/list/upsell.phtml
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if(count($this->getItemCollection()->getItems())): ?>
|
28 |
+
<div class="box-collateral box-up-sell">
|
29 |
+
<h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
|
30 |
+
<table class="products-grid" id="upsell-product-table">
|
31 |
+
<?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
|
32 |
+
<?php $this->resetItemsIterator() ?>
|
33 |
+
<?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
|
34 |
+
<tr>
|
35 |
+
<?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
|
36 |
+
<?php if($_link=$this->getIterableItem()): ?>
|
37 |
+
<td>
|
38 |
+
<a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(350, 360) ?>" width="350" height="360" alt="<?php echo $this->escapeHtml($_link->getName()) ?>" /></a>
|
39 |
+
<h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_link->getName()) ?>"><?php echo $this->escapeHtml($_link->getName()) ?></a></h3>
|
40 |
+
<?php echo $this->getReviewsSummaryHtml($_link) ?>
|
41 |
+
<?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
|
42 |
+
</td>
|
43 |
+
<?php else: ?>
|
44 |
+
<td class="empty"> </td>
|
45 |
+
<?php endif; ?>
|
46 |
+
<?php endfor; ?>
|
47 |
+
</tr>
|
48 |
+
<?php endfor; ?>
|
49 |
+
</table>
|
50 |
+
<script type="text/javascript">decorateTable('upsell-product-table')</script>
|
51 |
+
</div>
|
52 |
+
<?php endif ?>
|
app/design/frontend/ma2/ante/template/catalog/product/new.phtml
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
$_columnCount = $this->getColumnCount();
|
29 |
+
$pwidth = ' width' . floor (100 / $_columnCount);
|
30 |
+
?>
|
31 |
+
<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
|
32 |
+
<div class="new-products">
|
33 |
+
<h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
|
34 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
35 |
+
<?php $i=0; foreach ($_products->getItems() as $_product): ?>
|
36 |
+
<?php if ($i++%$_columnCount==0): ?>
|
37 |
+
<ul class="products-grid">
|
38 |
+
<?php endif ?>
|
39 |
+
<li class="item<?php echo $pwidth; ?><?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
40 |
+
<div class="spacer product-item-inner">
|
41 |
+
<div class="product-image">
|
42 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(400, 400) ?>" alt="<?php echo $this->escapeHtml($_product->getName()) ?>" /></a>
|
43 |
+
<?php
|
44 |
+
//product sale-off
|
45 |
+
$firstPrice = (float)$_product->getPrice();
|
46 |
+
$finalPrice = (float)$_product->getFinalPrice();
|
47 |
+
if ($firstPrice != $finalPrice) :
|
48 |
+
if ($finalPrice < $firstPrice) {
|
49 |
+
$percent = (($firstPrice - $finalPrice)/$firstPrice) * 100;
|
50 |
+
} elseif ($finalPrice > $firstPrice) {
|
51 |
+
$percent = (($finalPrice - $firstPrice)/$finalPrice) * 100;
|
52 |
+
}
|
53 |
+
?>
|
54 |
+
<div class="product-sale-off">
|
55 |
+
<span class="sale-off-percent-num"><?php echo number_format($percent, 0); ?><span class="percent-char">%</span></span><br />
|
56 |
+
<span class="sale-off-label"><?php echo $this->__('Off'); ?></span>
|
57 |
+
</div>
|
58 |
+
<?php endif; ?>
|
59 |
+
</div>
|
60 |
+
|
61 |
+
<?php echo $this->getPriceHtml($_product, true, '-new') ?>
|
62 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
63 |
+
|
64 |
+
<h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_product->getName()) ?>"><?php echo $this->escapeHtml($_product->getName()) ?></a></h3>
|
65 |
+
|
66 |
+
<div class="actions">
|
67 |
+
<ul class="add-to-links">
|
68 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
69 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist" title="<?php echo $this->__('Add to Wishlist') ?>"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
70 |
+
<?php endif; ?>
|
71 |
+
|
72 |
+
<?php if($_product->isSaleable()): ?>
|
73 |
+
<li><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></li>
|
74 |
+
<?php else: ?>
|
75 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
76 |
+
<?php endif; ?>
|
77 |
+
|
78 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
79 |
+
|
80 |
+
<li><a href="<?php echo $_compareUrl ?>" class="link-compare" title="<?php echo $this->__('Add to Compare') ?>"><?php echo $this->__('Add to Compare') ?></a></li>
|
81 |
+
<?php endif; ?>
|
82 |
+
</ul>
|
83 |
+
</div>
|
84 |
+
</div>
|
85 |
+
</li>
|
86 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
87 |
+
</ul>
|
88 |
+
<?php endif ?>
|
89 |
+
<?php endforeach; ?>
|
90 |
+
</div>
|
91 |
+
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/catalog/product/price.phtml
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
|
|
27 |
<?php
|
28 |
/**
|
29 |
* Template for displaying product price in different places (products grid, product view page etc)
|
@@ -38,6 +39,7 @@
|
|
38 |
/* @var $_coreHelper Mage_Core_Helper_Data */
|
39 |
/* @var $_weeeHelper Mage_Weee_Helper_Data */
|
40 |
/* @var $_taxHelper Mage_Tax_Helper_Data */
|
|
|
41 |
$_product = $this->getProduct();
|
42 |
$_storeId = $_product->getStoreId();
|
43 |
$_id = $_product->getId();
|
@@ -46,13 +48,7 @@
|
|
46 |
$_minimalPriceValue = $_product->getMinimalPrice();
|
47 |
$_minimalPrice = $_taxHelper->getPrice($_product, $_minimalPriceValue, $_simplePricesTax);
|
48 |
?>
|
49 |
-
|
50 |
-
/**
|
51 |
-
* Created OMG & VDH
|
52 |
-
**/
|
53 |
-
//$helper_data = $this->helper('manageimage');
|
54 |
-
$_color_price = $this->getColorPriceProduct();
|
55 |
-
?>
|
56 |
<?php if (!$_product->isGrouped()): ?>
|
57 |
<?php $_weeeTaxAmount = $_weeeHelper->getAmountForDisplay($_product); ?>
|
58 |
<?php if ($_weeeHelper->typeOfDisplay($_product, array(Mage_Weee_Model_Tax::DISPLAY_INCL_DESCR, Mage_Weee_Model_Tax::DISPLAY_EXCL_DESCR_INCL, 4))): ?>
|
@@ -64,7 +60,8 @@
|
|
64 |
<?php $_attributes = $_weeeHelper->getProductWeeeAttributesForRenderer($_product, null, null, null, true); ?>
|
65 |
<?php $_weeeTaxAmountInclTaxes = $_weeeHelper->getAmountInclTaxes($_attributes); ?>
|
66 |
<?php endif; ?>
|
67 |
-
|
|
|
68 |
<?php $_price = $_taxHelper->getPrice($_product, $_product->getPrice()) ?>
|
69 |
<?php $_regularPrice = $_taxHelper->getPrice($_product, $_product->getPrice(), $_simplePricesTax) ?>
|
70 |
<?php $_finalPrice = $_taxHelper->getPrice($_product, $_product->getFinalPrice()) ?>
|
@@ -163,11 +160,11 @@
|
|
163 |
<?php endif; ?>
|
164 |
<?php else: ?>
|
165 |
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
|
166 |
-
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
167 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
168 |
</span>
|
169 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
|
170 |
-
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
171 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
172 |
</span>
|
173 |
<span class="weee">(
|
@@ -178,7 +175,7 @@
|
|
178 |
<?php endforeach; ?>
|
179 |
)</span>
|
180 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
|
181 |
-
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
182 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
183 |
</span>
|
184 |
<span class="weee">(
|
@@ -189,54 +186,43 @@
|
|
189 |
<?php endforeach; ?>
|
190 |
)</span>
|
191 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
|
192 |
-
<span class="price"><?php echo $_coreHelper->currency($_price,true,true) ?></span><br />
|
193 |
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
194 |
<span class="weee">
|
195 |
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
|
196 |
</span>
|
197 |
<?php endforeach; ?>
|
198 |
-
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
199 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
200 |
</span>
|
201 |
<?php else: ?>
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
<?php if ($_finalPrice == $_price): ?>
|
206 |
-
<?php
|
207 |
-
$old_class_price = 'price';
|
208 |
-
$corePrice = $_coreHelper->currency($_price, true, true);
|
209 |
-
$addPrice = str_replace("price","",$corePrice); $endPrice = '<span '.$_color_price.'>'.$addPrice.'</span>';
|
210 |
-
?>
|
211 |
-
<?php echo $endPrice;?>
|
212 |
<?php else: ?>
|
213 |
-
|
214 |
-
$corefinalPrice = $_coreHelper->currency($_finalPrice, true, true); $addfinalPrice = str_replace("price","",$corefinalPrice);
|
215 |
-
$endfinalPrice = '<span '.$_color_price.'>'.$addfinalPrice.'</span>';
|
216 |
-
?>
|
217 |
-
<?php echo $endfinalPrice; ?>
|
218 |
<?php endif; ?>
|
219 |
-
</span
|
220 |
<?php endif; ?>
|
221 |
<?php endif; ?>
|
222 |
<?php else: /* if ($_finalPrice == $_price): */ ?>
|
223 |
<?php $_originalWeeeTaxAmount = $_weeeHelper->getOriginalAmount($_product); ?>
|
|
|
224 |
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
|
225 |
<p class="old-price">
|
226 |
-
|
227 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
228 |
<?php echo $_coreHelper->currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
|
229 |
</span>
|
230 |
</p>
|
|
|
231 |
<?php if ($_taxHelper->displayBothPrices()): ?>
|
232 |
<p class="special-price">
|
233 |
-
|
234 |
<span class="price-excluding-tax">
|
235 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
236 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
237 |
-
|
238 |
-
<?php echo $_coreHelper->currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
|
239 |
-
</span>
|
240 |
</span>
|
241 |
</span>
|
242 |
<span class="price-including-tax">
|
@@ -248,27 +234,27 @@
|
|
248 |
</p>
|
249 |
<?php else: ?>
|
250 |
<p class="special-price">
|
251 |
-
|
252 |
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
253 |
-
|
254 |
</span>
|
255 |
</p>
|
256 |
<?php endif; ?>
|
|
|
257 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
|
258 |
<p class="old-price">
|
259 |
-
|
260 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
261 |
<?php echo $_coreHelper->currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
|
262 |
</span>
|
263 |
</p>
|
|
|
264 |
<p class="special-price">
|
265 |
-
|
266 |
<span class="price-excluding-tax">
|
267 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
268 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
269 |
-
|
270 |
-
<?php echo $_coreHelper->currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
|
271 |
-
</span>
|
272 |
</span>
|
273 |
</span>
|
274 |
<span class="weee">(
|
@@ -287,19 +273,18 @@
|
|
287 |
</p>
|
288 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
|
289 |
<p class="old-price">
|
290 |
-
|
291 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
292 |
<?php echo $_coreHelper->currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
|
293 |
</span>
|
294 |
</p>
|
|
|
295 |
<p class="special-price">
|
296 |
-
|
297 |
<span class="price-excluding-tax">
|
298 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
299 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
300 |
-
|
301 |
-
<?php echo $_coreHelper->currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
|
302 |
-
</span>
|
303 |
</span>
|
304 |
</span>
|
305 |
<span class="weee">(
|
@@ -318,19 +303,18 @@
|
|
318 |
</p>
|
319 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
|
320 |
<p class="old-price">
|
321 |
-
|
322 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
323 |
<?php echo $_coreHelper->currency($_regularPrice, true, false) ?>
|
324 |
</span>
|
325 |
</p>
|
|
|
326 |
<p class="special-price">
|
327 |
-
|
328 |
<span class="price-excluding-tax">
|
329 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
330 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
331 |
-
|
332 |
-
<?php echo $_coreHelper->currency($_finalPrice, true, false) ?>
|
333 |
-
</span>
|
334 |
</span>
|
335 |
</span>
|
336 |
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
@@ -347,20 +331,19 @@
|
|
347 |
</p>
|
348 |
<?php else: // excl. ?>
|
349 |
<p class="old-price">
|
350 |
-
|
351 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
352 |
<?php echo $_coreHelper->currency($_regularPrice, true, false) ?>
|
353 |
</span>
|
354 |
</p>
|
|
|
355 |
<?php if ($_taxHelper->displayBothPrices()): ?>
|
356 |
<p class="special-price">
|
357 |
-
|
358 |
<span class="price-excluding-tax">
|
359 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
360 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
361 |
-
|
362 |
-
<?php echo $_coreHelper->currency($_finalPrice, true, false) ?>
|
363 |
-
</span>
|
364 |
</span>
|
365 |
</span>
|
366 |
<span class="price-including-tax">
|
@@ -372,21 +355,26 @@
|
|
372 |
</p>
|
373 |
<?php else: ?>
|
374 |
<p class="special-price">
|
375 |
-
|
376 |
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
377 |
-
|
378 |
-
|
379 |
-
|
|
|
380 |
</span>
|
381 |
</p>
|
382 |
<?php endif; ?>
|
383 |
<?php endif; ?>
|
|
|
384 |
<?php endif; /* if ($_finalPrice == $_price): */ ?>
|
|
|
385 |
<?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue && $_minimalPriceValue < $_product->getFinalPrice()): ?>
|
|
|
386 |
<?php $_minimalPriceDisplayValue = $_minimalPrice; ?>
|
387 |
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, array(0, 1, 4))): ?>
|
388 |
<?php $_minimalPriceDisplayValue = $_minimalPrice + $_weeeTaxAmount; ?>
|
389 |
<?php endif; ?>
|
|
|
390 |
<?php if ($this->getUseLinkForAsLowAs()):?>
|
391 |
<a href="<?php echo $_product->getProductUrl(); ?>" class="minimal-price-link">
|
392 |
<?php else:?>
|
@@ -403,30 +391,27 @@
|
|
403 |
<?php endif?>
|
404 |
<?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice && $_minimalPrice < $_finalPrice): */ ?>
|
405 |
</div>
|
|
|
406 |
<?php else: /* if (!$_product->isGrouped()): */ ?>
|
407 |
<?php
|
408 |
$_exclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue);
|
409 |
$_inclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue, true);
|
410 |
?>
|
411 |
<?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue): ?>
|
412 |
-
<div class="
|
413 |
-
<p class="minimal-price"
|
414 |
-
<span class="price-label"><?php echo $this->__('Starting at:') ?></span
|
415 |
<?php if ($_taxHelper->displayBothPrices()): ?>
|
416 |
<span class="price-excluding-tax">
|
417 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
418 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
419 |
-
<span <?php echo $_color_price;?>>
|
420 |
<?php echo $_coreHelper->currency($_exclTax, true, false) ?>
|
421 |
-
</span>
|
422 |
</span>
|
423 |
</span>
|
424 |
<span class="price-including-tax">
|
425 |
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
426 |
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
427 |
-
<span <?php echo $_color_price;?>>
|
428 |
<?php echo $_coreHelper->currency($_inclTax, true, false) ?>
|
429 |
-
</span>
|
430 |
</span>
|
431 |
</span>
|
432 |
<?php else: ?>
|
@@ -437,12 +422,10 @@
|
|
437 |
}
|
438 |
?>
|
439 |
<span class="price" id="product-minimal-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
440 |
-
|
441 |
-
<?php echo $_coreHelper->currency($_showPrice, true, false) ?>
|
442 |
-
</span>
|
443 |
</span>
|
444 |
<?php endif; ?>
|
445 |
</p>
|
446 |
</div>
|
447 |
<?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice): */ ?>
|
448 |
-
<?php endif; /* if (!$_product->isGrouped()): */ ?>
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
+
|
28 |
<?php
|
29 |
/**
|
30 |
* Template for displaying product price in different places (products grid, product view page etc)
|
39 |
/* @var $_coreHelper Mage_Core_Helper_Data */
|
40 |
/* @var $_weeeHelper Mage_Weee_Helper_Data */
|
41 |
/* @var $_taxHelper Mage_Tax_Helper_Data */
|
42 |
+
|
43 |
$_product = $this->getProduct();
|
44 |
$_storeId = $_product->getStoreId();
|
45 |
$_id = $_product->getId();
|
48 |
$_minimalPriceValue = $_product->getMinimalPrice();
|
49 |
$_minimalPrice = $_taxHelper->getPrice($_product, $_minimalPriceValue, $_simplePricesTax);
|
50 |
?>
|
51 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
<?php if (!$_product->isGrouped()): ?>
|
53 |
<?php $_weeeTaxAmount = $_weeeHelper->getAmountForDisplay($_product); ?>
|
54 |
<?php if ($_weeeHelper->typeOfDisplay($_product, array(Mage_Weee_Model_Tax::DISPLAY_INCL_DESCR, Mage_Weee_Model_Tax::DISPLAY_EXCL_DESCR_INCL, 4))): ?>
|
60 |
<?php $_attributes = $_weeeHelper->getProductWeeeAttributesForRenderer($_product, null, null, null, true); ?>
|
61 |
<?php $_weeeTaxAmountInclTaxes = $_weeeHelper->getAmountInclTaxes($_attributes); ?>
|
62 |
<?php endif; ?>
|
63 |
+
|
64 |
+
<div class="price-box">
|
65 |
<?php $_price = $_taxHelper->getPrice($_product, $_product->getPrice()) ?>
|
66 |
<?php $_regularPrice = $_taxHelper->getPrice($_product, $_product->getPrice(), $_simplePricesTax) ?>
|
67 |
<?php $_finalPrice = $_taxHelper->getPrice($_product, $_product->getFinalPrice()) ?>
|
160 |
<?php endif; ?>
|
161 |
<?php else: ?>
|
162 |
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
|
163 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
164 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
165 |
</span>
|
166 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
|
167 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
168 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
169 |
</span>
|
170 |
<span class="weee">(
|
175 |
<?php endforeach; ?>
|
176 |
)</span>
|
177 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
|
178 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
179 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
180 |
</span>
|
181 |
<span class="weee">(
|
186 |
<?php endforeach; ?>
|
187 |
)</span>
|
188 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
|
189 |
+
<span class="regular-price"><?php echo $_coreHelper->currency($_price,true,true) ?></span><br />
|
190 |
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
191 |
<span class="weee">
|
192 |
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
|
193 |
</span>
|
194 |
<?php endforeach; ?>
|
195 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
196 |
<?php echo $_coreHelper->currency($_price + $_weeeTaxAmount, true, true) ?>
|
197 |
</span>
|
198 |
<?php else: ?>
|
199 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
200 |
+
<?php if ($_finalPrice == $_price): ?>
|
201 |
+
<?php echo $_coreHelper->currency($_price, true, true) ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
<?php else: ?>
|
203 |
+
<?php echo $_coreHelper->currency($_finalPrice, true, true) ?>
|
|
|
|
|
|
|
|
|
204 |
<?php endif; ?>
|
205 |
+
</span>
|
206 |
<?php endif; ?>
|
207 |
<?php endif; ?>
|
208 |
<?php else: /* if ($_finalPrice == $_price): */ ?>
|
209 |
<?php $_originalWeeeTaxAmount = $_weeeHelper->getOriginalAmount($_product); ?>
|
210 |
+
|
211 |
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
|
212 |
<p class="old-price">
|
213 |
+
<!--<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>-->
|
214 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
215 |
<?php echo $_coreHelper->currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
|
216 |
</span>
|
217 |
</p>
|
218 |
+
|
219 |
<?php if ($_taxHelper->displayBothPrices()): ?>
|
220 |
<p class="special-price">
|
221 |
+
<!--<span class="price-label"><?php echo $this->__('Special Price:') ?></span>-->
|
222 |
<span class="price-excluding-tax">
|
223 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
224 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
225 |
+
<?php echo $_coreHelper->currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
|
|
|
|
|
226 |
</span>
|
227 |
</span>
|
228 |
<span class="price-including-tax">
|
234 |
</p>
|
235 |
<?php else: ?>
|
236 |
<p class="special-price">
|
237 |
+
<!--<span class="price-label"><?php echo $this->__('Special Price:') ?></span>-->
|
238 |
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
239 |
+
<?php echo $_coreHelper->currency($_finalPrice + $_weeeTaxAmountInclTaxes, true, false) ?>
|
240 |
</span>
|
241 |
</p>
|
242 |
<?php endif; ?>
|
243 |
+
|
244 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
|
245 |
<p class="old-price">
|
246 |
+
<!--<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>-->
|
247 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
248 |
<?php echo $_coreHelper->currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
|
249 |
</span>
|
250 |
</p>
|
251 |
+
|
252 |
<p class="special-price">
|
253 |
+
<!--<span class="price-label"><?php echo $this->__('Special Price:') ?></span>-->
|
254 |
<span class="price-excluding-tax">
|
255 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
256 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
257 |
+
<?php echo $_coreHelper->currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
|
|
|
|
|
258 |
</span>
|
259 |
</span>
|
260 |
<span class="weee">(
|
273 |
</p>
|
274 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
|
275 |
<p class="old-price">
|
276 |
+
<!--<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>-->
|
277 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
278 |
<?php echo $_coreHelper->currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
|
279 |
</span>
|
280 |
</p>
|
281 |
+
|
282 |
<p class="special-price">
|
283 |
+
<!--<span class="price-label"><?php echo $this->__('Special Price:') ?></span>-->
|
284 |
<span class="price-excluding-tax">
|
285 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
286 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
287 |
+
<?php echo $_coreHelper->currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
|
|
|
|
|
288 |
</span>
|
289 |
</span>
|
290 |
<span class="weee">(
|
303 |
</p>
|
304 |
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
|
305 |
<p class="old-price">
|
306 |
+
<!--<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>-->
|
307 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
308 |
<?php echo $_coreHelper->currency($_regularPrice, true, false) ?>
|
309 |
</span>
|
310 |
</p>
|
311 |
+
|
312 |
<p class="special-price">
|
313 |
+
<!--<span class="price-label"><?php echo $this->__('Special Price:') ?></span>-->
|
314 |
<span class="price-excluding-tax">
|
315 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
316 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
317 |
+
<?php echo $_coreHelper->currency($_finalPrice, true, false) ?>
|
|
|
|
|
318 |
</span>
|
319 |
</span>
|
320 |
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
331 |
</p>
|
332 |
<?php else: // excl. ?>
|
333 |
<p class="old-price">
|
334 |
+
<!--<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>-->
|
335 |
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
336 |
<?php echo $_coreHelper->currency($_regularPrice, true, false) ?>
|
337 |
</span>
|
338 |
</p>
|
339 |
+
|
340 |
<?php if ($_taxHelper->displayBothPrices()): ?>
|
341 |
<p class="special-price">
|
342 |
+
<!--<span class="price-label"><?php echo $this->__('Special Price:') ?></span>-->
|
343 |
<span class="price-excluding-tax">
|
344 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
345 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
346 |
+
<?php echo $_coreHelper->currency($_finalPrice, true, false) ?>
|
|
|
|
|
347 |
</span>
|
348 |
</span>
|
349 |
<span class="price-including-tax">
|
355 |
</p>
|
356 |
<?php else: ?>
|
357 |
<p class="special-price">
|
358 |
+
<!--<span class="price-label"><?php echo $this->__('Special Price:') ?></span>-->
|
359 |
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
360 |
+
<?php
|
361 |
+
$currentSymbol = Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
|
362 |
+
?>
|
363 |
+
<?php echo $_coreHelper->currency($_finalPrice, true, false) ?>
|
364 |
</span>
|
365 |
</p>
|
366 |
<?php endif; ?>
|
367 |
<?php endif; ?>
|
368 |
+
|
369 |
<?php endif; /* if ($_finalPrice == $_price): */ ?>
|
370 |
+
|
371 |
<?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue && $_minimalPriceValue < $_product->getFinalPrice()): ?>
|
372 |
+
|
373 |
<?php $_minimalPriceDisplayValue = $_minimalPrice; ?>
|
374 |
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, array(0, 1, 4))): ?>
|
375 |
<?php $_minimalPriceDisplayValue = $_minimalPrice + $_weeeTaxAmount; ?>
|
376 |
<?php endif; ?>
|
377 |
+
|
378 |
<?php if ($this->getUseLinkForAsLowAs()):?>
|
379 |
<a href="<?php echo $_product->getProductUrl(); ?>" class="minimal-price-link">
|
380 |
<?php else:?>
|
391 |
<?php endif?>
|
392 |
<?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice && $_minimalPrice < $_finalPrice): */ ?>
|
393 |
</div>
|
394 |
+
|
395 |
<?php else: /* if (!$_product->isGrouped()): */ ?>
|
396 |
<?php
|
397 |
$_exclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue);
|
398 |
$_inclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue, true);
|
399 |
?>
|
400 |
<?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue): ?>
|
401 |
+
<div class="price-box">
|
402 |
+
<p class="minimal-price">
|
403 |
+
<span class="price-label"><?php echo $this->__('Starting at:') ?></span>
|
404 |
<?php if ($_taxHelper->displayBothPrices()): ?>
|
405 |
<span class="price-excluding-tax">
|
406 |
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
407 |
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
|
|
408 |
<?php echo $_coreHelper->currency($_exclTax, true, false) ?>
|
|
|
409 |
</span>
|
410 |
</span>
|
411 |
<span class="price-including-tax">
|
412 |
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
413 |
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
|
|
414 |
<?php echo $_coreHelper->currency($_inclTax, true, false) ?>
|
|
|
415 |
</span>
|
416 |
</span>
|
417 |
<?php else: ?>
|
422 |
}
|
423 |
?>
|
424 |
<span class="price" id="product-minimal-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
425 |
+
<?php echo $_coreHelper->currency($_showPrice, true, false) ?>
|
|
|
|
|
426 |
</span>
|
427 |
<?php endif; ?>
|
428 |
</p>
|
429 |
</div>
|
430 |
<?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice): */ ?>
|
431 |
+
<?php endif; /* if (!$_product->isGrouped()): */ ?>
|
app/design/frontend/ma2/ante/template/catalog/product/view.phtml
CHANGED
@@ -1,242 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php $_helper = $this->helper('catalog/output'); ?>
|
2 |
<?php $_product = $this->getProduct(); ?>
|
3 |
<script type="text/javascript">
|
4 |
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
5 |
</script>
|
6 |
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
|
7 |
-
<div class="item-title-view">
|
8 |
-
<h2 class="heading-box-product">
|
9 |
-
<span class="format-span">
|
10 |
-
<span>
|
11 |
-
<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
|
12 |
-
</span>
|
13 |
-
</span>
|
14 |
-
</h2>
|
15 |
-
</div>
|
16 |
<div class="product-view">
|
17 |
<div class="product-essential">
|
18 |
-
|
19 |
-
<div class="product-name" style="visibility: hidden; height:1px;">
|
20 |
-
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
|
21 |
-
</div>
|
22 |
<div class="no-display">
|
23 |
-
|
24 |
-
|
25 |
</div>
|
|
|
26 |
<div class="product-shop">
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
(
|
119 |
-
|
120 |
-
|
121 |
-
p.async = true;
|
122 |
-
p.src = '//assets.pinterest.com/js/pinit.js';
|
123 |
-
f.parentNode.insertBefore(p, f);
|
124 |
-
}(document));
|
125 |
-
</script>
|
126 |
-
</div>
|
127 |
-
</div>
|
128 |
-
<div class="clear"></div>
|
129 |
-
<div class="box-review9">
|
130 |
-
<?php echo $this->getChildHtml('alert_urls') ?>
|
131 |
-
<?php echo $this->getChildHtml('product_type_data') ?>
|
132 |
-
<?php echo $this->getTierPriceHtml() ?>
|
133 |
-
<?php echo $this->getChildHtml('extrahint') ?>
|
134 |
-
</div>
|
135 |
-
</div>
|
136 |
-
<div class="product-img-box">
|
137 |
-
<?php echo $this->getChildHtml('media') ?>
|
138 |
</div>
|
|
|
139 |
<div class="clearer"></div>
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
<script type="text/javascript">
|
145 |
-
//<![CDATA[
|
146 |
var productAddToCartForm = new VarienForm('product_addtocart_form');
|
147 |
productAddToCartForm.submit = function(button, url) {
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
|
|
|
|
|
|
165 |
}
|
166 |
-
}
|
167 |
}.bind(productAddToCartForm);
|
|
|
168 |
productAddToCartForm.submitLight = function(button, url){
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
}
|
180 |
-
if (this.validator.validate()) {
|
181 |
-
if (url) {
|
182 |
-
this.form.action = url;
|
183 |
-
}
|
184 |
-
this.form.submit();
|
185 |
-
}
|
186 |
-
Object.extend(Validation.methods, nv);
|
187 |
-
}
|
188 |
}.bind(productAddToCartForm);
|
189 |
-
|
190 |
-
|
191 |
</div>
|
|
|
192 |
<div class="product-collateral">
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
</div>
|
200 |
-
<?php echo $this->getTierPriceHtml() ?>
|
201 |
-
<?php echo $this->getChildHtml('extrahint') ?>
|
202 |
-
<?php
|
203 |
-
$getChildGroup = $this->getChildGroup('detailed_info', 'getChildHtml');
|
204 |
-
$getChildInfo = $this->getChildGroup('product_options','getChildHtml');
|
205 |
-
?>
|
206 |
-
<div class="info-tech-product">
|
207 |
-
<dl id="tabsDataSheet" class="tabsData">
|
208 |
-
<dt id="tab_details" class="tab"><span class="tab-title-view"><?php echo $this->__('Details');?></span></dt>
|
209 |
-
<dd id="tab_details_contents" class="tab-container">
|
210 |
-
<div class="tab-content-datasheet">
|
211 |
-
<?php foreach ($getChildGroup as $alias => $html):?>
|
212 |
<div class="box-collateral <?php echo "box-{$alias}"?>">
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
</div>
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
<
|
226 |
-
|
227 |
-
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
</dl>
|
230 |
-
</div>
|
231 |
-
<script type="text/javascript">
|
232 |
-
//<![CDATA[
|
233 |
-
var Ma2TabsDataSheet = new Ma2All.Tabs('tabsDataSheet');
|
234 |
-
Event.observe(window, 'load', function() {
|
235 |
-
Ma2TabsDataSheet.select();
|
236 |
-
});
|
237 |
-
//]]>
|
238 |
-
</script>
|
239 |
-
<?php echo $this->getChildHtml('product_additional_data') ?>
|
240 |
-
<?php echo $this->getChildHtml('upsell_products') ?>
|
241 |
</div>
|
242 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
* @see Mage_Review_Block_Product_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
<?php $_helper = $this->helper('catalog/output'); ?>
|
35 |
<?php $_product = $this->getProduct(); ?>
|
36 |
<script type="text/javascript">
|
37 |
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
38 |
</script>
|
39 |
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
<div class="product-view">
|
41 |
<div class="product-essential">
|
42 |
+
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
|
|
|
|
|
|
43 |
<div class="no-display">
|
44 |
+
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
45 |
+
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
46 |
</div>
|
47 |
+
|
48 |
<div class="product-shop">
|
49 |
+
<div class="product-img-add">
|
50 |
+
<div class="product-img-box">
|
51 |
+
<?php echo $this->getChildHtml('media') ?>
|
52 |
+
</div>
|
53 |
+
<div class="product-addtocart-area">
|
54 |
+
<div class="product-name">
|
55 |
+
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
|
56 |
+
</div>
|
57 |
+
<?php echo $this->getReviewsSummaryHtml($_product, false, true) ?>
|
58 |
+
|
59 |
+
<?php if ($_product->getShortDescription()):?>
|
60 |
+
<div class="short-description">
|
61 |
+
<h2><?php echo $this->__('Quick Overview') ?></h2>
|
62 |
+
<div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
|
63 |
+
</div>
|
64 |
+
<?php endif;?>
|
65 |
+
|
66 |
+
<div class="price-addtobox">
|
67 |
+
<?php echo $this->getChildHtml('alert_urls') ?>
|
68 |
+
<?php echo $this->getChildHtml('product_type_data') ?>
|
69 |
+
<?php echo $this->getTierPriceHtml() ?>
|
70 |
+
<?php echo $this->getChildHtml('extrahint') ?>
|
71 |
+
|
72 |
+
<?php if (!$this->hasOptions()):?>
|
73 |
+
<div class="add-to-box">
|
74 |
+
<?php if($_product->isSaleable()): ?>
|
75 |
+
<?php echo $this->getChildHtml('addtocart') ?>
|
76 |
+
<?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
|
77 |
+
<span class="or"><?php echo $this->__('OR') ?></span>
|
78 |
+
<?php endif; ?>
|
79 |
+
<?php endif; ?>
|
80 |
+
<?php echo $this->getChildHtml('addto') ?>
|
81 |
+
</div>
|
82 |
+
<?php echo $this->getChildHtml('extra_buttons') ?>
|
83 |
+
<?php elseif (!$_product->isSaleable()): ?>
|
84 |
+
<div class="add-to-box">
|
85 |
+
<?php echo $this->getChildHtml('addto') ?>
|
86 |
+
</div>
|
87 |
+
<?php endif; ?>
|
88 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
89 |
+
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
|
90 |
+
<?php endif;?>
|
91 |
+
</div>
|
92 |
+
|
93 |
+
<?php if ($this->canEmailToFriend()): ?>
|
94 |
+
<p class="email-friend <?php echo $this->hasOptions() ? "has-options" : "no-options" ?>"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
|
95 |
+
<?php endif; ?>
|
96 |
+
|
97 |
+
<!-- Social sharing -->
|
98 |
+
<div class="productSocialSharing">
|
99 |
+
<!-- Facebook Button -->
|
100 |
+
<div class="socialSharing facebookButton">
|
101 |
+
<div id="fb-root"></div>
|
102 |
+
<script type="text/javascript">
|
103 |
+
(function(d, s, id) {
|
104 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
105 |
+
if (d.getElementById(id)) return;
|
106 |
+
js = d.createElement(s); js.id = id;
|
107 |
+
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
|
108 |
+
fjs.parentNode.insertBefore(js, fjs);
|
109 |
+
}(document, 'script', 'facebook-jssdk'));
|
110 |
+
</script>
|
111 |
+
<!--<div class="fb-like" data-send="false" data-width="100" data-show-faces="true"></div>-->
|
112 |
+
<fb:like href="<?php echo $this->getUrl(); ?>" layout="button_count" show_faces="false" send="false"></fb:like>
|
113 |
+
</div>
|
114 |
+
<!-- Twitter Button -->
|
115 |
+
<div class="socialSharing twitterButton">
|
116 |
+
<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="omegatheme">
|
117 |
+
<?php echo $this->__('Twitter'); ?>
|
118 |
+
</a>
|
119 |
+
<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
|
120 |
+
</div>
|
121 |
+
<!-- Google +1 Button -->
|
122 |
+
<div class="socialSharing googlePlusOneButton">
|
123 |
+
<g:plusone annotation="bubble" width="100" size="medium"></g:plusone>
|
124 |
+
<script type="text/javascript">
|
125 |
+
(function() {
|
126 |
+
window.___gcfg = {lang: 'en'}; // Define button default language here
|
127 |
+
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
128 |
+
po.src = 'https://apis.google.com/js/plusone.js';
|
129 |
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
130 |
+
})();
|
131 |
+
</script>
|
132 |
+
</div>
|
133 |
+
</div>
|
134 |
+
</div>
|
135 |
+
</div>
|
136 |
+
|
137 |
+
<?php echo $this->getChildHtml('other');?>
|
138 |
+
|
139 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
140 |
+
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
|
141 |
+
<?php endif;?>
|
142 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
</div>
|
144 |
+
|
145 |
<div class="clearer"></div>
|
146 |
+
|
147 |
+
</form>
|
148 |
+
<script type="text/javascript">
|
149 |
+
//<![CDATA[
|
|
|
|
|
150 |
var productAddToCartForm = new VarienForm('product_addtocart_form');
|
151 |
productAddToCartForm.submit = function(button, url) {
|
152 |
+
if (this.validator.validate()) {
|
153 |
+
var form = this.form;
|
154 |
+
var oldUrl = form.action;
|
155 |
+
|
156 |
+
if (url) {
|
157 |
+
form.action = url;
|
158 |
+
}
|
159 |
+
var e = null;
|
160 |
+
try {
|
161 |
+
this.form.submit();
|
162 |
+
} catch (e) {
|
163 |
+
}
|
164 |
+
this.form.action = oldUrl;
|
165 |
+
if (e) {
|
166 |
+
throw e;
|
167 |
+
}
|
168 |
+
|
169 |
+
if (button && button != 'undefined') {
|
170 |
+
button.disabled = true;
|
171 |
+
}
|
172 |
}
|
|
|
173 |
}.bind(productAddToCartForm);
|
174 |
+
|
175 |
productAddToCartForm.submitLight = function(button, url){
|
176 |
+
if(this.validator) {
|
177 |
+
var nv = Validation.methods;
|
178 |
+
delete Validation.methods['required-entry'];
|
179 |
+
delete Validation.methods['validate-one-required'];
|
180 |
+
delete Validation.methods['validate-one-required-by-name'];
|
181 |
+
// Remove custom datetime validators
|
182 |
+
for (var methodName in Validation.methods) {
|
183 |
+
if (methodName.match(/^validate-datetime-.*/i)) {
|
184 |
+
delete Validation.methods[methodName];
|
185 |
+
}
|
186 |
+
}
|
187 |
+
|
188 |
+
if (this.validator.validate()) {
|
189 |
+
if (url) {
|
190 |
+
this.form.action = url;
|
191 |
+
}
|
192 |
+
this.form.submit();
|
193 |
+
}
|
194 |
+
Object.extend(Validation.methods, nv);
|
195 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
}.bind(productAddToCartForm);
|
197 |
+
//]]>
|
198 |
+
</script>
|
199 |
</div>
|
200 |
+
<?php //var_dump($this->getChildGroup('detailed_info', 'getChildHtml')); ?>
|
201 |
<div class="product-collateral">
|
202 |
+
<dl id="product-collateral-tabs" class="collateral-tabs">
|
203 |
+
<?php if($this->getChildGroup('detailed_info', 'getChildHtml')) : ?>
|
204 |
+
<dt id="tab_1" class="tab desc-tab"><span><?php echo $this->__('Details') ?></span></dt>
|
205 |
+
<dd id="tab_1_contents" class="tab-container">
|
206 |
+
<div class="tab-content">
|
207 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
<div class="box-collateral <?php echo "box-{$alias}"?>">
|
209 |
+
<?php if ($title = $this->getChildData($alias, 'title')):?>
|
210 |
+
<h2><?php echo $this->escapeHtml($title); ?></h2>
|
211 |
+
<?php endif;?>
|
212 |
+
<?php echo $html; ?>
|
213 |
+
</div>
|
214 |
+
<?php endforeach;?>
|
215 |
+
</div>
|
216 |
+
</dd>
|
217 |
+
<?php endif; ?>
|
218 |
+
|
219 |
+
<?php if($_product->getRatingSummary()): ?>
|
220 |
+
<dt id="tab_2" class="tab review-tab"><span><?php echo $this->__('Reviews') ?></span></dt>
|
221 |
+
<dd id="tab_2_contents" class="tab-container">
|
222 |
+
<div class="tab-content">
|
223 |
+
<?php echo $this->getLayout()->getBlock('product.info.product_additional_data')->toHtml(); ?>
|
224 |
</div>
|
225 |
+
</dd>
|
226 |
+
<?php endif; ?>
|
227 |
+
|
228 |
+
<?php if($this->getChildHtml('upsell_products') != '') : ?>
|
229 |
+
<dt id="tab_3" class="tab"><span><?php echo $this->__('Upsell products') ?></span></dt>
|
230 |
+
<dd id="tab_3_contents" class="tab-container">
|
231 |
+
<div class="tab-content">
|
232 |
+
<?php echo $this->getChildHtml('upsell_products') ?>
|
233 |
+
</div>
|
234 |
+
</dd>
|
235 |
+
<?php endif; ?>
|
236 |
+
|
237 |
+
<dt id="tab_4" class="tab tags-tab"><span><?php echo $this->__('Additional info') ?></span></dt>
|
238 |
+
<dd id="tab_4_contents" class="tab-container">
|
239 |
+
<div class="tab-content">
|
240 |
+
<?php echo $this->getChildHtml('product_additional_data') ?>
|
241 |
+
</div>
|
242 |
+
</dd>
|
243 |
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
</div>
|
245 |
+
<script type="text/javascript">
|
246 |
+
//<![CDATA[
|
247 |
+
var productTabs = new Ma2All.Tabs('product-collateral-tabs');
|
248 |
+
Event.observe(window, 'load', function() {
|
249 |
+
productTabs.select();
|
250 |
+
});
|
251 |
+
//]]>
|
252 |
+
</script>
|
253 |
+
</div>
|
app/design/frontend/ma2/ante/template/catalog/product/view/additional.phtml
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php foreach ($this->getChildHtmlList() as $_html): ?>
|
28 |
-
<?php echo $_html ?>
|
29 |
-
<?php endforeach; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalog/product/view/addto.phtml
DELETED
@@ -1,41 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
|
28 |
-
<?php $_product = $this->getProduct(); ?>
|
29 |
-
<?php $_wishlistSubmitUrl = $this->helper('wishlist')->getAddUrl($_product); ?>
|
30 |
-
|
31 |
-
<ul class="add-to-links" id="add-to-link">
|
32 |
-
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
33 |
-
<li><a href="<?php echo $_wishlistSubmitUrl ?>" onclick="productAddToCartForm.submitLight(this, this.href); return false;" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
34 |
-
<?php endif; ?>
|
35 |
-
<?php
|
36 |
-
$_compareUrl = $this->helper('catalog/product_compare')->getAddUrl($_product);
|
37 |
-
?>
|
38 |
-
<?php if($_compareUrl) : ?>
|
39 |
-
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
40 |
-
<?php endif; ?>
|
41 |
-
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalog/product/view/addtocart.phtml
CHANGED
@@ -28,13 +28,11 @@
|
|
28 |
<?php $buttonTitle = $this->__('Add to Cart'); ?>
|
29 |
<?php if($_product->isSaleable()): ?>
|
30 |
<div class="add-to-cart">
|
31 |
-
|
32 |
-
|
33 |
-
<
|
34 |
-
|
35 |
-
<?php //endif; ?>
|
36 |
-
-->
|
37 |
<button type="button" title="<?php echo $buttonTitle ?>" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php echo $buttonTitle ?></span></span></button>
|
38 |
<?php echo $this->getChildHtml('', true, true) ?>
|
39 |
</div>
|
40 |
-
<?php endif; ?>
|
28 |
<?php $buttonTitle = $this->__('Add to Cart'); ?>
|
29 |
<?php if($_product->isSaleable()): ?>
|
30 |
<div class="add-to-cart">
|
31 |
+
<?php if(!$_product->isGrouped()): ?>
|
32 |
+
<label for="qty"><?php echo $this->__('Quantity') ?></label>
|
33 |
+
<input type="text" name="qty" id="qty" maxlength="12" value="<?php echo $this->getProductDefaultQty() * 1 ?>" title="<?php echo $this->__('Qty') ?>" class="input-text qty" />
|
34 |
+
<?php endif; ?>
|
|
|
|
|
35 |
<button type="button" title="<?php echo $buttonTitle ?>" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php echo $buttonTitle ?></span></span></button>
|
36 |
<?php echo $this->getChildHtml('', true, true) ?>
|
37 |
</div>
|
38 |
+
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/catalog/product/view/media.phtml
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product media data template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View_Media
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php
|
34 |
+
$_product = $this->getProduct();
|
35 |
+
$_helper = $this->helper('catalog/output');
|
36 |
+
?>
|
37 |
+
<?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
|
38 |
+
<p class="product-image product-image-zoom">
|
39 |
+
<?php
|
40 |
+
$_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
|
41 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
42 |
+
?>
|
43 |
+
</p>
|
44 |
+
<p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
|
45 |
+
<div class="zoom">
|
46 |
+
<img id="zoom_out" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_out.gif') ?>" alt="<?php echo $this->__('Zoom Out') ?>" title="<?php echo $this->__('Zoom Out') ?>" class="btn-zoom-out" />
|
47 |
+
<div id="track">
|
48 |
+
<div id="handle"></div>
|
49 |
+
</div>
|
50 |
+
<img id="zoom_in" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_in.gif') ?>" alt="<?php echo $this->__('Zoom In') ?>" title="<?php echo $this->__('Zoom In') ?>" class="btn-zoom-in" />
|
51 |
+
</div>
|
52 |
+
<script type="text/javascript">
|
53 |
+
//<![CDATA[
|
54 |
+
Event.observe(window, 'load', function() {
|
55 |
+
product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
|
56 |
+
});
|
57 |
+
//]]>
|
58 |
+
</script>
|
59 |
+
<?php else: ?>
|
60 |
+
<p class="product-image">
|
61 |
+
<?php
|
62 |
+
$_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
|
63 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
64 |
+
?>
|
65 |
+
</p>
|
66 |
+
<?php endif; ?>
|
67 |
+
<?php if (count($this->getGalleryImages()) > 0): ?>
|
68 |
+
<div class="more-views">
|
69 |
+
<h2><?php echo $this->__('More Views') ?></h2>
|
70 |
+
<ul>
|
71 |
+
<?php foreach ($this->getGalleryImages() as $_image): ?>
|
72 |
+
<li>
|
73 |
+
<a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'width=300,height=300,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="<?php echo $this->escapeHtml($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(56); ?>" width="56" height="56" alt="<?php echo $this->escapeHtml($_image->getLabel()) ?>" /></a>
|
74 |
+
</li>
|
75 |
+
<?php endforeach; ?>
|
76 |
+
</ul>
|
77 |
+
</div>
|
78 |
+
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/catalog/product/view/media.phtml-
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/**
|
27 |
+
* Product media data template
|
28 |
+
*
|
29 |
+
* @see Mage_Catalog_Block_Product_View_Media
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<?php
|
33 |
+
$_product = $this->getProduct();
|
34 |
+
$_helper = $this->helper('catalog/output');
|
35 |
+
?>
|
36 |
+
<?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
|
37 |
+
<div class="product-large-image">
|
38 |
+
<span class="large-image">
|
39 |
+
<?php
|
40 |
+
$_img = '<img id="product-large-image" src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(500, 500).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
41 |
+
echo '<a href="#product-image-zoom">'. $_helper->productAttribute($_product, $_img, 'image') .'<span class="zoom-icon"></span></a>';
|
42 |
+
?>
|
43 |
+
</span>
|
44 |
+
<div id="product-image-zoom">
|
45 |
+
<?php
|
46 |
+
$_img_zoom = '<img id="product-large-image-zoom" src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(500, 500).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
47 |
+
echo $_helper->productAttribute($_product, $_img_zoom, 'image');
|
48 |
+
?>
|
49 |
+
</div>
|
50 |
+
<script type="text/javascript">
|
51 |
+
//<![CDATA[
|
52 |
+
Event.observe(window, "load", function() {
|
53 |
+
$$(".large-image a").each(function(el) { new FancyZoom(el); })
|
54 |
+
new FancyZoom('medium_box_link');
|
55 |
+
//new FancyZoom('large_box_link');
|
56 |
+
//new FancyZoom('flash_box_link');
|
57 |
+
});
|
58 |
+
//]]>
|
59 |
+
</script>
|
60 |
+
</div>
|
61 |
+
<?php else: ?>
|
62 |
+
<div class="product-large-image">
|
63 |
+
<span class="large-image">
|
64 |
+
<?php
|
65 |
+
$_img = '<img id="product-large-image" src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(500, 500).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
66 |
+
echo '<a href="#product-image-zoom">'. $_helper->productAttribute($_product, $_img, 'image'). '<span class="zoom-icon"></span></a>';
|
67 |
+
?>
|
68 |
+
</span>
|
69 |
+
<div id="product-image-zoom">
|
70 |
+
<?php
|
71 |
+
$_img_zoom = '<img id="product-large-image-zoom" src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(500, 500).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
72 |
+
echo $_helper->productAttribute($_product, $_img_zoom, 'image');
|
73 |
+
?>
|
74 |
+
</div>
|
75 |
+
<script type="text/javascript">
|
76 |
+
//<![CDATA[
|
77 |
+
Event.observe(window, "load", function() {
|
78 |
+
$$(".large-image a").each(function(el) { new FancyZoom(el); })
|
79 |
+
new FancyZoom('medium_box_link');
|
80 |
+
//new FancyZoom('large_box_link');
|
81 |
+
//new FancyZoom('flash_box_link');
|
82 |
+
});
|
83 |
+
//]]>
|
84 |
+
</script>
|
85 |
+
</div>
|
86 |
+
<?php endif; ?>
|
87 |
+
<?php $idx = 0; ?>
|
88 |
+
<?php if (count($this->getGalleryImages()) > 0): ?>
|
89 |
+
<div id="product-small-images" class="small-images small-images-slider carousel">
|
90 |
+
<div class="controls">
|
91 |
+
<a rel="next" class="carousel-control ico-next" href="javascript:">Next</a>
|
92 |
+
<a rel="prev" class="carousel-control ico-prev" href="javascript:">Previous</a>
|
93 |
+
</div>
|
94 |
+
<div id="thumbs-list-slider" class="middle">
|
95 |
+
<ol class="thumbs-list inner">
|
96 |
+
<?php foreach ($this->getGalleryImages() as $_image): ?>
|
97 |
+
<?php if($idx++%3 == 0) : ?>
|
98 |
+
<ul class="thumbs-slide">
|
99 |
+
<?php endif; ?>
|
100 |
+
<li>
|
101 |
+
<a class="item <?php echo ($idx == 0) ? 'first active' : ''; ?>" href="javascript:void(0)"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(500, 500); ?>" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
|
102 |
+
</li>
|
103 |
+
<?php if($idx%3 == 0 || $idx==count($this->getGalleryImages())) : ?>
|
104 |
+
</ul>
|
105 |
+
<?php endif; ?>
|
106 |
+
<?php endforeach; ?>
|
107 |
+
</ol>
|
108 |
+
</div>
|
109 |
+
</div>
|
110 |
+
<script type="text/javascript">
|
111 |
+
//<![CDATA[
|
112 |
+
Event.observe(window, "load", function() {
|
113 |
+
var slideWidth = $('thumbs-list-slider').getWidth();
|
114 |
+
$$('.inner .thumbs-slide').each(function(element){
|
115 |
+
element.setStyle({
|
116 |
+
width : slideWidth + 'px'
|
117 |
+
});
|
118 |
+
});
|
119 |
+
});
|
120 |
+
new Carousel($('product-small-images').down('.middle'),
|
121 |
+
$('product-small-images').select('.thumbs-slide'),
|
122 |
+
$('product-small-images').select('.controls a'),
|
123 |
+
{
|
124 |
+
duration: 0.4, //The duration of a full jump
|
125 |
+
auto: false, //When true the Carousel will move on it's own without needing triggers. Useful for slideshows
|
126 |
+
frequency: 3, //When auto is true, this dictates how long a slides stays put before the next jump
|
127 |
+
circular: false, //By default when the first/last slide is reached, calling prev/next does nothing. If you want the effect to continue, you must do two things: Set the circular parameter true and duplicate the first slide in the HTML. It's the only way of giving the impression of a continous movement.
|
128 |
+
wheel: false, //Whether or not to slide when using the mouse wheel over the slides
|
129 |
+
visibleSlides: 1, //Even though multiple slides can be made visible at once by styling, this parameters is needed in some calculations
|
130 |
+
effect: "scroll", //You can choose between scroll and fade. When using fade, circular and duplicating the first slide is no longer necessary (see Example 3 for the fade effect)
|
131 |
+
transition: "sinoidal" //The two supported transitions are sinoidal and spring (see Example 2 for spring)
|
132 |
+
}
|
133 |
+
);
|
134 |
+
//]]>
|
135 |
+
</script>
|
136 |
+
<?php endif; ?>
|
137 |
+
<script type="text/javascript">
|
138 |
+
//<![CDATA[
|
139 |
+
Event.observe(window, 'load', function(){
|
140 |
+
$$('.thumbs-list li a').each(function(element){
|
141 |
+
element.observe('click', function(event){
|
142 |
+
$$('.thumbs-list li a').each(function(ele){ele.removeClassName('active');});
|
143 |
+
var thisImgs = $(this).childElements('img');
|
144 |
+
$('product-large-image').writeAttribute('src', thisImgs[0].readAttribute('src'));
|
145 |
+
$('product-image-zoom').update($('product-large-image-zoom').writeAttribute('src', thisImgs[0].readAttribute('src')));
|
146 |
+
$('product-image-zoom').innerHTML;
|
147 |
+
$(this).addClassName('active');
|
148 |
+
});
|
149 |
+
});
|
150 |
+
});
|
151 |
+
//]]>
|
152 |
+
</script>
|
app/design/frontend/ma2/ante/template/catalog/product/view/price.phtml
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/**
|
27 |
-
* @deprecated after 1.4.0.0-alpha3
|
28 |
-
*/
|
29 |
-
?>
|
30 |
-
<div class="price-box" id="product_price">
|
31 |
-
<p class="old-price"><?php echo $this->__('Old Price:') ?> <?php echo $this->getPrice() ?></p>
|
32 |
-
<p class="special-price"><?php echo $this->getPrice() ?></p>
|
33 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalog/product/view/price_clone.phtml
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php $_product = $this->getProduct() ?>
|
28 |
-
<?php echo $this->getPriceHtml($_product, false, '_clone') ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalog/product/view/tierprices.phtml
DELETED
@@ -1,221 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* @see Mage_Catalog_Block_Product_View
|
30 |
-
*/
|
31 |
-
$_product = $this->getProduct();
|
32 |
-
$_tierPrices = $this->getTierPrices();
|
33 |
-
$_finalPriceInclTax = $this->helper('tax')->getPrice($_product, $_product->getFinalPrice(), true);
|
34 |
-
/** @var $_catalogHelper Mage_Catalog_Helper_Data */
|
35 |
-
$_catalogHelper = Mage::helper('catalog');
|
36 |
-
$_weeeTaxAmount = Mage::helper('weee')->getAmountForDisplay($_product);
|
37 |
-
if (Mage::helper('weee')->typeOfDisplay($_product, array(1,2,4))) {
|
38 |
-
$_weeeTaxAttributes = Mage::helper('weee')->getProductWeeeAttributesForDisplay($_product);
|
39 |
-
}
|
40 |
-
?>
|
41 |
-
<?php if (count($_tierPrices) > 0): ?>
|
42 |
-
<ul class="<?php echo ($this->getInGrouped() ? 'tier-prices-grouped product-pricing-grouped' : 'tier-prices product-pricing'); ?>">
|
43 |
-
<?php if ($this->getInGrouped()): ?>
|
44 |
-
<?php $_tierPrices = $this->getTierPrices($_product); ?>
|
45 |
-
<?php endif; ?>
|
46 |
-
<?php Mage::helper('weee')->processTierPrices($_product, $_tierPrices); ?>
|
47 |
-
<?php foreach ($_tierPrices as $_index => $_price): ?>
|
48 |
-
<li>
|
49 |
-
<?php if ($_catalogHelper->canApplyMsrp($_product)): ?>
|
50 |
-
<?php if ($this->getInGrouped()): ?>
|
51 |
-
<?php echo $this->__('Buy %1$s for', $_price['price_qty']) ?>:
|
52 |
-
<?php else: ?>
|
53 |
-
<?php echo $this->__('Buy %1$s', $_price['price_qty']) ?>
|
54 |
-
<?php endif; ?>
|
55 |
-
<?php else: ?>
|
56 |
-
<?php if ($this->helper('tax')->displayBothPrices()): ?>
|
57 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, 0)): ?>
|
58 |
-
<?php echo $this->__('Buy %1$s for %2$s (%3$s incl. tax) each', $_price['price_qty'], $_price['formated_price_incl_weee_only'], $_price['formated_price_incl_weee']) ?>
|
59 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 1)): ?>
|
60 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
|
61 |
-
<?php if ($_weeeTaxAttributes): ?>
|
62 |
-
(<small>
|
63 |
-
<?php echo $this->__('%1$s incl tax.', $_price['formated_price_incl_weee']); ?>
|
64 |
-
<?php $separator = ' + '; foreach ($_weeeTaxAttributes as $_attribute): ?>
|
65 |
-
<?php echo $separator; ?>
|
66 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
|
67 |
-
<?php endforeach; ?>
|
68 |
-
</small>)
|
69 |
-
<?php endif; ?>
|
70 |
-
<?php echo $this->__('each') ?>
|
71 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 4)): ?>
|
72 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
|
73 |
-
<?php if ($_weeeTaxAttributes): ?>
|
74 |
-
(<small>
|
75 |
-
<?php echo $this->__('%1$s incl tax.', $_price['formated_price_incl_weee']); ?>
|
76 |
-
<?php $separator = ' + '; foreach ($_weeeTaxAttributes as $_attribute): ?>
|
77 |
-
<?php echo $separator; ?>
|
78 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()+$_attribute->getTaxAmount()); ?>
|
79 |
-
<?php endforeach; ?>
|
80 |
-
</small>)
|
81 |
-
<?php endif; ?>
|
82 |
-
<?php echo $this->__('each') ?>
|
83 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 2)): ?>
|
84 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price']); ?>
|
85 |
-
<?php if ($_weeeTaxAttributes): ?>
|
86 |
-
(<small>
|
87 |
-
<?php foreach ($_weeeTaxAttributes as $_attribute): ?>
|
88 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
|
89 |
-
<?php endforeach; ?>
|
90 |
-
<?php echo $this->__('Total incl. Tax: %1$s', $_price['formated_price_incl_weee']); ?>
|
91 |
-
</small>)
|
92 |
-
<?php endif; ?>
|
93 |
-
<?php echo $this->__('each') ?>
|
94 |
-
<?php else: ?>
|
95 |
-
<?php echo $this->__('Buy %1$s for %2$s (%3$s incl. tax) each', $_price['price_qty'], $_price['formated_price'], $_price['formated_price_incl_tax']) ?>
|
96 |
-
<?php endif; ?>
|
97 |
-
<?php else: ?>
|
98 |
-
<?php if ($this->helper('tax')->displayPriceIncludingTax()): ?>
|
99 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, 0)): ?>
|
100 |
-
<?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price_incl_weee']) ?>
|
101 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 1)): ?>
|
102 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee']); ?>
|
103 |
-
<?php if ($_weeeTaxAttributes): ?>
|
104 |
-
(<small>
|
105 |
-
<?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
|
106 |
-
<?php echo $separator; ?>
|
107 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
|
108 |
-
<?php $separator = ' + '; endforeach; ?>
|
109 |
-
</small>)
|
110 |
-
<?php endif; ?>
|
111 |
-
<?php echo $this->__('each') ?>
|
112 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 4)): ?>
|
113 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee']); ?>
|
114 |
-
<?php if ($_weeeTaxAttributes): ?>
|
115 |
-
(<small>
|
116 |
-
<?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
|
117 |
-
<?php echo $separator; ?>
|
118 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()+$_attribute->getTaxAmount()); ?>
|
119 |
-
<?php $separator = ' + '; endforeach; ?>
|
120 |
-
</small>)
|
121 |
-
<?php endif; ?>
|
122 |
-
<?php echo $this->__('each') ?>
|
123 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 2)): ?>
|
124 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_tax']); ?>
|
125 |
-
<?php if ($_weeeTaxAttributes): ?>
|
126 |
-
(<small>
|
127 |
-
<?php foreach ($_weeeTaxAttributes as $_attribute): ?>
|
128 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
|
129 |
-
<?php endforeach; ?>
|
130 |
-
<?php echo $this->__('Total incl. Tax: %1$s', $_price['formated_price_incl_weee']); ?>
|
131 |
-
</small>)
|
132 |
-
<?php endif; ?>
|
133 |
-
<?php echo $this->__('each') ?>
|
134 |
-
<?php else: ?>
|
135 |
-
<?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price_incl_tax']) ?>
|
136 |
-
<?php endif; ?>
|
137 |
-
<?php else: ?>
|
138 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_product, 0)): ?>
|
139 |
-
<?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price_incl_weee_only']) ?>
|
140 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 1)): ?>
|
141 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
|
142 |
-
<?php if ($_weeeTaxAttributes): ?>
|
143 |
-
(<small>
|
144 |
-
<?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
|
145 |
-
<?php echo $separator; ?>
|
146 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
|
147 |
-
<?php $separator = ' + '; endforeach; ?>
|
148 |
-
</small>)
|
149 |
-
<?php endif; ?>
|
150 |
-
<?php echo $this->__('each') ?>
|
151 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 4)): ?>
|
152 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
|
153 |
-
<?php if ($_weeeTaxAttributes): ?>
|
154 |
-
(<small>
|
155 |
-
<?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
|
156 |
-
<?php echo $separator; ?>
|
157 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()+$_attribute->getTaxAmount()); ?>
|
158 |
-
<?php $separator = ' + '; endforeach; ?>
|
159 |
-
</small>)
|
160 |
-
<?php endif; ?>
|
161 |
-
<?php echo $this->__('each') ?>
|
162 |
-
<?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 2)): ?>
|
163 |
-
<?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price']); ?>
|
164 |
-
<?php if ($_weeeTaxAttributes): ?>
|
165 |
-
(<small>
|
166 |
-
<?php foreach ($_weeeTaxAttributes as $_attribute): ?>
|
167 |
-
<?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
|
168 |
-
<?php endforeach; ?>
|
169 |
-
<?php echo $this->__('Total incl. Tax: %1$s', $_price['formated_price_incl_weee_only']); ?>
|
170 |
-
</small>)
|
171 |
-
<?php endif; ?>
|
172 |
-
<?php echo $this->__('each') ?>
|
173 |
-
<?php else: ?>
|
174 |
-
<?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price']) ?>
|
175 |
-
<?php endif; ?>
|
176 |
-
<?php endif; ?>
|
177 |
-
<?php endif; ?>
|
178 |
-
<?php endif; // Can apply MSRP ?>
|
179 |
-
<?php if (!$this->getInGrouped()): ?>
|
180 |
-
<?php if(($_product->getPrice() == $_product->getFinalPrice() && $_product->getPrice() > $_price['price'])
|
181 |
-
|| ($_product->getPrice() != $_product->getFinalPrice() && $_product->getFinalPrice() > $_price['price'])): ?>
|
182 |
-
<?php echo $this->__('and') ?> <strong class="benefit"><?php echo $this->__('save')?> <span class="percent tier-<?php echo $_index;?>"><?php echo $_price['savePercent']?></span>%
|
183 |
-
<?php endif ?></strong>
|
184 |
-
<?php endif; ?>
|
185 |
-
<?php if ($_catalogHelper->isShowPriceOnGesture($_product)):?>
|
186 |
-
<?php $popupId = 'msrp-popup-' . $_product->getId() . $this->helper('core')->getRandomString(20); ?>
|
187 |
-
<a href="#" id="<?php echo($popupId);?>"><?php echo $this->__('Click for price'); ?></a>
|
188 |
-
<script type="text/javascript">
|
189 |
-
<?php
|
190 |
-
$addToCartUrl = $this->getProduct()->isSalable()
|
191 |
-
? $this->getAddToCartUrl($_product, array('qty' => $_price['price_qty']))
|
192 |
-
: '';
|
193 |
-
?>
|
194 |
-
<?php if (!$this->getInGrouped()): ?>
|
195 |
-
var newLink = {
|
196 |
-
url: "<?php echo $addToCartUrl; ?>",
|
197 |
-
qty: "<?php echo $_price['price_qty']?>"
|
198 |
-
};
|
199 |
-
<?php else: ?>
|
200 |
-
var newLink = {
|
201 |
-
url: "<?php echo $addToCartUrl; ?>",
|
202 |
-
notUseForm: true
|
203 |
-
};
|
204 |
-
<?php endif ?>
|
205 |
-
Catalog.Map.addHelpLink(
|
206 |
-
$('<?php echo $popupId ?>'),
|
207 |
-
"<?php echo $_product->getName() ?>",
|
208 |
-
<?php echo json_encode($_price['real_price_html']) ?>,
|
209 |
-
"<?php echo $this->helper('core')->currency($_product->getMsrp(),true,false) ?>",
|
210 |
-
newLink
|
211 |
-
);
|
212 |
-
</script>
|
213 |
-
<?php else: ?>
|
214 |
-
<span class="msrp-price-hide-message">
|
215 |
-
<?php echo $_catalogHelper->getMsrpPriceMessage($_product) ?>
|
216 |
-
</span>
|
217 |
-
<?php endif; ?>
|
218 |
-
</li>
|
219 |
-
<?php endforeach ?>
|
220 |
-
</ul>
|
221 |
-
<?php endif;?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalog/product/view/type/default.phtml
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php /* @var $this Mage_Catalog_Block_Product_View_Abstract */?>
|
28 |
-
<?php $_product = $this->getProduct() ?>
|
29 |
-
<?php if ($_product->isAvailable()): ?>
|
30 |
-
<p class="availability in-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('In stock') ?></span></p>
|
31 |
-
<?php else: ?>
|
32 |
-
<p class="availability out-of-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('Out of stock') ?></span></p>
|
33 |
-
<?php endif; ?>
|
34 |
-
<?php echo $this->getChildHtml('product_type_data_extra') ?>
|
35 |
-
<?php echo '<div style="display:none;">'.$this->getPriceHtml($_product).'</div>'; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalog/product/view/type/onlyprice.phtml
DELETED
@@ -1,30 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php /* @var $this Mage_Catalog_Block_Product_View_Abstract */?>
|
28 |
-
|
29 |
-
<?php $_product = $this->getProduct() ?>
|
30 |
-
<?php echo $this->getPriceHtml($_product) ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalogsearch/advanced/form.phtml
DELETED
@@ -1,96 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Catalog advanced search form
|
30 |
-
*
|
31 |
-
* @see Mage_CatalogSearch_Block_Advanced_Form
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
<?php $maxQueryLength= $this->helper('catalogsearch')->getMaxQueryLength();?>
|
35 |
-
<div class="page-title">
|
36 |
-
<h1><?php echo $this->__('Catalog Advanced Search') ?></h1>
|
37 |
-
</div>
|
38 |
-
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
39 |
-
<form action="<?php echo $this->getSearchPostUrl() ?>" method="get" id="form-validate">
|
40 |
-
<div class="fieldset advanced-search">
|
41 |
-
<h2 class="legend"><?php echo $this->__('Search Settings') ?></h2>
|
42 |
-
<ul class="form-list" id="advanced-search-list">
|
43 |
-
<?php foreach ($this->getSearchableAttributes() as $_attribute): ?>
|
44 |
-
<?php $_code = $_attribute->getAttributeCode() ?>
|
45 |
-
<li>
|
46 |
-
<label for="<?php echo $_code ?>"><?php echo $this->getAttributeLabel($_attribute) ?></label>
|
47 |
-
<?php switch($this->getAttributeInputType($_attribute)):
|
48 |
-
case 'number': ?>
|
49 |
-
<div class="input-range">
|
50 |
-
<input type="text" name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
|
51 |
-
<span class="separator">-</span>
|
52 |
-
<input type="text" name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
|
53 |
-
</div>
|
54 |
-
<?php break;
|
55 |
-
case 'price': ?>
|
56 |
-
<div class="input-range">
|
57 |
-
<input name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
|
58 |
-
<span class="separator">-</span>
|
59 |
-
<input name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
|
60 |
-
<small>(<?php echo $this->getCurrency($_attribute); ?>)</small>
|
61 |
-
</div>
|
62 |
-
<?php break;
|
63 |
-
case 'select': ?>
|
64 |
-
<div class="input-box">
|
65 |
-
<?php echo $this->getAttributeSelectElement($_attribute) ?>
|
66 |
-
</div>
|
67 |
-
<?php break;
|
68 |
-
case 'yesno': ?>
|
69 |
-
<?php echo $this->getAttributeYesNoElement($_attribute) ?>
|
70 |
-
<?php break;
|
71 |
-
case 'date': ?>
|
72 |
-
<div class="input-range">
|
73 |
-
<?php echo $this->getDateInput($_attribute, 'from') ?>
|
74 |
-
<span class="separator">-</span>
|
75 |
-
<?php echo $this->getDateInput($_attribute, 'to') ?>
|
76 |
-
</div>
|
77 |
-
<?php break;
|
78 |
-
default: ?>
|
79 |
-
<div class="input-box">
|
80 |
-
<input type="text" name="<?php echo $_code ?>" id="<?php echo $_code ?>" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute)) ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text <?php echo $this->getAttributeValidationClass($_attribute) ?>" maxlength="<?php echo $maxQueryLength;?>" />
|
81 |
-
</div>
|
82 |
-
<?php endswitch; ?>
|
83 |
-
</li>
|
84 |
-
<?php endforeach; ?>
|
85 |
-
</ul>
|
86 |
-
<script type="text/javascript">decorateList('advanced-search-list')</script>
|
87 |
-
</div>
|
88 |
-
<div class="buttons-set">
|
89 |
-
<button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
|
90 |
-
</div>
|
91 |
-
</form>
|
92 |
-
<script type="text/javascript">
|
93 |
-
//<![CDATA[
|
94 |
-
var dataForm = new VarienForm('form-validate', true);
|
95 |
-
//]]>
|
96 |
-
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalogsearch/advanced/result.phtml
DELETED
@@ -1,60 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="page-title">
|
28 |
-
<h1><?php echo $this->__('Catalog Advanced Search') ?></h1>
|
29 |
-
</div>
|
30 |
-
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
31 |
-
<?php if($this->getResultCount()): ?>
|
32 |
-
<p class="advanced-search-amount">
|
33 |
-
<?php echo $this->helper('catalogsearch')->__('<strong>%d item(s)</strong> were found using the following search criteria', $this->getResultCount()); ?>
|
34 |
-
</p>
|
35 |
-
<?php else: ?>
|
36 |
-
<p class="error-msg"><?php echo $this->helper('catalogsearch')->__('No items were found using the following search criteria.');?> <a href="<?php echo $this->getFormUrl(); ?>"><?php echo $this->helper('catalogsearch')->__('Modify your search'); ?></a></p>
|
37 |
-
<?php endif; ?>
|
38 |
-
|
39 |
-
<div class="advanced-search-summary">
|
40 |
-
<?php $searchCriterias=$this->getSearchCriterias(); ?>
|
41 |
-
<?php foreach (array('left', 'right') as $side): ?>
|
42 |
-
<?php if(@$searchCriterias[$side]): ?>
|
43 |
-
<ul>
|
44 |
-
<?php foreach($searchCriterias[$side] as $criteria): ?>
|
45 |
-
<li><strong><?php echo $this->htmlEscape($this->helper('catalog')->__($criteria['name'])); ?>:</strong> <?php echo $this->htmlEscape($criteria['value']); ?></li>
|
46 |
-
<?php endforeach; ?>
|
47 |
-
</ul>
|
48 |
-
<?php endif; ?>
|
49 |
-
<?php endforeach; ?>
|
50 |
-
<?php if($this->getResultCount()): ?>
|
51 |
-
<p>
|
52 |
-
<?php echo $this->helper('catalogsearch')->__("Don't see what you're looking for?"); ?>
|
53 |
-
<a href="<?php echo $this->getFormUrl(); ?>"><?php echo $this->helper('catalogsearch')->__('Modify your search'); ?></a>
|
54 |
-
</p>
|
55 |
-
<?php endif; ?>
|
56 |
-
</div>
|
57 |
-
<?php if($this->getResultCount()): ?>
|
58 |
-
<?php echo $this->getProductListHtml() ?>
|
59 |
-
<?php endif; ?>
|
60 |
-
<?php $this->getSearchCriterias(); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalogsearch/form.mini.phtml
CHANGED
@@ -27,23 +27,19 @@
|
|
27 |
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
28 |
$catalogSearchHelper = $this->helper('catalogsearch');
|
29 |
?>
|
30 |
-
<
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
//]]>
|
47 |
-
</script>
|
48 |
-
</div>
|
49 |
-
</form>
|
27 |
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
28 |
$catalogSearchHelper = $this->helper('catalogsearch');
|
29 |
?>
|
30 |
+
<div class="block block-search">
|
31 |
+
<form id="search_mini_form" action="<?php echo $catalogSearchHelper->getResultUrl() ?>" method="get">
|
32 |
+
<div class="form-search">
|
33 |
+
<!--<label for="search"><?php echo $this->__('Search:') ?></label>-->
|
34 |
+
<input id="search" type="text" name="<?php echo $catalogSearchHelper->getQueryParamName() ?>" value="<?php echo $catalogSearchHelper->getEscapedQueryText() ?>" class="input-text" maxlength="<?php echo $catalogSearchHelper->getMaxQueryLength();?>" />
|
35 |
+
<button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
|
36 |
+
<div id="search_autocomplete" class="search-autocomplete"></div>
|
37 |
+
<script type="text/javascript">
|
38 |
+
//<![CDATA[
|
39 |
+
var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Key words...') ?>');
|
40 |
+
searchForm.initAutocomplete('<?php echo $catalogSearchHelper->getSuggestUrl() ?>', 'search_autocomplete');
|
41 |
+
//]]>
|
42 |
+
</script>
|
43 |
+
</div>
|
44 |
+
</form>
|
45 |
+
</div>
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalogsearch/result.phtml
DELETED
@@ -1,55 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php if($this->getResultCount()): ?>
|
28 |
-
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
29 |
-
<div class="page-title">
|
30 |
-
<?php if ($this->helper('rss/catalog')->getTagFeedUrl()): ?>
|
31 |
-
<a href="<?php echo $this->helper('rss/catalog')->getTagFeedUrl() ?>" class="nobr link-rss"><?php echo $this->__('Subscribe to Feed') ?></a>
|
32 |
-
<?php endif; ?>
|
33 |
-
<h1><?php echo ($this->getHeaderText() || $this->getHeaderText() === false) ? $this->getHeaderText() : $this->__("Search results for '%s'", $this->helper('catalogsearch')->getEscapedQueryText()) ?></h1>
|
34 |
-
</div>
|
35 |
-
<?php if ($messages = $this->getNoteMessages()):?>
|
36 |
-
<p class="note-msg">
|
37 |
-
<?php foreach ($messages as $message):?>
|
38 |
-
<?php echo $message?><br />
|
39 |
-
<?php endforeach;?>
|
40 |
-
</p>
|
41 |
-
<?php endif; ?>
|
42 |
-
<?php echo $this->getProductListHtml() ?>
|
43 |
-
<?php else: ?>
|
44 |
-
<div class="page-title">
|
45 |
-
<h1><?php echo ($this->getHeaderText() || $this->getHeaderText() === false) ? $this->getHeaderText() : $this->__("Search results for '%s'", $this->helper('catalogsearch')->getEscapedQueryText()) ?></h1>
|
46 |
-
</div>
|
47 |
-
<p class="note-msg">
|
48 |
-
<?php echo ($this->getNoResultText()) ? $this->getNoResultText() : $this->__('Your search returns no results.') ?>
|
49 |
-
<?php if ($messages = $this->getNoteMessages()):?>
|
50 |
-
<?php foreach ($messages as $message):?>
|
51 |
-
<br /><?php echo $message?>
|
52 |
-
<?php endforeach;?>
|
53 |
-
<?php endif; ?>
|
54 |
-
</p>
|
55 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/catalogsearch/term.phtml
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="page-title">
|
28 |
-
<h1><?php echo $this->__('Popular Search Terms') ?></h1>
|
29 |
-
</div>
|
30 |
-
<?php if( sizeof($this->getTerms()) > 0 ): ?>
|
31 |
-
<ul class="tags-list">
|
32 |
-
<?php foreach ($this->getTerms() as $_term): ?>
|
33 |
-
<li><a href="<?php echo $this->getSearchUrl($_term) ?>" style="font-size:<?php echo $_term->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_term->getName()) ?></a></li>
|
34 |
-
<?php endforeach; ?>
|
35 |
-
</ul>
|
36 |
-
<?php else: ?>
|
37 |
-
<p class="note-msg"><?php echo $this->__('There are no search terms available.'); ?></p>
|
38 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/checkout/cart/sidebar.phtml
DELETED
@@ -1,111 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/**
|
27 |
-
* Shoping cart sidebar
|
28 |
-
*
|
29 |
-
* @see Mage_Checkout_Block_Cart_Sidebar
|
30 |
-
*/
|
31 |
-
?>
|
32 |
-
<?php
|
33 |
-
/**
|
34 |
-
* Created by OMG & VDH
|
35 |
-
**/
|
36 |
-
//$helper_data = $this->helper('manageimage');
|
37 |
-
?>
|
38 |
-
<?php if ($this->getIsNeedToDisplaySideBar()):?>
|
39 |
-
<div class="block block-cart">
|
40 |
-
<?php $_cartQty = $this->getSummaryCount() ?>
|
41 |
-
<div class="block-title">
|
42 |
-
<strong><span><?php echo $this->__('Shopping Cart') ?></span></strong>
|
43 |
-
</div>
|
44 |
-
<div class="block-content">
|
45 |
-
<?php if ($_cartQty>0): ?>
|
46 |
-
<div class="summary">
|
47 |
-
<?php if ($_cartQty==1): ?>
|
48 |
-
<p class="amount">
|
49 |
-
<?php
|
50 |
-
$str_color1 = '<a href="%s"><span '.$this->getColorShoppingCart().'>1 product</span></a>.';
|
51 |
-
echo $this->__($str_color1, $this->getUrl('checkout/cart'));
|
52 |
-
?>
|
53 |
-
</p>
|
54 |
-
<?php else: ?>
|
55 |
-
<p class="amount">
|
56 |
-
<?php
|
57 |
-
$str_color2 = '<a href="%s"><span '.$this->getColorShoppingCart().'>%s products</span></a>.';
|
58 |
-
echo $this->__($str_color2, $this->getUrl('checkout/cart'), $_cartQty);
|
59 |
-
?>
|
60 |
-
</p>
|
61 |
-
<?php endif ?>
|
62 |
-
<p class="subtotal">
|
63 |
-
<?php if ($this->canApplyMsrp()): ?>
|
64 |
-
<span class="map-cart-sidebar-total"><?php echo $this->__('ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER'); ?></span>
|
65 |
-
<?php else: ?>
|
66 |
-
<span class="label"><?php echo $this->__('Cart Subtotal:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
|
67 |
-
<?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
|
68 |
-
<br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
|
69 |
-
<?php endif; ?>
|
70 |
-
<?php endif; ?>
|
71 |
-
</p>
|
72 |
-
</div>
|
73 |
-
<?php endif ?>
|
74 |
-
<?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
|
75 |
-
<?php endif ?>
|
76 |
-
<?php $_items = $this->getRecentItems() ?>
|
77 |
-
<?php if(count($_items)): ?>
|
78 |
-
<p class="block-subtitle"><?php echo $this->__('Recently added item(s)') ?></p>
|
79 |
-
<ol id="cart-sidebar" class="mini-products-list">
|
80 |
-
<?php foreach($_items as $_item): ?>
|
81 |
-
<span <?php echo $this->getColorShoppingCart();?>>
|
82 |
-
<?php echo $this->getItemHtml($_item) ?>
|
83 |
-
</span>
|
84 |
-
<?php endforeach; ?>
|
85 |
-
</ol>
|
86 |
-
<script>
|
87 |
-
$('cart-sidebar').style.padding="0";
|
88 |
-
</script>
|
89 |
-
<script type="text/javascript">decorateList('cart-sidebar', 'none-recursive')</script>
|
90 |
-
<?php else: ?>
|
91 |
-
<div class="empty">
|
92 |
-
<p class="cart-style">
|
93 |
-
<?php echo '<span '.$this->getColorShoppingCart().'>';?><?php echo $this->__('No product.') ?></span>
|
94 |
-
</p>
|
95 |
-
</div>
|
96 |
-
<div class="subtotal">
|
97 |
-
<p class="cart-style">
|
98 |
-
<span class="label"><?php echo $this->__('Total:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
|
99 |
-
</p>
|
100 |
-
</div>
|
101 |
-
<?php endif ?>
|
102 |
-
<div class="button-shopping-cart">
|
103 |
-
<span> Prices are tax excluded </span><br /><br />
|
104 |
-
<div style="margin-left: 0px;">
|
105 |
-
<button type="button" title="<?php echo $this->__('cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo Mage::helper('checkout/cart')->getCartUrl(); ?>')"><span><span><?php echo $this->__('Cart') ?></span></span></button>
|
106 |
-
<button type="button" title="<?php echo $this->__('Checkout') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
|
107 |
-
</div>
|
108 |
-
</div>
|
109 |
-
</div>
|
110 |
-
</div>
|
111 |
-
<?php endif;?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/checkout/success.phtml
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="checkout-onepage-success">
|
28 |
+
<div class="page-title">
|
29 |
+
<h1><?php echo $this->__('Your order has been received.') ?></h1>
|
30 |
+
</div>
|
31 |
+
<div class="page-content">
|
32 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
33 |
+
<h2 class="sub-title"><?php echo $this->__('Thank you for your purchase!') ?></h2>
|
34 |
+
|
35 |
+
<?php if ($this->getOrderId()):?>
|
36 |
+
<?php if ($this->getCanViewOrder()) :?>
|
37 |
+
<p><?php echo $this->__('Your order # is: %s.', sprintf('<a href="%s">%s</a>', $this->escapeHtml($this->getViewOrderUrl()), $this->escapeHtml($this->getOrderId()))) ?></p>
|
38 |
+
<?php else :?>
|
39 |
+
<p><?php echo $this->__('Your order # is: %s.', $this->escapeHtml($this->getOrderId())) ?></p>
|
40 |
+
<?php endif;?>
|
41 |
+
<p><?php echo $this->__('You will receive an order confirmation email with details of your order and a link to track its progress.') ?></p>
|
42 |
+
<?php if ($this->getCanViewOrder() && $this->getCanPrintOrder()) :?>
|
43 |
+
<p>
|
44 |
+
<?php echo $this->__('Click <a href="%s" onclick="this.target=\'_blank\'">here to print</a> a copy of your order confirmation.', $this->getPrintUrl()) ?>
|
45 |
+
<?php echo $this->getChildHtml() ?>
|
46 |
+
</p>
|
47 |
+
<?php endif;?>
|
48 |
+
<?php endif;?>
|
49 |
+
|
50 |
+
<?php if ($this->getAgreementRefId()): ?>
|
51 |
+
<p><?php echo $this->__('Your billing agreement # is: %s.', sprintf('<a href="%s">%s</a>', $this->escapeHtml($this->getAgreementUrl()), $this->escapeHtml($this->getAgreementRefId())))?></p>
|
52 |
+
<?php endif;?>
|
53 |
+
|
54 |
+
<?php if ($profiles = $this->getRecurringProfiles()):?>
|
55 |
+
<p><?php echo $this->__('Your recurring payment profiles:'); ?></p>
|
56 |
+
<ul class="disc">
|
57 |
+
<?php foreach($profiles as $profile):?>
|
58 |
+
<?php $profileIdHtml = ($this->getCanViewProfiles() ? sprintf('<a href="%s">%s</a>', $this->escapeHtml($this->getProfileUrl($profile)), $this->escapeHtml($this->getObjectData($profile, 'reference_id'))) : $this->escapeHtml($this->getObjectData($profile, 'reference_id')));?>
|
59 |
+
<li><?php echo $this->__('Payment profile # %s: "%s".', $profileIdHtml, $this->escapeHtml($this->getObjectData($profile, 'schedule_description')))?></li>
|
60 |
+
<?php endforeach;?>
|
61 |
+
</ul>
|
62 |
+
<?php endif;?>
|
63 |
+
|
64 |
+
<div class="buttons-set">
|
65 |
+
<button type="button" class="button" title="<?php echo $this->__('Continue Shopping') ?>" onclick="window.location='<?php echo $this->getUrl() ?>'"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
|
66 |
+
</div>
|
67 |
+
</div>
|
68 |
+
</div>
|
app/design/frontend/ma2/ante/template/ma2_manufacturers/default.phtml
CHANGED
@@ -1,67 +1,39 @@
|
|
1 |
<?php
|
2 |
-
/**
|
3 |
-
* MagenMarket.com
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_Manufacturers Free
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: default.phtml 3 2014-01-13 09:15:57Z linhnt $ */
|
22 |
-
|
23 |
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
24 |
$manufacturers = $this->getManufacturers();
|
25 |
$thumbW = intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) : 120;
|
26 |
$thumbH = intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) : 60;
|
27 |
$dimension_spec = intval(Mage::getStoreConfig('manufacturers/general/dimension_spec')) == 1;
|
|
|
28 |
$showLogo = true;
|
29 |
-
if
|
30 |
-
|
31 |
-
|
32 |
-
$showProductCount = false;
|
33 |
-
if ($this->getShowProductCount() != null && (int)$this->getShowProductCount() == 1) $showProductCount = true; // default is not show
|
34 |
|
35 |
if(is_array($manufacturers) && count($manufacturers)): ?>
|
36 |
<div class="ma2-manufacturers block">
|
37 |
<div class="block-inner">
|
38 |
<?php if ($this->getTitle()): ?>
|
39 |
-
<
|
40 |
-
<
|
41 |
-
<span
|
42 |
-
|
43 |
-
|
44 |
-
</h3>
|
45 |
-
</div>
|
46 |
-
<?php else: ?>
|
47 |
-
<div class="brands-title">
|
48 |
-
<h3>
|
49 |
-
<span>
|
50 |
-
<?php echo $this->__('brands'); ?>
|
51 |
-
</span>
|
52 |
-
</h3>
|
53 |
-
</div>
|
54 |
<?php endif; ?>
|
55 |
<ul class="manufacturers list">
|
56 |
<?php
|
|
|
57 |
foreach($manufacturers as $manufacturer){
|
58 |
$link = '{{store url="catalogsearch/advanced/result" _query="' . $manu_code . '='.$manufacturer['value'].'"}}';
|
59 |
-
$link_text = '';
|
60 |
-
|
61 |
-
if ($
|
62 |
-
|
63 |
-
|
64 |
-
|
|
|
|
|
|
|
65 |
}
|
66 |
?>
|
67 |
</ul>
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
3 |
$manufacturers = $this->getManufacturers();
|
4 |
$thumbW = intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) : 120;
|
5 |
$thumbH = intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) : 60;
|
6 |
$dimension_spec = intval(Mage::getStoreConfig('manufacturers/general/dimension_spec')) == 1;
|
7 |
+
|
8 |
$showLogo = true;
|
9 |
+
if($this->getShowLogo() != null && (int)$this->getShowLogo() == 0) $showLogo = false; // default is show
|
10 |
+
|
11 |
+
$showProductCount = ($this->getShowProductCount() != null && $this->getShowProductCount() == 1) ? true : false; // default is not show
|
|
|
|
|
12 |
|
13 |
if(is_array($manufacturers) && count($manufacturers)): ?>
|
14 |
<div class="ma2-manufacturers block">
|
15 |
<div class="block-inner">
|
16 |
<?php if ($this->getTitle()): ?>
|
17 |
+
<h3 class="block-title">
|
18 |
+
<span class="format-span">
|
19 |
+
<span><?php echo $this->getTitle(); ?></span>
|
20 |
+
</span>
|
21 |
+
</h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
<?php endif; ?>
|
23 |
<ul class="manufacturers list">
|
24 |
<?php
|
25 |
+
$idx = 0;
|
26 |
foreach($manufacturers as $manufacturer){
|
27 |
$link = '{{store url="catalogsearch/advanced/result" _query="' . $manu_code . '='.$manufacturer['value'].'"}}';
|
28 |
+
$link_text = ($showLogo && $manufacturer['image'] != '') ? '<img '. ($dimension_spec ? 'width="'.$thumbW.'" height="'.$thumbH.'"' : '') . 'src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . $manufacturer['image'] . '" alt="'. $manufacturer['label'] .'" />' : $manufacturer['label'];
|
29 |
+
$link_text .= $showProductCount ? '<span class="product_count">(' . $manufacturer['product_count'] . ')</span>' : '';
|
30 |
+
if ($idx == 0) {
|
31 |
+
$first = ' first';
|
32 |
+
} else {
|
33 |
+
$first = '';
|
34 |
+
}
|
35 |
+
echo '<li class="manufacturer'.$first.'"><a href="'.Mage::helper('cms')->getPageTemplateProcessor()->filter($link).'" title="'.$this->escapeHtml($manufacturer['label']).'">'. $link_text . '</a></li>';
|
36 |
+
$idx++;
|
37 |
}
|
38 |
?>
|
39 |
</ul>
|
app/design/frontend/ma2/ante/template/ma2_manufacturers/grid.phtml
CHANGED
@@ -1,71 +1,37 @@
|
|
1 |
<?php
|
2 |
-
/**
|
3 |
-
* MagenMarket.com
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_Manufacturers Free
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: grid.phtml 3 2014-01-13 09:15:57Z linhnt $ */
|
22 |
-
|
23 |
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
24 |
$manufacturers = $this->getManufacturers();
|
25 |
$thumbW = intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) : 120;
|
26 |
$thumbH = intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) : 60;
|
27 |
$dimension_spec = intval(Mage::getStoreConfig('manufacturers/general/dimension_spec')) == 1;
|
28 |
|
29 |
-
$showLogo = true;
|
30 |
-
|
31 |
-
$showName = true;
|
32 |
-
if ($this->getShowName() != null && (int)$this->getShowName() == 0) $showName = false; // default is show
|
33 |
-
$showProductCount = false;
|
34 |
-
if ($this->getShowProductCount() != null && (int)$this->getShowProductCount() == 1) $showProductCount = true; // default is not show
|
35 |
|
36 |
// grid
|
37 |
-
$gridColumn =
|
38 |
-
if ($this->getGridCol() != null && (int)$this->getGridCol() > 0) $gridColumn = (int)$this->getGridCol();
|
39 |
$itemWidth = (100 / $gridColumn);
|
40 |
|
41 |
if(is_array($manufacturers) && count($manufacturers)): ?>
|
42 |
<div class="ma2-manufacturers block">
|
43 |
<div class="block-inner">
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
<?php
|
46 |
-
$
|
47 |
-
foreach($manufacturers as $idx => $manufacturer){
|
48 |
$link = '{{store url="catalogsearch/advanced/result" _query="' . $manu_code . '='.$manufacturer['value'].'"}}';
|
49 |
-
$link_text = '';
|
50 |
-
|
51 |
-
|
52 |
-
$link_text .= $showProductCount ? ' (' . $manufacturer['product_count'] . ')' : '';
|
53 |
-
$link_text .= '</span>';
|
54 |
-
if ($idx % $gridColumn == 0) echo '<div class="row-separator clear"></div>';
|
55 |
-
if($ij == $gridColumn){ $last = 'last';}
|
56 |
-
echo '<div class="manufacturer '.$last.'" style="width: '.$itemWidth.'%;">
|
57 |
-
<div class="manufacturer-inner">
|
58 |
-
<a href="'.Mage::helper('cms')->getPageTemplateProcessor()->filter($link).'" title="'.$this->escapeHtml($manufacturer['label']).'">'. $link_text . '</a>
|
59 |
-
</div>
|
60 |
-
</div>';
|
61 |
-
$ij++;
|
62 |
}
|
63 |
?>
|
64 |
-
</
|
65 |
-
<div class="clear"></div>
|
66 |
</div>
|
67 |
</div>
|
68 |
<?php endif; ?>
|
69 |
-
<?php
|
70 |
-
unset($showLogo, $showName, $showProductCount);
|
71 |
-
?>
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
3 |
$manufacturers = $this->getManufacturers();
|
4 |
$thumbW = intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) : 120;
|
5 |
$thumbH = intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) : 60;
|
6 |
$dimension_spec = intval(Mage::getStoreConfig('manufacturers/general/dimension_spec')) == 1;
|
7 |
|
8 |
+
$showLogo = ($this->getShowLogo() && $this->getShowLogo() == 0) ? false : true; // default is show
|
9 |
+
$showProductCount = ($this->getShowProductCount() && $this->getShowProductCount() == 1) ? true : false; // default is not show
|
|
|
|
|
|
|
|
|
10 |
|
11 |
// grid
|
12 |
+
$gridColumn = ($this->getGridCol() && (int)$this->getGridCol() > 0) ? (int)$this->getGridCol() : 8;
|
|
|
13 |
$itemWidth = (100 / $gridColumn);
|
14 |
|
15 |
if(is_array($manufacturers) && count($manufacturers)): ?>
|
16 |
<div class="ma2-manufacturers block">
|
17 |
<div class="block-inner">
|
18 |
+
<?php if ($this->getTitle()): ?>
|
19 |
+
<h3 class="block-title">
|
20 |
+
<span class="format-span">
|
21 |
+
<span><?php echo $this->getTitle(); ?></span>
|
22 |
+
</span>
|
23 |
+
</h3>
|
24 |
+
<?php endif; ?>
|
25 |
+
<ul class="manufacturers grid">
|
26 |
<?php
|
27 |
+
foreach($manufacturers as $manufacturer){
|
|
|
28 |
$link = '{{store url="catalogsearch/advanced/result" _query="' . $manu_code . '='.$manufacturer['value'].'"}}';
|
29 |
+
$link_text = ($showLogo && $manufacturer['image'] != '') ? '<img '. ($dimension_spec ? 'width="'.$thumbW.'" height="'.$thumbH.'"' : '') . 'src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . $manufacturer['image'] . '" alt="'. $manufacturer['label'] .'" />' : $manufacturer['label'];
|
30 |
+
$link_text .= $showProductCount ? '(' . $manufacturer['product_count'] . ')' : '';
|
31 |
+
echo '<li class="manufacturer" style="width: '.$itemWidth.'%;"><a href="'.Mage::helper('cms')->getPageTemplateProcessor()->filter($link).'" title="'.$this->escapeHtml($manufacturer['label']).'">'. $link_text . '</a></li>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
?>
|
34 |
+
</ul>
|
|
|
35 |
</div>
|
36 |
</div>
|
37 |
<?php endif; ?>
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/ma2_manufacturers/slider.phtml
CHANGED
@@ -1,137 +1,69 @@
|
|
1 |
<?php
|
2 |
-
/**
|
3 |
-
* MagenMarket.com
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_Manufacturers Free
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: slider.phtml 3 2014-01-13 09:15:57Z linhnt $ */
|
22 |
-
|
23 |
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
24 |
$manufacturers = $this->getManufacturers();
|
25 |
$thumbW = intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) : 120;
|
26 |
$thumbH = intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) : 60;
|
27 |
-
$dimension_spec = intval(Mage::getStoreConfig('manufacturers/general/dimension_spec'))
|
28 |
-
|
29 |
-
$showLogo = true;
|
30 |
-
if ($this->getShowLogo() != null && (int)$this->getShowLogo() == 0) $showLogo = false; // default is show
|
31 |
-
$showName = true;
|
32 |
-
if ($this->getShowName() != null && (int)$this->getShowName() == 0) $showName = false; // default is show
|
33 |
-
$showProductCount = false;
|
34 |
-
if ($this->getShowProductCount() != null && (int)$this->getShowProductCount() == 1) $showProductCount = true; // default is not show
|
35 |
-
|
36 |
-
// grid
|
37 |
-
$gridColumn = 6;
|
38 |
-
if ($this->getGridCol() != null && (int)$this->getGridCol() > 0) $gridColumn = (int)$this->getGridCol();
|
39 |
-
$itemWidth = (100 / $gridColumn);
|
40 |
-
|
41 |
-
// uniq Id
|
42 |
-
$uniqId = Mage::helper('core')->uniqHash('manufacturers-slider-');
|
43 |
-
|
44 |
|
45 |
if(is_array($manufacturers) && count($manufacturers)): ?>
|
46 |
-
<div
|
47 |
-
|
48 |
-
<?php if ($this->getTitle()): ?>
|
49 |
-
<div class="brands-title">
|
50 |
-
<h3 class="block-title">
|
51 |
-
<span class="format-span">
|
52 |
-
<?php echo $this->getTitle(); ?>
|
53 |
-
</span>
|
54 |
-
</h3>
|
55 |
-
</div>
|
56 |
-
<?php else: ?>
|
57 |
-
<div class="brands-title">
|
58 |
-
<h3>
|
59 |
-
<span>
|
60 |
-
<?php echo $this->__('brands'); ?>
|
61 |
-
</span>
|
62 |
-
</h3>
|
63 |
-
</div>
|
64 |
-
<?php endif; ?>
|
65 |
-
<div class="controls">
|
66 |
-
<a rel="prev" class="carousel-control ico-prev" href="javascript:">‹</a>
|
67 |
-
<a rel="next" class="carousel-control ico-next" href="javascript:">›</a>
|
68 |
-
</div>
|
69 |
-
<div class="manufacturers">
|
70 |
-
<div class="slider">
|
71 |
-
<div class="slider-inner">
|
72 |
<?php
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
$link_text .= $showProductCount ? ' (' . $manufacturer['product_count'] . ')' : '';
|
79 |
-
$link_text .= '</span>';
|
80 |
-
if ($idx == 0){ echo '<div class="manufacturer-slide">';}
|
81 |
-
else if ($idx % $gridColumn == 0){ echo '</div><div class="manufacturer-slide">';}
|
82 |
-
|
83 |
-
echo '<div class="manufacturer" style="width: '.$itemWidth.'%;">
|
84 |
-
<div class="manufacturer-inner">
|
85 |
-
<a href="'.Mage::helper('cms')->getPageTemplateProcessor()->filter($link).'" title="'.$this->escapeHtml($manufacturer['label']).'">'. $link_text . '</a>
|
86 |
-
</div>
|
87 |
-
</div>';
|
88 |
-
|
89 |
-
if ($idx == count($manufacturers) - 1) echo '</div>';
|
90 |
-
}
|
91 |
?>
|
92 |
-
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
</div>
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
|
|
130 |
});
|
131 |
-
|
132 |
-
|
133 |
-
</script>
|
134 |
<?php endif; ?>
|
135 |
-
<?php
|
136 |
-
unset($showLogo, $showName, $showProductCount);
|
137 |
-
?>
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
$manu_code = Mage::getStoreConfig('manufacturers/general/attr_code');
|
3 |
$manufacturers = $this->getManufacturers();
|
4 |
$thumbW = intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_w')) : 120;
|
5 |
$thumbH = intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) > 0 ? intval(Mage::getStoreConfig('manufacturers/general/thumb_h')) : 60;
|
6 |
+
$dimension_spec = intval(Mage::getStoreConfig('manufacturers/general/dimension_spec'));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
if(is_array($manufacturers) && count($manufacturers)): ?>
|
9 |
+
<div id="ma2manu-slider" class="ma2manu-slider protoshow">
|
10 |
+
<ol class="manufacturers show">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<?php
|
12 |
+
$idx = 0;
|
13 |
+
$items_per_slide = 6;
|
14 |
+
foreach($manufacturers as $manufacturer):
|
15 |
+
$link = '{{store url="catalogsearch/advanced/result" _query="' . $manu_code . '='.$manufacturer['value'].'"}}';
|
16 |
+
$link_text = $manufacturer['image'] != '' ? '<img '. ($dimension_spec ? 'width="'.$thumbW.'" height="'.$thumbH.'"' : '') . 'src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . $manufacturer['image'] . '" alt="'. $manufacturer['label'] .'" />' : $manufacturer['label'];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
?>
|
18 |
+
<?php if($idx++%$items_per_slide == 0): ?>
|
19 |
+
<ul class="slide">
|
20 |
+
<?php endif; ?>
|
21 |
+
<li>
|
22 |
+
<a href="<?php echo Mage::helper('cms')->getPageTemplateProcessor()->filter($link); ?>" title="<?php echo $this->escapeHtml($manufacturer['label']); ?>"><?php echo $link_text; ?></a>
|
23 |
+
</li>
|
24 |
+
<?php if($idx%$items_per_slide == 0 || $idx==count($manufacturers)): ?>
|
25 |
+
</ul>
|
26 |
+
<?php endif; ?>
|
27 |
+
<?php endforeach; ?>
|
28 |
+
</ol>
|
29 |
</div>
|
30 |
+
<?php
|
31 |
+
$slide = count($manufacturers)/$items_per_slide;
|
32 |
+
if(count($manufacturers)%$items_per_slide > 0){
|
33 |
+
$total_slide = $slide + 1;
|
34 |
+
} else {
|
35 |
+
$total_slide = $slide;
|
36 |
+
}
|
37 |
+
?>
|
38 |
+
<script type="text/javascript">
|
39 |
+
//<![CDATA[
|
40 |
+
Event.observe(window, "load", function() {
|
41 |
+
var slideWidth = $('ma2manu-slider').getWidth();
|
42 |
+
$$('.manufacturers .slide').each(function(element){
|
43 |
+
element.setStyle({
|
44 |
+
width : slideWidth + 'px'
|
45 |
+
});
|
46 |
+
});
|
47 |
+
$$('.ma2manu-slider .show').each(function(element){
|
48 |
+
element.setStyle({
|
49 |
+
width : slideWidth * <?php echo $total_slide ?> + 'px'
|
50 |
+
});
|
51 |
+
});
|
52 |
+
//options
|
53 |
+
$('ma2manu-slider').protoShow({
|
54 |
+
interval : 3000,
|
55 |
+
autoPlay : false,
|
56 |
+
transitionType : "slide",
|
57 |
+
transitionTime : 1.5,
|
58 |
+
manTransitionTime : 0.5,
|
59 |
+
navigation : true,
|
60 |
+
controls : false,
|
61 |
+
stopText : "",
|
62 |
+
playText : ">",
|
63 |
+
previousText : "<",
|
64 |
+
pauseOnHover : false
|
65 |
+
});
|
66 |
});
|
67 |
+
//]]>
|
68 |
+
</script>
|
|
|
69 |
<?php endif; ?>
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/ma2_slideshow/slideshow.phtml
CHANGED
@@ -1,42 +1,43 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
$auto_play = ($options->auto_play == 1) ? 'true' : 'false';
|
25 |
-
$navigation = ($options->navigation == 1) ? 'true' : 'false';
|
26 |
-
$controls = ($options->controls == 1) ? 'true' : 'false';
|
27 |
-
$pauseOnHover = ($options->pauseOnHover == 1) ? 'true' : 'false';
|
28 |
-
?>
|
29 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
<script type="text/javascript">
|
31 |
<!--
|
32 |
Event.observe(window, "load", function() {
|
33 |
-
|
34 |
-
var slideWidth = $('ma2-slideshow<?php echo $uniqId; ?>').getWidth();
|
35 |
$$('.show .slide').each(function(element){
|
36 |
element.setStyle({
|
37 |
width : slideWidth + 'px'
|
38 |
});
|
39 |
-
});
|
40 |
//options
|
41 |
$('ma2-slideshow<?php echo $uniqId; ?>') && $('ma2-slideshow<?php echo $uniqId; ?>').protoShow({
|
42 |
interval : <?php echo intval($options->interval); ?>,
|
@@ -49,17 +50,20 @@
|
|
49 |
stopText : "||",
|
50 |
playText : ">",
|
51 |
pauseOnHover : <?php echo $pauseOnHover; ?>
|
52 |
-
});
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
});
|
61 |
});
|
62 |
|
63 |
-->
|
64 |
</script>
|
65 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
1 |
+
<?php $uniqId = Mage::helper('core')->uniqHash('-'); ?>
|
2 |
+
<?php if(count($items)) : ?>
|
3 |
+
<div class="wrap-slideshow">
|
4 |
+
<div id="ma2-slideshow<?php echo $uniqId; ?>" class="ma2-slideshow protoshow" style="height: <?php echo $options->slide_height; ?>px">
|
5 |
+
<ul class="show" style="height: <?php echo $options->slide_height; ?>px">
|
6 |
+
<?php foreach ($items as $item) : ?>
|
7 |
+
<li class="slide">
|
8 |
+
<img class="img-slide" src="<?php echo Mage::getBaseUrl('media').'ma2slideshow/'.$item->getFilename(); ?>" alt="<?php echo $this->escapeHtml($item->getTitle()); ?>"/>
|
9 |
+
<?php if($options->display_title == 1 && $options->display_content == 1) : ?>
|
10 |
+
<div class="item-desc">
|
11 |
+
<?php if($options->display_title == 1) : ?>
|
12 |
+
<h1 class="title"><a href="<?php echo $item->getSlideshowUrl() ?>" title="<?php echo $this->escapeHtml($item->getTitle()); ?>"><?php echo $item->getTitle(); ?></a></h1>
|
13 |
+
<?php endif; ?>
|
14 |
+
<?php if($options->display_content == 1) : ?>
|
15 |
+
<div class="item-content"><?php echo $item->getContent(); ?></div>
|
16 |
+
<?php endif; ?>
|
17 |
+
<a class="readmore" href="<?php echo $item->getSlideshowUrl() ?>" title="<?php echo $this->escapeHtml($item->getTitle()); ?>"><?php echo $this->__('Shop now')?></a>
|
18 |
+
</div>
|
19 |
+
<?php endif; ?>
|
20 |
+
</li>
|
21 |
+
<?php endforeach; ?>
|
22 |
+
</ul>
|
23 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
24 |
</div>
|
25 |
+
<?php
|
26 |
+
$auto_play = ($options->auto_play == 1) ? 'true' : 'false';
|
27 |
+
$navigation = ($options->navigation == 1) ? 'true' : 'false';
|
28 |
+
$controls = ($options->controls == 1) ? 'true' : 'false';
|
29 |
+
$pauseOnHover = ($options->pauseOnHover == 1) ? 'true' : 'false';
|
30 |
+
?>
|
31 |
<script type="text/javascript">
|
32 |
<!--
|
33 |
Event.observe(window, "load", function() {
|
34 |
+
//.
|
35 |
+
/* var slideWidth = $('ma2-slideshow<?php echo $uniqId; ?>').getWidth();
|
36 |
$$('.show .slide').each(function(element){
|
37 |
element.setStyle({
|
38 |
width : slideWidth + 'px'
|
39 |
});
|
40 |
+
}); */
|
41 |
//options
|
42 |
$('ma2-slideshow<?php echo $uniqId; ?>') && $('ma2-slideshow<?php echo $uniqId; ?>').protoShow({
|
43 |
interval : <?php echo intval($options->interval); ?>,
|
50 |
stopText : "||",
|
51 |
playText : ">",
|
52 |
pauseOnHover : <?php echo $pauseOnHover; ?>
|
53 |
+
});
|
54 |
+
/* $('ma2-slideshow<?php echo $uniqId; ?>').observe('mouseover', function(e){
|
55 |
+
e.stop();
|
56 |
+
$$('.proto-controls').invoke('show');
|
57 |
+
}).observe('mouseout', function(e){
|
58 |
+
e.stop();
|
59 |
+
$$('.proto-controls').invoke('hide');
|
60 |
+
}); */
|
|
|
61 |
});
|
62 |
|
63 |
-->
|
64 |
</script>
|
65 |
+
<?php endif; ?>
|
66 |
+
|
67 |
+
|
68 |
+
|
69 |
+
|
app/design/frontend/ma2/ante/template/ma2_widgetproductlist/bestselling/default.phtml
CHANGED
@@ -1,215 +1,98 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
?>
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
<?php
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
<?php else: ?>
|
99 |
-
<div class="featured-products">
|
100 |
-
<?php
|
101 |
-
$_collectionSize = $WidgetProductProductCollection->count();
|
102 |
-
$idx=0; unset($idx);
|
103 |
-
$inlineStyle = 'style="width:'.$item_width.'%;"';
|
104 |
-
foreach ($WidgetProductProductCollection as $_product): ?>
|
105 |
-
<?php if ($idx==0 || ($idx%$_columnCount)==0): ?>
|
106 |
-
<ul class="featured-grid" id="featured-grid-<?php echo $idx+1 ?>">
|
107 |
-
<?php endif; ?>
|
108 |
-
<li class="item<?php if($idx%$_columnCount==0): ?> first<?php elseif(($idx+1)%$_columnCount==0): ?> last<?php endif; ?>" <?php echo $inlineStyle; ?>>
|
109 |
-
<div class="item-content-product">
|
110 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image">
|
111 |
-
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(158); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
112 |
-
</a>
|
113 |
-
<div class="product-title">
|
114 |
-
<h5>
|
115 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
|
116 |
-
<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
|
117 |
-
</a>
|
118 |
-
</h5>
|
119 |
-
</div>
|
120 |
-
<?php
|
121 |
-
if($show_short_description == 1):
|
122 |
-
if ($_product->getShortDescription()):
|
123 |
-
?>
|
124 |
-
<div class="short-description-product">
|
125 |
-
<?php
|
126 |
-
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
127 |
-
if(isset($short_description_limit) && !empty($short_description_limit)):
|
128 |
-
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
129 |
-
else:
|
130 |
-
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
131 |
-
endif;
|
132 |
-
echo $shortDesc[0] . '...';
|
133 |
-
?>
|
134 |
-
</div>
|
135 |
-
<?php
|
136 |
-
endif;
|
137 |
-
endif;
|
138 |
-
?>
|
139 |
-
<?php if($_product->getRatingSummary()): ?>
|
140 |
-
<?php echo $this->getReviewsSummaryHtml($_product, 'short'); ?>
|
141 |
-
<?php endif; ?>
|
142 |
-
<div class="border-style">
|
143 |
-
<div class="style-border-ie">
|
144 |
-
<div class="border-bottom">
|
145 |
-
<div class="box-price">
|
146 |
-
<?php
|
147 |
-
// Get the Special Price
|
148 |
-
$specialprice = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialPrice();
|
149 |
-
// Get the Special Price FROM date
|
150 |
-
$specialPriceFromDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialFromDate();
|
151 |
-
// Get the Special Price TO date
|
152 |
-
$specialPriceToDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialToDate();
|
153 |
-
// Get Current date
|
154 |
-
$today = time();
|
155 |
-
// without currency sign
|
156 |
-
$_specialPrice = $_product->getFinalPrice();
|
157 |
-
$nonEscapableNbspChar = html_entity_decode('  ', ENT_NOQUOTES, 'UTF-8');
|
158 |
-
if ($specialprice):
|
159 |
-
if($today >= strtotime( $specialPriceFromDate) && $today <= strtotime($specialPriceToDate) || $today >= strtotime( $specialPriceFromDate) && is_null($specialPriceToDate)):
|
160 |
-
echo '<div class="special-price"><span class="format-span-price1">'.$_formattedActualPrice = Mage::helper('core')->currency($_product->getPrice(),true,false).'</span>';
|
161 |
-
// with currency sign
|
162 |
-
echo $nonEscapableNbspChar.'<span><span class="format-span-price2">'.$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false).'</span></span></div>';
|
163 |
-
endif;
|
164 |
-
else:
|
165 |
-
echo $this->getPriceHtml($_product, true);
|
166 |
-
endif;
|
167 |
-
?>
|
168 |
-
</div>
|
169 |
-
</div>
|
170 |
-
</div>
|
171 |
-
</div>
|
172 |
-
<div class="actions">
|
173 |
-
<?php if($show_addtocart == 1): ?>
|
174 |
-
<div class="ma2-addtocart">
|
175 |
-
<?php if($_product->isSaleable()): ?>
|
176 |
-
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
177 |
-
<?php else: ?>
|
178 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
179 |
-
<?php endif; ?>
|
180 |
-
</div>
|
181 |
-
<?php endif; ?>
|
182 |
-
<?php if($show_details == 1):?>
|
183 |
-
<div class="ma2-detail">
|
184 |
-
<button type="button" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class=" btn-detail" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
|
185 |
-
</div>
|
186 |
-
<?php endif;?>
|
187 |
-
</div>
|
188 |
-
</div>
|
189 |
-
</li>
|
190 |
-
<?php
|
191 |
-
$idx++;
|
192 |
-
if ($idx%$_columnCount==0 || $idx==$_collectionSize):
|
193 |
-
?>
|
194 |
-
</ul>
|
195 |
-
<?php endif ?>
|
196 |
-
<?php endforeach ?>
|
197 |
-
<div class="toolbar-bottom">
|
198 |
-
<?php echo $this->getToolbarHtml() ?>
|
199 |
-
</div>
|
200 |
-
<script type="text/javascript">
|
201 |
-
/* Event.observe(window, 'load', function() {
|
202 |
-
var tallest = 0;
|
203 |
-
$$('.item-content-product').each(function(element){
|
204 |
-
if (element.getHeight() > tallest) tallest = element.getHeight();
|
205 |
-
});
|
206 |
-
$$('.item-content-product').each(function(element){
|
207 |
-
element.setStyle({height: tallest+'px'});
|
208 |
-
});
|
209 |
-
}); */
|
210 |
-
decorateGeneric($$('ul.products-grid'), ['odd','even','first','last']);
|
211 |
-
</script>
|
212 |
-
</div>
|
213 |
-
<?php endif; ?>
|
214 |
-
<?php endif; ?>
|
215 |
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Best-Selling products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_BestSelling
|
5 |
+
*
|
6 |
+
*/
|
7 |
+
?>
|
8 |
+
<?php
|
9 |
+
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
11 |
+
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-bestselling-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
+
<div class="widget-inner">
|
14 |
+
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
+
<h3 class="widget-title">
|
16 |
+
<span class="format-span">
|
17 |
+
<span><?php echo $widget_title;?></span>
|
18 |
+
</span>
|
19 |
+
</h3>
|
20 |
+
<?php endif; ?>
|
21 |
+
|
22 |
+
<?php if(!$WidgetProductProductCollection->count()): ?>
|
23 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
24 |
+
<?php else: ?>
|
25 |
+
|
26 |
+
<div class="product-items">
|
27 |
+
<div class="product-items-inner">
|
28 |
+
<?php
|
29 |
+
$idx=0;
|
30 |
+
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
+
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
+
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
+
if ($list_type == 'list') $column_count = 1;
|
34 |
+
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
+
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
+
?>
|
37 |
+
<?php foreach ($WidgetProductProductCollection as $pid=> $_product): ?>
|
38 |
+
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
39 |
+
<div class="product-item-inner">
|
40 |
+
<a class="product-image" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>">
|
41 |
+
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(intval($thumbnail_width), intval($thumbnail_height)); ?>" width="<?php echo intval($thumbnail_width); ?>" height="<?php echo intval($thumbnail_height); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
42 |
+
</a>
|
43 |
+
<div class="product-info">
|
44 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
45 |
+
<h4 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h4>
|
46 |
+
<?php if($_product->getRatingSummary()): ?>
|
47 |
+
<?php echo $this->getReviewsSummaryHtml($_product); ?>
|
48 |
+
<?php endif; ?>
|
49 |
+
|
50 |
+
<?php if($show_short_description == 1):?>
|
51 |
+
<div class="product-desc std">
|
52 |
+
<?php
|
53 |
+
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
54 |
+
if(isset($short_description_limit) && !empty($short_description_limit)):
|
55 |
+
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
56 |
+
else:
|
57 |
+
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
58 |
+
endif;
|
59 |
+
echo $shortDesc[0] . '...';
|
60 |
+
?>
|
61 |
+
<?php if($show_details == 1): ?>
|
62 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="view-detail"><?php echo $this->__('Details') ?></a>
|
63 |
+
<?php endif;?>
|
64 |
+
</div>
|
65 |
+
<?php endif;?>
|
66 |
+
<?php if($show_price == 1): ?>
|
67 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
68 |
+
<?php endif;?>
|
69 |
+
<div class="actions">
|
70 |
+
<ul class="add-to-links">
|
71 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
72 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
73 |
+
<?php endif; ?>
|
74 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
75 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
76 |
+
<?php endif; ?>
|
77 |
+
</ul>
|
78 |
+
|
79 |
+
<?php if($show_addtocart == 1): ?>
|
80 |
+
<?php if($_product->isSaleable()): ?>
|
81 |
+
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
82 |
+
<?php else: ?>
|
83 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
84 |
+
<?php endif; ?>
|
85 |
+
<?php endif; ?>
|
86 |
+
</div>
|
87 |
+
</div>
|
88 |
+
</div>
|
89 |
+
</div>
|
90 |
+
<?php if (($idx+1) % $column_count == 0 || ($idx+1) == $_collectionSize) echo '<div class="clear"></div>'; ?>
|
91 |
+
<?php $idx++; ?>
|
92 |
+
<?php endforeach; ?>
|
93 |
+
|
94 |
+
</div>
|
95 |
+
</div>
|
96 |
+
<?php endif; ?>
|
97 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
</div>
|
app/design/frontend/ma2/ante/template/ma2_widgetproductlist/custom/default.phtml
CHANGED
@@ -1,242 +1,118 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
?>
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
$specialPriceToDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialToDate();
|
119 |
-
// Get Current date
|
120 |
-
$today = time();
|
121 |
-
if ($specialprice):
|
122 |
-
if($today >= strtotime( $specialPriceFromDate) && $today <= strtotime($specialPriceToDate) || $today >= strtotime( $specialPriceFromDate) && is_null($specialPriceToDate)):
|
123 |
-
if($show_icon == 1):
|
124 |
-
$srcSale = $this->getSkinUrl('css/ma2_widgetproductlists/images/sale.png');
|
125 |
-
$altSale = $this->__('Sale');
|
126 |
-
?>
|
127 |
-
<img src="<?php echo $srcSale;?>" alt="<?php echo $altSale; ?>" class="sticker sticker-top-right" height="55" />
|
128 |
-
<?php
|
129 |
-
endif;
|
130 |
-
endif;
|
131 |
-
endif;
|
132 |
-
|
133 |
-
?>
|
134 |
-
</a>
|
135 |
-
<div class="product-title">
|
136 |
-
<h5>
|
137 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
|
138 |
-
<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
|
139 |
-
</a>
|
140 |
-
</h5>
|
141 |
-
</div>
|
142 |
-
<?php
|
143 |
-
if($show_short_description == 1):
|
144 |
-
if ($_product->getShortDescription()):
|
145 |
-
?>
|
146 |
-
<div class="short-description-product">
|
147 |
-
<?php
|
148 |
-
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
149 |
-
if(isset($short_description_limit) && !empty($short_description_limit)):
|
150 |
-
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
151 |
-
else:
|
152 |
-
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
153 |
-
endif;
|
154 |
-
echo $shortDesc[0] . '...';
|
155 |
-
?>
|
156 |
-
</div>
|
157 |
-
<?php
|
158 |
-
endif;
|
159 |
-
endif;
|
160 |
-
?>
|
161 |
-
<?php if($_product->getRatingSummary()): ?>
|
162 |
-
<?php echo $this->getReviewsSummaryHtml($_product, 'short'); ?>
|
163 |
-
<?php endif; ?>
|
164 |
-
<div class="border-style">
|
165 |
-
<div class="border-bottom">
|
166 |
-
<?php
|
167 |
-
if($show_price == 1):
|
168 |
-
?>
|
169 |
-
<div class="box-price">
|
170 |
-
<?php
|
171 |
-
// Get the Special Price
|
172 |
-
$specialprice = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialPrice();
|
173 |
-
// Get the Special Price FROM date
|
174 |
-
$specialPriceFromDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialFromDate();
|
175 |
-
// Get the Special Price TO date
|
176 |
-
$specialPriceToDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialToDate();
|
177 |
-
// Get Current date
|
178 |
-
$today = time();
|
179 |
-
// without currency sign
|
180 |
-
$_specialPrice = $_product->getFinalPrice();
|
181 |
-
$nonEscapableNbspChar = html_entity_decode('  ', ENT_NOQUOTES, 'UTF-8');
|
182 |
-
if ($specialprice):
|
183 |
-
if($today >= strtotime( $specialPriceFromDate) && $today <= strtotime($specialPriceToDate) || $today >= strtotime( $specialPriceFromDate) && is_null($specialPriceToDate)):
|
184 |
-
echo '<div class="special-price"><span class="format-span-price1">'.$_formattedActualPrice = Mage::helper('core')->currency($_product->getPrice(),true,false).'</span>';
|
185 |
-
// with currency sign
|
186 |
-
echo $nonEscapableNbspChar.'<span><span class="format-span-price2">'.$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false).'</span></span></div>';
|
187 |
-
endif;
|
188 |
-
else:
|
189 |
-
echo $this->getPriceHtml($_product, true);
|
190 |
-
endif;
|
191 |
-
?>
|
192 |
-
</div>
|
193 |
-
<?php
|
194 |
-
endif;
|
195 |
-
?>
|
196 |
-
</div>
|
197 |
-
</div>
|
198 |
-
<div class="actions">
|
199 |
-
<?php if($show_addtocart == 1): ?>
|
200 |
-
<div class="ma2-addtocart">
|
201 |
-
<?php if($_product->isSaleable()): ?>
|
202 |
-
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
203 |
-
<?php else: ?>
|
204 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
205 |
-
<?php endif; ?>
|
206 |
-
</div>
|
207 |
-
<?php endif; ?>
|
208 |
-
<?php if($show_details == 1):?>
|
209 |
-
<div class="ma2-detail">
|
210 |
-
<button type="button" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class=" btn-detail" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
|
211 |
-
</div>
|
212 |
-
<?php endif;?>
|
213 |
-
</div>
|
214 |
-
</div>
|
215 |
-
</li>
|
216 |
-
<?php
|
217 |
-
$idx++;
|
218 |
-
if ($idx%$_columnCount==0 || $idx==$_collectionSize):
|
219 |
-
?>
|
220 |
-
</ul>
|
221 |
-
<?php endif ?>
|
222 |
-
<?php endforeach ?>
|
223 |
-
<div class="toolbar-bottom">
|
224 |
-
<?php echo $this->getToolbarHtml() ?>
|
225 |
-
</div>
|
226 |
-
<script type="text/javascript">
|
227 |
-
/* Event.observe(window, 'load', function() {
|
228 |
-
var tallest = 0;
|
229 |
-
$$('.item-content-product').each(function(element){
|
230 |
-
if (element.getHeight() > tallest) tallest = element.getHeight();
|
231 |
-
});
|
232 |
-
$$('.item-content-product').each(function(element){
|
233 |
-
element.setStyle({height: tallest+'px'});
|
234 |
-
});
|
235 |
-
}); */
|
236 |
-
|
237 |
-
decorateGeneric($$('ul.products-grid'), ['odd','even','first','last']);
|
238 |
-
</script>
|
239 |
-
</div>
|
240 |
-
<?php endif; ?>
|
241 |
-
<?php endif; ?>
|
242 |
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Display Custom Selected products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_Custom
|
5 |
+
*
|
6 |
+
*/
|
7 |
+
?>
|
8 |
+
<?php
|
9 |
+
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
11 |
+
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-custom-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
+
<div class="widget-inner">
|
14 |
+
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
+
<h3 class="widget-title">
|
16 |
+
<span class="format-span">
|
17 |
+
<span><?php echo $widget_title;?></span>
|
18 |
+
</span>
|
19 |
+
</h3>
|
20 |
+
<?php endif; ?>
|
21 |
+
|
22 |
+
<?php if(!$WidgetProductProductCollection->count()): ?>
|
23 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
24 |
+
<?php else: ?>
|
25 |
+
|
26 |
+
<div class="product-items">
|
27 |
+
<div class="product-items-inner">
|
28 |
+
<?php
|
29 |
+
$idx=0;
|
30 |
+
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
+
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
+
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
+
if ($list_type == 'list') $column_count = 1;
|
34 |
+
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
+
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
+
?>
|
37 |
+
<?php foreach ($WidgetProductProductCollection as $pid=> $_product): ?>
|
38 |
+
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
39 |
+
<div class="product-item-inner">
|
40 |
+
<div class="product-image">
|
41 |
+
<a class="product-image" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>">
|
42 |
+
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(intval($thumbnail_width), intval($thumbnail_height)); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
43 |
+
</a>
|
44 |
+
<?php
|
45 |
+
//product sale-off
|
46 |
+
$firstPrice = (float)$_product->getPrice();
|
47 |
+
$finalPrice = (float)$_product->getFinalPrice();
|
48 |
+
if ($firstPrice != $finalPrice) :
|
49 |
+
if ($finalPrice < $firstPrice) {
|
50 |
+
$percent = (($firstPrice - $finalPrice)/$firstPrice) * 100;
|
51 |
+
} elseif ($finalPrice > $firstPrice) {
|
52 |
+
$percent = (($finalPrice - $firstPrice)/$finalPrice) * 100;
|
53 |
+
}
|
54 |
+
?>
|
55 |
+
<div class="product-sale-off">
|
56 |
+
<span class="sale-off-percent-num"><?php echo number_format($percent, 0); ?><span class="percent-char">%</span></span><br>
|
57 |
+
<span class="sale-off-label"><?php echo $this->__('Off'); ?></span>
|
58 |
+
</div>
|
59 |
+
<?php endif; ?>
|
60 |
+
</div>
|
61 |
+
<div class="product-info">
|
62 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
63 |
+
<h4 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h4>
|
64 |
+
|
65 |
+
<?php if($show_short_description == 1):?>
|
66 |
+
<div class="product-desc std">
|
67 |
+
<?php
|
68 |
+
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
69 |
+
if(isset($short_description_limit) && !empty($short_description_limit)):
|
70 |
+
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
71 |
+
else:
|
72 |
+
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
73 |
+
endif;
|
74 |
+
echo $shortDesc[0] . '...';
|
75 |
+
?>
|
76 |
+
<?php if($show_details == 1): ?>
|
77 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="view-detail"><?php echo $this->__('Details') ?></a>
|
78 |
+
<?php endif;?>
|
79 |
+
</div>
|
80 |
+
<?php endif;?>
|
81 |
+
|
82 |
+
<?php if($_product->getRatingSummary()): ?>
|
83 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short'); ?>
|
84 |
+
<?php endif; ?>
|
85 |
+
|
86 |
+
<?php if($show_price == 1): ?>
|
87 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
88 |
+
<?php endif;?>
|
89 |
+
|
90 |
+
<div class="actions">
|
91 |
+
<?php if($show_addtocart == 1): ?>
|
92 |
+
<?php if($_product->isSaleable()): ?>
|
93 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
94 |
+
<?php else: ?>
|
95 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
96 |
+
<?php endif; ?>
|
97 |
+
<?php endif; ?>
|
98 |
+
<ul class="add-to-links">
|
99 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
100 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
101 |
+
<?php endif; ?>
|
102 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
103 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
104 |
+
<?php endif; ?>
|
105 |
+
</ul>
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
</div>
|
109 |
+
</div>
|
110 |
+
<?php if (($idx+1) % $column_count == 0 || ($idx+1) == $_collectionSize) echo '<div class="clear"></div>'; ?>
|
111 |
+
<?php $idx++; ?>
|
112 |
+
<?php endforeach; ?>
|
113 |
+
|
114 |
+
</div>
|
115 |
+
</div>
|
116 |
+
<?php endif; ?>
|
117 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
</div>
|
app/design/frontend/ma2/ante/template/ma2_widgetproductlist/featured/default.phtml
CHANGED
@@ -1,216 +1,104 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
?>
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
<?php
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
<?php
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
foreach ($WidgetProductProductCollection as $_product): ?>
|
105 |
-
<?php if ($idx==0 || ($idx%$_columnCount)==0): ?>
|
106 |
-
<ul class="featured-grid" id="featured-grid-<?php echo $idx+1 ?>">
|
107 |
-
<?php endif; ?>
|
108 |
-
<li class="item<?php if($idx%$_columnCount==0): ?> first<?php elseif(($idx+1)%$_columnCount==0): ?> last<?php endif; ?>" <?php echo $inlineStyle; ?>>
|
109 |
-
<div class="item-content item-content-product">
|
110 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image">
|
111 |
-
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(158); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
112 |
-
</a>
|
113 |
-
<div class="product-title">
|
114 |
-
<h5>
|
115 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
|
116 |
-
<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
|
117 |
-
</a>
|
118 |
-
</h5>
|
119 |
-
</div>
|
120 |
-
<?php
|
121 |
-
if($show_short_description == 1):
|
122 |
-
if ($_product->getShortDescription()):
|
123 |
-
?>
|
124 |
-
<div class="short-description-product">
|
125 |
-
<?php
|
126 |
-
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
127 |
-
if(isset($short_description_limit) && !empty($short_description_limit)):
|
128 |
-
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
129 |
-
else:
|
130 |
-
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
131 |
-
endif;
|
132 |
-
echo $shortDesc[0] . '...';
|
133 |
-
?>
|
134 |
-
</div>
|
135 |
-
<?php
|
136 |
-
endif;
|
137 |
-
endif;
|
138 |
-
?>
|
139 |
-
<?php if($_product->getRatingSummary()): ?>
|
140 |
-
<?php echo $this->getReviewsSummaryHtml($_product, 'short'); ?>
|
141 |
-
<?php endif; ?>
|
142 |
-
<div class="border-style">
|
143 |
-
<div class="style-border-ie">
|
144 |
-
<div class="border-bottom">
|
145 |
-
<div class="box-price">
|
146 |
-
<?php
|
147 |
-
// Get the Special Price
|
148 |
-
$specialprice = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialPrice();
|
149 |
-
// Get the Special Price FROM date
|
150 |
-
$specialPriceFromDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialFromDate();
|
151 |
-
// Get the Special Price TO date
|
152 |
-
$specialPriceToDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialToDate();
|
153 |
-
// Get Current date
|
154 |
-
$today = time();
|
155 |
-
// without currency sign
|
156 |
-
$_specialPrice = $_product->getFinalPrice();
|
157 |
-
$nonEscapableNbspChar = html_entity_decode('  ', ENT_NOQUOTES, 'UTF-8');
|
158 |
-
if ($specialprice):
|
159 |
-
if($today >= strtotime( $specialPriceFromDate) && $today <= strtotime($specialPriceToDate) || $today >= strtotime( $specialPriceFromDate) && is_null($specialPriceToDate)):
|
160 |
-
echo '<div class="special-price"><span class="format-span-price1">'.$_formattedActualPrice = Mage::helper('core')->currency($_product->getPrice(),true,false).'</span>';
|
161 |
-
// with currency sign
|
162 |
-
echo $nonEscapableNbspChar.'<span><span class="format-span-price2">'.$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false).'</span></span></div>';
|
163 |
-
endif;
|
164 |
-
else:
|
165 |
-
echo $this->getPriceHtml($_product, true);
|
166 |
-
endif;
|
167 |
-
?>
|
168 |
-
</div>
|
169 |
-
</div>
|
170 |
-
</div>
|
171 |
-
</div>
|
172 |
-
<div class="actions">
|
173 |
-
<?php if($show_addtocart == 1): ?>
|
174 |
-
<div class="ma2-addtocart">
|
175 |
-
<?php if($_product->isSaleable()): ?>
|
176 |
-
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
177 |
-
<?php else: ?>
|
178 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
179 |
-
<?php endif; ?>
|
180 |
-
</div>
|
181 |
-
<?php endif; ?>
|
182 |
-
<?php if($show_details == 1):?>
|
183 |
-
<div class="ma2-detail">
|
184 |
-
<button type="button" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class=" btn-detail" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
|
185 |
-
</div>
|
186 |
-
<?php endif;?>
|
187 |
-
</div>
|
188 |
-
</div>
|
189 |
-
</li>
|
190 |
-
<?php
|
191 |
-
$idx++;
|
192 |
-
if ($idx%$_columnCount==0 || $idx==$_collectionSize):
|
193 |
-
?>
|
194 |
-
</ul>
|
195 |
-
<?php endif ?>
|
196 |
-
<?php endforeach ?>
|
197 |
-
<div class="toolbar-bottom">
|
198 |
-
<?php echo $this->getToolbarHtml() ?>
|
199 |
-
</div>
|
200 |
-
<script type="text/javascript">
|
201 |
-
/* Event.observe(window, 'load', function() {
|
202 |
-
var tallest = 0;
|
203 |
-
$$('.item-content-product').each(function(element){
|
204 |
-
if (element.getHeight() > tallest) tallest = element.getHeight();
|
205 |
-
});
|
206 |
-
$$('.item-content-product').each(function(element){
|
207 |
-
element.setStyle({height: tallest+'px'});
|
208 |
-
});
|
209 |
-
}); */
|
210 |
-
|
211 |
-
decorateGeneric($$('ul.products-grid'), ['odd','even','first','last']);
|
212 |
-
</script>
|
213 |
-
</div>
|
214 |
-
<?php endif; ?>
|
215 |
-
<?php endif; ?>
|
216 |
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Display Featured products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_Featured
|
5 |
+
*
|
6 |
+
*/
|
7 |
+
?>
|
8 |
+
<?php
|
9 |
+
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
11 |
+
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-featured-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
+
<div class="widget-inner">
|
14 |
+
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
+
<h3 class="widget-title">
|
16 |
+
<span class="format-span">
|
17 |
+
<span><?php echo $widget_title;?></span>
|
18 |
+
</span>
|
19 |
+
</h3>
|
20 |
+
<?php endif; ?>
|
21 |
+
|
22 |
+
<?php if(!$WidgetProductProductCollection->count()): ?>
|
23 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
24 |
+
<?php else: ?>
|
25 |
+
|
26 |
+
<div class="product-items">
|
27 |
+
<div class="product-items-inner">
|
28 |
+
<?php
|
29 |
+
$idx=0;
|
30 |
+
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
+
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
+
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
+
if ($list_type == 'list') $column_count = 1;
|
34 |
+
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
+
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
+
?>
|
37 |
+
<?php foreach ($WidgetProductProductCollection as $pid=> $_product): ?>
|
38 |
+
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
39 |
+
<div class="product-item-inner">
|
40 |
+
|
41 |
+
<a class="product-image" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>">
|
42 |
+
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(intval($thumbnail_width), intval($thumbnail_height)); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
43 |
+
</a>
|
44 |
+
<div class="product-info">
|
45 |
+
|
46 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
47 |
+
<h4 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h4>
|
48 |
+
|
49 |
+
<?php if($show_short_description == 1):?>
|
50 |
+
<div class="product-desc std">
|
51 |
+
<?php
|
52 |
+
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
53 |
+
if(isset($short_description_limit) && !empty($short_description_limit)):
|
54 |
+
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
55 |
+
else:
|
56 |
+
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
57 |
+
endif;
|
58 |
+
echo $shortDesc[0] . '...';
|
59 |
+
?>
|
60 |
+
<?php if($show_details == 1): ?>
|
61 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="view-detail"><?php echo $this->__('Details') ?></a>
|
62 |
+
<?php endif;?>
|
63 |
+
</div>
|
64 |
+
<?php endif;?>
|
65 |
+
|
66 |
+
<?php if($_product->getRatingSummary()): ?>
|
67 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short'); ?>
|
68 |
+
<?php endif; ?>
|
69 |
+
|
70 |
+
<?php if($show_price == 1): ?>
|
71 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
72 |
+
<?php endif;?>
|
73 |
+
|
74 |
+
<div class="actions">
|
75 |
+
<?php if($show_addtocart == 1): ?>
|
76 |
+
<?php if($_product->isSaleable()): ?>
|
77 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
78 |
+
<?php else: ?>
|
79 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
80 |
+
<?php endif; ?>
|
81 |
+
<?php endif; ?>
|
82 |
+
|
83 |
+
<ul class="add-to-links">
|
84 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
85 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist" title="<?php echo $this->__('Add to Wishlist') ?>"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
86 |
+
<?php endif; ?>
|
87 |
+
<li><span class="separator">|</span></li>
|
88 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
89 |
+
<li><a href="<?php echo $_compareUrl ?>" class="link-compare" title="<?php echo $this->__('Add to Compare') ?>"><?php echo $this->__('Add to Compare') ?></a></li>
|
90 |
+
<?php endif; ?>
|
91 |
+
</ul>
|
92 |
+
</div>
|
93 |
+
</div>
|
94 |
+
</div>
|
95 |
+
</div>
|
96 |
+
<?php if (($idx+1) % $column_count == 0 || ($idx+1) == $_collectionSize) echo '<div class="clear"></div>'; ?>
|
97 |
+
<?php $idx++; ?>
|
98 |
+
<?php endforeach; ?>
|
99 |
+
|
100 |
+
</div>
|
101 |
+
</div>
|
102 |
+
<?php endif; ?>
|
103 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
</div>
|
app/design/frontend/ma2/ante/template/ma2_widgetproductlist/featured/sidebar.phtml
DELETED
@@ -1,216 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Product list template
|
30 |
-
*
|
31 |
-
* @see Mage_Catalog_Block_Product_List
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
<?php
|
35 |
-
$_helper = $this->helper('catalog/output');
|
36 |
-
?>
|
37 |
-
<div class="catalog-product-default">
|
38 |
-
<?php if(isset($show_widget_title) && $show_widget_title == 1): ?>
|
39 |
-
<div class="catalog-product-title">
|
40 |
-
<h2 class="heading-box-product">
|
41 |
-
<span class="format-span">
|
42 |
-
<span><?php echo $widget_title;?></span>
|
43 |
-
</span>
|
44 |
-
</h2>
|
45 |
-
</div>
|
46 |
-
<?php endif; ?>
|
47 |
-
<?php if(!$WidgetProductProductCollection->count()): ?>
|
48 |
-
<div class="note-message">
|
49 |
-
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
50 |
-
</div>
|
51 |
-
<?php else: ?>
|
52 |
-
<?php echo $this->getToolbarHtml() ?>
|
53 |
-
<?php // List mode ?>
|
54 |
-
<?php if($list_type!='grid'): ?>
|
55 |
-
<?php $_iterator = 0; ?>
|
56 |
-
<div class="category-products">
|
57 |
-
<ol class="products-list" id="products-list">
|
58 |
-
<?php foreach ($WidgetProductProductCollection as $_product): ?>
|
59 |
-
<li class="item<?php if( ++$_iterator == sizeof($WidgetProductProductCollection) ): ?> last<?php endif; ?>">
|
60 |
-
<?php // Product Image ?>
|
61 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
62 |
-
<?php // Product description ?>
|
63 |
-
<div class="product-shop">
|
64 |
-
<div class="f-fix">
|
65 |
-
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
66 |
-
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
|
67 |
-
<?php if($_product->getRatingSummary()): ?>
|
68 |
-
<?php echo $this->getReviewsSummaryHtml($_product) ?>
|
69 |
-
<?php endif; ?>
|
70 |
-
<?php echo $this->getPriceHtml($_product, true) ?>
|
71 |
-
<?php if($_product->isSaleable()): ?>
|
72 |
-
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
73 |
-
<?php else: ?>
|
74 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
75 |
-
<?php endif; ?>
|
76 |
-
<div class="desc std">
|
77 |
-
<?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
|
78 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
|
79 |
-
</div>
|
80 |
-
<ul class="add-to-links">
|
81 |
-
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
82 |
-
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
83 |
-
<?php endif; ?>
|
84 |
-
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
85 |
-
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
86 |
-
<?php endif; ?>
|
87 |
-
</ul>
|
88 |
-
</div>
|
89 |
-
</div>
|
90 |
-
</li>
|
91 |
-
<?php endforeach; ?>
|
92 |
-
</ol>
|
93 |
-
<div class="toolbar-bottom">
|
94 |
-
<?php echo $this->getToolbarHtml() ?>
|
95 |
-
</div>
|
96 |
-
</div>
|
97 |
-
<script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
|
98 |
-
<?php else: ?>
|
99 |
-
<div class="featured-products">
|
100 |
-
<?php
|
101 |
-
$_collectionSize = $WidgetProductProductCollection->count();
|
102 |
-
$idx=0; unset($idx);
|
103 |
-
$inlineStyle = 'style="width:'.$item_width.'%;"';
|
104 |
-
foreach ($WidgetProductProductCollection as $_product): ?>
|
105 |
-
<?php if ($idx==0 || ($idx%$_columnCount)==0): ?>
|
106 |
-
<ul class="featured-grid" id="featured-grid-<?php echo $idx+1 ?>">
|
107 |
-
<?php endif; ?>
|
108 |
-
<li class="item<?php if($idx%$_columnCount==0): ?> first<?php elseif(($idx+1)%$_columnCount==0): ?> last<?php endif; ?>" <?php echo $inlineStyle; ?>>
|
109 |
-
<div class="item-content item-content-product">
|
110 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image">
|
111 |
-
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(158); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
112 |
-
</a>
|
113 |
-
<div class="product-title">
|
114 |
-
<h5>
|
115 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
|
116 |
-
<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
|
117 |
-
</a>
|
118 |
-
</h5>
|
119 |
-
</div>
|
120 |
-
<?php
|
121 |
-
if($show_short_description == 1):
|
122 |
-
if ($_product->getShortDescription()):
|
123 |
-
?>
|
124 |
-
<div class="short-description-product">
|
125 |
-
<?php
|
126 |
-
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
127 |
-
if(isset($short_description_limit) && !empty($short_description_limit)):
|
128 |
-
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
129 |
-
else:
|
130 |
-
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
131 |
-
endif;
|
132 |
-
echo $shortDesc[0] . '...';
|
133 |
-
?>
|
134 |
-
</div>
|
135 |
-
<?php
|
136 |
-
endif;
|
137 |
-
endif;
|
138 |
-
?>
|
139 |
-
<?php if($_product->getRatingSummary()): ?>
|
140 |
-
<?php echo $this->getReviewsSummaryHtml($_product, 'short'); ?>
|
141 |
-
<?php endif; ?>
|
142 |
-
<div class="border-style">
|
143 |
-
<div class="style-border-ie">
|
144 |
-
<div class="border-bottom">
|
145 |
-
<div class="box-price">
|
146 |
-
<?php
|
147 |
-
// Get the Special Price
|
148 |
-
$specialprice = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialPrice();
|
149 |
-
// Get the Special Price FROM date
|
150 |
-
$specialPriceFromDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialFromDate();
|
151 |
-
// Get the Special Price TO date
|
152 |
-
$specialPriceToDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialToDate();
|
153 |
-
// Get Current date
|
154 |
-
$today = time();
|
155 |
-
// without currency sign
|
156 |
-
$_specialPrice = $_product->getFinalPrice();
|
157 |
-
$nonEscapableNbspChar = html_entity_decode('  ', ENT_NOQUOTES, 'UTF-8');
|
158 |
-
if ($specialprice):
|
159 |
-
if($today >= strtotime( $specialPriceFromDate) && $today <= strtotime($specialPriceToDate) || $today >= strtotime( $specialPriceFromDate) && is_null($specialPriceToDate)):
|
160 |
-
echo '<div class="special-price"><span class="format-span-price1">'.$_formattedActualPrice = Mage::helper('core')->currency($_product->getPrice(),true,false).'</span>';
|
161 |
-
// with currency sign
|
162 |
-
echo $nonEscapableNbspChar.'<span><span class="format-span-price2">'.$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false).'</span></span></div>';
|
163 |
-
endif;
|
164 |
-
else:
|
165 |
-
echo $this->getPriceHtml($_product, true);
|
166 |
-
endif;
|
167 |
-
?>
|
168 |
-
</div>
|
169 |
-
</div>
|
170 |
-
</div>
|
171 |
-
</div>
|
172 |
-
<div class="actions">
|
173 |
-
<?php if($show_addtocart == 1): ?>
|
174 |
-
<div class="ma2-addtocart">
|
175 |
-
<?php if($_product->isSaleable()): ?>
|
176 |
-
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
177 |
-
<?php else: ?>
|
178 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
179 |
-
<?php endif; ?>
|
180 |
-
</div>
|
181 |
-
<?php endif; ?>
|
182 |
-
<?php if($show_details == 1):?>
|
183 |
-
<div class="ma2-detail">
|
184 |
-
<button type="button" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class=" btn-detail" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
|
185 |
-
</div>
|
186 |
-
<?php endif;?>
|
187 |
-
</div>
|
188 |
-
</div>
|
189 |
-
</li>
|
190 |
-
<?php
|
191 |
-
$idx++;
|
192 |
-
if ($idx%$_columnCount==0 || $idx==$_collectionSize):
|
193 |
-
?>
|
194 |
-
</ul>
|
195 |
-
<?php endif ?>
|
196 |
-
<?php endforeach ?>
|
197 |
-
<div class="toolbar-bottom">
|
198 |
-
<?php echo $this->getToolbarHtml() ?>
|
199 |
-
</div>
|
200 |
-
<script type="text/javascript">
|
201 |
-
/* Event.observe(window, 'load', function() {
|
202 |
-
var tallest = 0;
|
203 |
-
$$('.item-content-product').each(function(element){
|
204 |
-
if (element.getHeight() > tallest) tallest = element.getHeight();
|
205 |
-
});
|
206 |
-
$$('.item-content-product').each(function(element){
|
207 |
-
element.setStyle({height: tallest+'px'});
|
208 |
-
});
|
209 |
-
}); */
|
210 |
-
|
211 |
-
decorateGeneric($$('ul.products-grid'), ['odd','even','first','last']);
|
212 |
-
</script>
|
213 |
-
</div>
|
214 |
-
<?php endif; ?>
|
215 |
-
<?php endif; ?>
|
216 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/ma2_widgetproductlist/new/default.phtml
CHANGED
@@ -1,216 +1,99 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
?>
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
<?php if(
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
<?php
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
<div class="featured-products">
|
100 |
-
<?php
|
101 |
-
$_collectionSize = $WidgetProductProductCollection->count();
|
102 |
-
$idx=0; unset($idx);
|
103 |
-
$inlineStyle = 'style="width:'.$item_width.'%;"';
|
104 |
-
foreach ($WidgetProductProductCollection as $_product): ?>
|
105 |
-
<?php if ($idx==0 || ($idx%$_columnCount)==0): ?>
|
106 |
-
<ul class="featured-grid" id="featured-grid-<?php echo $idx+1 ?>">
|
107 |
-
<?php endif; ?>
|
108 |
-
<li class="item<?php if($idx%$_columnCount==0): ?> first<?php elseif(($idx+1)%$_columnCount==0): ?> last<?php endif; ?>" <?php echo $inlineStyle; ?>>
|
109 |
-
<div class="item-content item-content-product">
|
110 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image">
|
111 |
-
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(158); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
112 |
-
</a>
|
113 |
-
<div class="product-title">
|
114 |
-
<h5>
|
115 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
|
116 |
-
<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
|
117 |
-
</a>
|
118 |
-
</h5>
|
119 |
-
</div>
|
120 |
-
<?php
|
121 |
-
if($show_short_description == 1):
|
122 |
-
if ($_product->getShortDescription()):
|
123 |
-
?>
|
124 |
-
<div class="short-description-product">
|
125 |
-
<?php
|
126 |
-
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
127 |
-
if(isset($short_description_limit) && !empty($short_description_limit)):
|
128 |
-
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
129 |
-
else:
|
130 |
-
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
131 |
-
endif;
|
132 |
-
echo $shortDesc[0] . '...';
|
133 |
-
?>
|
134 |
-
</div>
|
135 |
-
<?php
|
136 |
-
endif;
|
137 |
-
endif;
|
138 |
-
?>
|
139 |
-
<?php if($_product->getRatingSummary()): ?>
|
140 |
-
<?php echo $this->getReviewsSummaryHtml($_product, 'short'); ?>
|
141 |
-
<?php endif; ?>
|
142 |
-
<div class="border-style">
|
143 |
-
<div class="style-border-ie">
|
144 |
-
<div class="border-bottom">
|
145 |
-
<div class="box-price">
|
146 |
-
<?php
|
147 |
-
// Get the Special Price
|
148 |
-
$specialprice = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialPrice();
|
149 |
-
// Get the Special Price FROM date
|
150 |
-
$specialPriceFromDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialFromDate();
|
151 |
-
// Get the Special Price TO date
|
152 |
-
$specialPriceToDate = Mage::getModel('catalog/product')->load($_product["entity_id"])->getSpecialToDate();
|
153 |
-
// Get Current date
|
154 |
-
$today = time();
|
155 |
-
// without currency sign
|
156 |
-
$_specialPrice = $_product->getFinalPrice();
|
157 |
-
$nonEscapableNbspChar = html_entity_decode('  ', ENT_NOQUOTES, 'UTF-8');
|
158 |
-
if ($specialprice):
|
159 |
-
if($today >= strtotime( $specialPriceFromDate) && $today <= strtotime($specialPriceToDate) || $today >= strtotime( $specialPriceFromDate) && is_null($specialPriceToDate)):
|
160 |
-
echo '<div class="special-price"><span class="format-span-price1">'.$_formattedActualPrice = Mage::helper('core')->currency($_product->getPrice(),true,false).'</span>';
|
161 |
-
// with currency sign
|
162 |
-
echo $nonEscapableNbspChar.'<span><span class="format-span-price2">'.$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false).'</span></span></div>';
|
163 |
-
endif;
|
164 |
-
else:
|
165 |
-
echo $this->getPriceHtml($_product, true);
|
166 |
-
endif;
|
167 |
-
?>
|
168 |
-
</div>
|
169 |
-
</div>
|
170 |
-
</div>
|
171 |
-
</div>
|
172 |
-
<div class="actions">
|
173 |
-
<?php if($show_addtocart == 1): ?>
|
174 |
-
<div class="ma2-addtocart">
|
175 |
-
<?php if($_product->isSaleable()): ?>
|
176 |
-
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
177 |
-
<?php else: ?>
|
178 |
-
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
179 |
-
<?php endif; ?>
|
180 |
-
</div>
|
181 |
-
<?php endif; ?>
|
182 |
-
<?php if($show_details == 1):?>
|
183 |
-
<div class="ma2-detail">
|
184 |
-
<button type="button" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class=" btn-detail" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
|
185 |
-
</div>
|
186 |
-
<?php endif;?>
|
187 |
-
</div>
|
188 |
-
</div>
|
189 |
-
</li>
|
190 |
-
<?php
|
191 |
-
$idx++;
|
192 |
-
if ($idx%$_columnCount==0 || $idx==$_collectionSize):
|
193 |
-
?>
|
194 |
-
</ul>
|
195 |
-
<?php endif ?>
|
196 |
-
<?php endforeach ?>
|
197 |
-
<div class="toolbar-bottom">
|
198 |
-
<?php echo $this->getToolbarHtml() ?>
|
199 |
-
</div>
|
200 |
-
<script type="text/javascript">
|
201 |
-
/* Event.observe(window, 'load', function() {
|
202 |
-
var tallest = 0;
|
203 |
-
$$('.item-content-product').each(function(element){
|
204 |
-
if (element.getHeight() > tallest) tallest = element.getHeight();
|
205 |
-
});
|
206 |
-
$$('.item-content-product').each(function(element){
|
207 |
-
element.setStyle({height: tallest+'px'});
|
208 |
-
});
|
209 |
-
}); */
|
210 |
-
|
211 |
-
decorateGeneric($$('ul.products-grid'), ['odd','even','first','last']);
|
212 |
-
</script>
|
213 |
-
</div>
|
214 |
-
<?php endif; ?>
|
215 |
-
<?php endif; ?>
|
216 |
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Display New products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_New
|
5 |
+
*
|
6 |
+
*/
|
7 |
+
?>
|
8 |
+
<?php
|
9 |
+
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
11 |
+
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-new-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
+
<div class="widget-inner">
|
14 |
+
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
+
<h3 class="widget-title">
|
16 |
+
<span class="format-span">
|
17 |
+
<span><?php echo $widget_title;?></span>
|
18 |
+
</span>
|
19 |
+
</h3>
|
20 |
+
<?php endif; ?>
|
21 |
+
|
22 |
+
<?php if(!$WidgetProductProductCollection->count()): ?>
|
23 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
24 |
+
<?php else: ?>
|
25 |
+
|
26 |
+
<div class="product-items">
|
27 |
+
<div class="product-items-inner">
|
28 |
+
<?php
|
29 |
+
$idx=0;
|
30 |
+
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
+
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
+
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
+
if ($list_type == 'list') $column_count = 1;
|
34 |
+
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
+
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
+
?>
|
37 |
+
<?php foreach ($WidgetProductProductCollection as $pid=> $_product): ?>
|
38 |
+
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
39 |
+
<div class="product-item-inner">
|
40 |
+
|
41 |
+
<a class="product-image" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>">
|
42 |
+
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(intval($thumbnail_width), intval($thumbnail_height)); ?>" width="<?php echo intval($thumbnail_width); ?>" height="<?php echo intval($thumbnail_height); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
43 |
+
</a>
|
44 |
+
<div class="product-info">
|
45 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
46 |
+
<h4 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h4>
|
47 |
+
<?php if($_product->getRatingSummary()): ?>
|
48 |
+
<?php echo $this->getReviewsSummaryHtml($_product); ?>
|
49 |
+
<?php endif; ?>
|
50 |
+
|
51 |
+
<?php if($show_short_description == 1):?>
|
52 |
+
<div class="product-desc std">
|
53 |
+
<?php
|
54 |
+
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
55 |
+
if(isset($short_description_limit) && !empty($short_description_limit)):
|
56 |
+
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
57 |
+
else:
|
58 |
+
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
59 |
+
endif;
|
60 |
+
echo $shortDesc[0] . '...';
|
61 |
+
?>
|
62 |
+
<?php if($show_details == 1): ?>
|
63 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="view-detail"><?php echo $this->__('Details') ?></a>
|
64 |
+
<?php endif;?>
|
65 |
+
</div>
|
66 |
+
<?php endif;?>
|
67 |
+
<?php if($show_price == 1): ?>
|
68 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
69 |
+
<?php endif;?>
|
70 |
+
<div class="actions">
|
71 |
+
<ul class="add-to-links">
|
72 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
73 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
74 |
+
<?php endif; ?>
|
75 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
76 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
77 |
+
<?php endif; ?>
|
78 |
+
</ul>
|
79 |
+
|
80 |
+
<?php if($show_addtocart == 1): ?>
|
81 |
+
<?php if($_product->isSaleable()): ?>
|
82 |
+
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
83 |
+
<?php else: ?>
|
84 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
85 |
+
<?php endif; ?>
|
86 |
+
<?php endif; ?>
|
87 |
+
</div>
|
88 |
+
</div>
|
89 |
+
</div>
|
90 |
+
</div>
|
91 |
+
<?php if (($idx+1) % $column_count == 0 || ($idx+1) == $_collectionSize) echo '<div class="clear"></div>'; ?>
|
92 |
+
<?php $idx++; ?>
|
93 |
+
<?php endforeach; ?>
|
94 |
+
|
95 |
+
</div>
|
96 |
+
</div>
|
97 |
+
<?php endif; ?>
|
98 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
</div>
|
app/design/frontend/ma2/ante/template/newsletter/subscribe.phtml
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="block block-subscribe">
|
28 |
-
<div class="block-title-subscribe">
|
29 |
-
<span <?php //echo $this->getColorSubcribe();?>>
|
30 |
-
<?php echo $this->__('Subscribe newsletter') ?>
|
31 |
-
</span>
|
32 |
-
</div>
|
33 |
-
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
34 |
-
<div class="block-content">
|
35 |
-
<div class="form-subscribe-header">
|
36 |
-
<label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
|
37 |
-
</div>
|
38 |
-
<div class="input-box">
|
39 |
-
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
40 |
-
</div>
|
41 |
-
<div class="actions">
|
42 |
-
<button type="submit" title="Subscribe" class="btn-submit">Submit</button>
|
43 |
-
</div>
|
44 |
-
</div>
|
45 |
-
</form>
|
46 |
-
<script type="text/javascript">
|
47 |
-
//<![CDATA[
|
48 |
-
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
49 |
-
//]]>
|
50 |
-
</script>
|
51 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/1column.phtml
CHANGED
@@ -22,44 +22,43 @@
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
<?php echo $this->getChildHtml('
|
32 |
-
<div class="
|
33 |
-
<?php echo $this->getChildHtml('global_notices') ?>
|
34 |
-
<div class="page">
|
35 |
<?php echo $this->getChildHtml('header') ?>
|
|
|
36 |
<div class="main col1-layout">
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
|
49 |
</div>
|
50 |
-
<?php echo $this->getChildHtml('
|
51 |
-
<?php echo $this->getChildHtml('
|
52 |
-
|
|
|
53 |
</div>
|
54 |
-
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
55 |
-
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
56 |
-
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
57 |
-
</div>
|
58 |
</div>
|
59 |
-
<?php echo $this->getChildHtml('footer') ?>
|
60 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
61 |
-
</div>
|
62 |
</div>
|
63 |
-
|
64 |
-
|
65 |
-
</
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body id="ma2body" <?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
|
|
|
|
33 |
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<?php echo $this->getChildHtml('slideshow') ?>
|
35 |
<div class="main col1-layout">
|
36 |
+
<div class="container">
|
37 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
40 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
41 |
+
<div class="main-page">
|
42 |
+
<div class="col-content">
|
43 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
44 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
45 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
46 |
+
<div class="front-page">
|
47 |
+
<?php echo $this->getChildHtml('content') ?>
|
48 |
+
</div>
|
49 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
50 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
51 |
+
</div>
|
52 |
</div>
|
53 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
54 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
55 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
56 |
+
<?php echo $this->getChildHtml('footer') ?>
|
57 |
</div>
|
|
|
|
|
|
|
|
|
58 |
</div>
|
|
|
59 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
|
|
60 |
</div>
|
61 |
+
</div>
|
62 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
63 |
+
</body>
|
64 |
+
</html>
|
app/design/frontend/ma2/ante/template/page/2columns-left.phtml
CHANGED
@@ -22,45 +22,44 @@
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
<?php echo $this->getChildHtml('
|
32 |
-
<div class="
|
33 |
-
<?php echo $this->getChildHtml('global_notices') ?>
|
34 |
-
<div class="page">
|
35 |
<?php echo $this->getChildHtml('header') ?>
|
|
|
36 |
<div class="main col2-left-layout">
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
|
50 |
</div>
|
51 |
-
<?php echo $this->getChildHtml('
|
52 |
-
<?php echo $this->getChildHtml('
|
53 |
-
|
|
|
54 |
</div>
|
55 |
-
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
56 |
-
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
57 |
-
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
58 |
-
</div>
|
59 |
</div>
|
60 |
-
<?php echo $this->getChildHtml('footer') ?>
|
61 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
62 |
-
</div>
|
63 |
</div>
|
64 |
-
|
65 |
-
|
66 |
-
</
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body id="ma2body" <?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
|
|
|
|
33 |
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<?php echo $this->getChildHtml('slideshow') ?>
|
35 |
<div class="main col2-left-layout">
|
36 |
+
<div class="container">
|
37 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
40 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
41 |
+
<div class="main-page">
|
42 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
43 |
+
<div class="col-content">
|
44 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
45 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
46 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
47 |
+
<div class="front-page">
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
51 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
52 |
+
</div>
|
53 |
</div>
|
54 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
55 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
56 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
</div>
|
|
|
|
|
|
|
|
|
59 |
</div>
|
|
|
60 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
|
|
61 |
</div>
|
62 |
+
</div>
|
63 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
64 |
+
</body>
|
65 |
+
</html>
|
app/design/frontend/ma2/ante/template/page/2columns-right.phtml
CHANGED
@@ -22,48 +22,44 @@
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
<?php echo $this->getChildHtml('
|
32 |
-
<div class="
|
33 |
-
<?php echo $this->getChildHtml('global_notices') ?>
|
34 |
-
<div class="page">
|
35 |
<?php echo $this->getChildHtml('header') ?>
|
|
|
36 |
<div class="main col2-right-layout">
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
53 |
</div>
|
54 |
-
<?php echo $this->getChildHtml('
|
55 |
-
<?php echo $this->getChildHtml('
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
60 |
-
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
61 |
-
</div>
|
62 |
</div>
|
63 |
-
<?php echo $this->getChildHtml('footer') ?>
|
64 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
65 |
-
</div>
|
66 |
</div>
|
67 |
-
|
68 |
-
|
69 |
-
</
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body id="ma2body" <?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
|
|
|
|
33 |
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<?php echo $this->getChildHtml('slideshow') ?>
|
35 |
<div class="main col2-right-layout">
|
36 |
+
<div class="container">
|
37 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
40 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
41 |
+
<div class="main-page">
|
42 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
43 |
+
<div class="col-content">
|
44 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
45 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
46 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
47 |
+
<div class="front-page">
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
51 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
52 |
+
</div>
|
53 |
</div>
|
54 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
55 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
56 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
</div>
|
|
|
|
|
|
|
59 |
</div>
|
|
|
60 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
|
|
61 |
</div>
|
62 |
+
</div>
|
63 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
64 |
+
</body>
|
65 |
+
</html>
|
app/design/frontend/ma2/ante/template/page/3columns.phtml
CHANGED
@@ -22,49 +22,45 @@
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
<?php echo $this->getChildHtml('
|
32 |
-
<div class="
|
33 |
-
<?php echo $this->getChildHtml('global_notices') ?>
|
34 |
-
<div class="page">
|
35 |
<?php echo $this->getChildHtml('header') ?>
|
|
|
36 |
<div class="main col3-layout">
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
|
|
54 |
</div>
|
55 |
-
<?php echo $this->getChildHtml('
|
56 |
-
<?php echo $this->getChildHtml('
|
57 |
-
|
|
|
58 |
</div>
|
59 |
-
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
60 |
-
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
61 |
-
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
62 |
-
</div>
|
63 |
</div>
|
64 |
-
<?php echo $this->getChildHtml('footer') ?>
|
65 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
66 |
-
</div>
|
67 |
</div>
|
68 |
-
|
69 |
-
|
70 |
-
</
|
|
22 |
?>
|
23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body id="ma2body" <?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
|
|
|
|
33 |
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<?php echo $this->getChildHtml('slideshow') ?>
|
35 |
<div class="main col3-layout">
|
36 |
+
<div class="container">
|
37 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
40 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
41 |
+
<div class="main-page">
|
42 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
43 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
44 |
+
<div class="col-content">
|
45 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
46 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
47 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
48 |
+
<div class="front-page">
|
49 |
+
<?php echo $this->getChildHtml('content') ?>
|
50 |
+
</div>
|
51 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
52 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
53 |
+
</div>
|
54 |
</div>
|
55 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
56 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
57 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
58 |
+
<?php echo $this->getChildHtml('footer') ?>
|
59 |
</div>
|
|
|
|
|
|
|
|
|
60 |
</div>
|
|
|
61 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
|
|
62 |
</div>
|
63 |
+
</div>
|
64 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
65 |
+
</body>
|
66 |
+
</html>
|
app/design/frontend/ma2/ante/template/page/empty.phtml
DELETED
@@ -1,46 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Template for Mage_Page_Block_Html
|
30 |
-
*/
|
31 |
-
?>
|
32 |
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
-
<head>
|
35 |
-
<?php echo $this->getChildHtml('head') ?>
|
36 |
-
</head>
|
37 |
-
<body class="page-empty <?php echo $this->getBodyClass()?$this->getBodyClass():'' ?>">
|
38 |
-
<div>
|
39 |
-
<?php echo $this->getChildHtml('after_body_start') ?>
|
40 |
-
<?php echo $this->getChildHtml('global_messages') ?>
|
41 |
-
<?php echo $this->getChildHtml('content') ?>
|
42 |
-
<?php echo $this->getChildHtml('before_body_end') ?>
|
43 |
-
<?php echo $this->getAbsoluteFooter() ?>
|
44 |
-
</div>
|
45 |
-
</body>
|
46 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/html/banner-bottom.phtml
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$i_banner_bottom = $this->getLayout()->createBlock("cms/block")->setBlockId("i_banner_bottom")->toHtml();
|
3 |
-
if(!isset($i_banner_bottom) || $i_banner_bottom == ""):
|
4 |
-
?>
|
5 |
-
<?php
|
6 |
-
$classbanner = "" ;
|
7 |
-
$PresetSession = Mage::getSingleton('core/session')->getData('PresetSession');
|
8 |
-
if(isset($PresetSession) && !empty($PresetSession)):
|
9 |
-
if($PresetSession == "blue"):
|
10 |
-
$classbanner = "banner-bottom-blue" ;
|
11 |
-
else:
|
12 |
-
$classbanner="banner-bottom";
|
13 |
-
endif;
|
14 |
-
else:
|
15 |
-
$preStyle = Mage::getStoreConfig("theme_options/general/preset_styles");
|
16 |
-
if(isset($preStyle) && !empty($preStyle)):
|
17 |
-
if($preStyle == "blue"):
|
18 |
-
$classbanner="banner-bottom-blue";
|
19 |
-
else:
|
20 |
-
$classbanner="banner-bottom";
|
21 |
-
endif;
|
22 |
-
else:
|
23 |
-
$classbanner="banner-bottom";
|
24 |
-
endif;
|
25 |
-
endif;
|
26 |
-
?>
|
27 |
-
<div class="<?php echo $classbanner; ?>">
|
28 |
-
<?php echo $this->__('Shop all adidas accessories ...'); ?>
|
29 |
-
<a href="<?php echo $this->getInputLink();?>">
|
30 |
-
<?php echo $this->__('Most items'); ?>
|
31 |
-
</a>
|
32 |
-
<?php echo $this->__('ship next day') ?>
|
33 |
-
</div>
|
34 |
-
<?php
|
35 |
-
else:
|
36 |
-
echo $i_banner_bottom;
|
37 |
-
endif;
|
38 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/html/bannerimg.phtml
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$img1 = '';
|
3 |
-
$img2 = '';
|
4 |
-
$pathSrc = '';
|
5 |
-
$PresetSession = Mage::getSingleton('core/session')->getData('PresetSession');
|
6 |
-
if(isset($PresetSession) && !empty($PresetSession)):
|
7 |
-
$img1 = '3-'.$PresetSession.'.png';
|
8 |
-
$img2 = '4-'.$PresetSession.'.png';
|
9 |
-
else:
|
10 |
-
$preStyle = Mage::getStoreConfig("theme_options/general/preset_styles");
|
11 |
-
if(isset($preStyle) && !empty($preStyle)):
|
12 |
-
$img1 = '3-'.$preStyle.'.png';
|
13 |
-
$img2 = '4-'.$preStyle.'.png';
|
14 |
-
else:
|
15 |
-
$img1 = '3.png';
|
16 |
-
$img2 = '4.png';
|
17 |
-
endif;
|
18 |
-
endif;
|
19 |
-
$i_banner_img = $this->getLayout()->createBlock("cms/block")->setBlockId("i_banner_img")->toHtml();
|
20 |
-
if(!isset($i_banner_img) || $i_banner_img == ""):
|
21 |
-
?>
|
22 |
-
<div class="netq-img">
|
23 |
-
<a href="#">
|
24 |
-
<img src="<?php echo $this->getSkinUrl('images/banner'.$img1);?>" alt="The new heritage" style="margin-bottom: 10px;" width="448" height="237" />
|
25 |
-
</a>
|
26 |
-
<a href="#">
|
27 |
-
<img src="<?php echo $this->getSkinUrl('images/banner'.$img2);?>" alt="Save 10% to 30%" width="448" height="172" />
|
28 |
-
</a>
|
29 |
-
</div>
|
30 |
-
<?php
|
31 |
-
else:
|
32 |
-
echo $i_banner_img;
|
33 |
-
endif;
|
34 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/html/block-right-adv.phtml
DELETED
@@ -1,26 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$urlSocial = '';
|
3 |
-
$PresetSession = Mage::getSingleton('core/session')->getData('PresetSession');
|
4 |
-
if(isset($PresetSession) && !empty($PresetSession)):
|
5 |
-
$urlSocial = $this->getSkinUrl('images/right-adv-'.$PresetSession.'.png');
|
6 |
-
else:
|
7 |
-
$preStyle = Mage::getStoreConfig("theme_options/general/preset_styles");
|
8 |
-
if(isset($preStyle) && !empty($preStyle)):
|
9 |
-
$urlSocial = $this->getSkinUrl('images/right-adv-'.$preStyle.'.png');
|
10 |
-
else:
|
11 |
-
$urlSocial = $this->getSkinUrl('images/right-adv.png');
|
12 |
-
endif;
|
13 |
-
endif;
|
14 |
-
$i_right_adv= $this->getLayout()->createBlock("cms/block")->setBlockId("i_right_adv")->toHtml();
|
15 |
-
if(!isset($i_right_adv) || $i_right_adv == ""):
|
16 |
-
?>
|
17 |
-
<div class="right-adv">
|
18 |
-
<a href="#">
|
19 |
-
<img src="<?php echo $urlSocial;?>" alt="<?php echo 'advantures';?>" class="max-width" />
|
20 |
-
</a>
|
21 |
-
</div>
|
22 |
-
<?php
|
23 |
-
else:
|
24 |
-
echo $i_right_adv;
|
25 |
-
endif;
|
26 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/html/breadcrumbs.phtml
CHANGED
@@ -20,33 +20,27 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<?php if($crumbs && is_array($crumbs)): ?>
|
28 |
-
<div class="breadcrumbs"
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
</div>
|
46 |
-
<script>
|
47 |
-
/* $('ma2-nav-breadcrum').style.padding = "0";
|
48 |
-
$('ma2-nav-breadcrum').style.padding-left = "6px";
|
49 |
-
$('ma2-nav-breadcrum').style.margin = "0";
|
50 |
-
$('breadcrumbs').style.padding = "0"; */
|
51 |
-
</script>
|
52 |
<?php endif; ?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<?php if($crumbs && is_array($crumbs)): ?>
|
28 |
+
<div class="breadcrumbs">
|
29 |
+
<ul>
|
30 |
+
<?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
|
31 |
+
<li class="<?php echo $_crumbName ?>">
|
32 |
+
<?php if($_crumbInfo['link']): ?>
|
33 |
+
<a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->escapeHtml($_crumbInfo['title']) ?>"><?php echo $this->escapeHtml($_crumbInfo['label']) ?></a>
|
34 |
+
<?php elseif($_crumbInfo['last']): ?>
|
35 |
+
<strong><?php echo $this->escapeHtml($_crumbInfo['label']) ?></strong>
|
36 |
+
<?php else: ?>
|
37 |
+
<?php echo $this->escapeHtml($_crumbInfo['label']) ?>
|
38 |
+
<?php endif; ?>
|
39 |
+
<?php if(!$_crumbInfo['last']): ?>
|
40 |
+
<span>/ </span>
|
41 |
+
<?php endif; ?>
|
42 |
+
</li>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</ul>
|
45 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/page/html/categoriesbox.phtml
ADDED
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
$_helper = Mage::helper('catalog/category');
|
4 |
+
$_categories = $_helper->getStoreCategories();
|
5 |
+
$_defaultImageUrl = $this->getSkinUrl('images/catalog/product/placeholder/image.jpg');
|
6 |
+
|
7 |
+
//get all children
|
8 |
+
function subCategories($navBlock, $categries){
|
9 |
+
$_helper = Mage::helper('catalog/category');
|
10 |
+
$_defaultsubImageUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/images/catalog/product/placeholder/image.jpg';
|
11 |
+
if (count($categries) > 0){
|
12 |
+
//echo '<ul class="subcategory-list">';
|
13 |
+
foreach($categries as $_subcategory){
|
14 |
+
if($_subcategory->getIsActive()){
|
15 |
+
if($_subcategory->hasChildren()){
|
16 |
+
$parent = ' parent';
|
17 |
+
} else {
|
18 |
+
$parent = '';
|
19 |
+
}
|
20 |
+
|
21 |
+
//get category image
|
22 |
+
$_subcategory = Mage::getModel('catalog/category')
|
23 |
+
->load($_subcategory->getId());
|
24 |
+
|
25 |
+
if ($_subcategory->getThumbnail() != null) {
|
26 |
+
$_subcatImage = Mage::getBaseUrl('media').'catalog/category/'.$_subcategory->getThumbnail();
|
27 |
+
} else {
|
28 |
+
$_subcatImage = Mage::getModel('catalog/category')
|
29 |
+
->setData($_subcategory->getData())
|
30 |
+
->getImageUrl();
|
31 |
+
}
|
32 |
+
|
33 |
+
//------
|
34 |
+
echo '<div class="item'. $parent .'" id="item-'.$_subcategory->getId().'">';
|
35 |
+
echo '<div class="cat-name"><a href="'.$_helper->getCategoryUrl($_subcategory).'">
|
36 |
+
'.$_subcategory->getName().'
|
37 |
+
</a></div>';
|
38 |
+
|
39 |
+
if($_subcatImage) {
|
40 |
+
echo '<img alt="category image" src="' .$_subcatImage. '" />';
|
41 |
+
} else {
|
42 |
+
echo '<img alt="category image" src="' .$_defaultsubImageUrl. '" />';
|
43 |
+
}
|
44 |
+
|
45 |
+
$_subcategories = $_subcategory->getChildrenCategories();
|
46 |
+
subCategories($navBlock, $_subcategories);
|
47 |
+
echo '</div>';
|
48 |
+
}
|
49 |
+
}
|
50 |
+
//echo '</ul>';
|
51 |
+
}
|
52 |
+
}
|
53 |
+
?>
|
54 |
+
<?php if(count($_categories)): ?>
|
55 |
+
<div class="ma2toggle-categories">
|
56 |
+
<div class="container">
|
57 |
+
<div>
|
58 |
+
<div id="toggle-categories" class="toggle-categories">
|
59 |
+
<div id="fullheight-toggle-categories">
|
60 |
+
<?php foreach($_categories as $_category): ?>
|
61 |
+
<?php if($_category->getIsActive()): ?>
|
62 |
+
<div class="item<?php echo $_category->hasChildren() ? ' parent' : '' ?>" id="item-<?php echo $_category->getId(); ?>">
|
63 |
+
<?php
|
64 |
+
$_category = Mage::getModel('catalog/category')
|
65 |
+
->load($_category->getId());
|
66 |
+
|
67 |
+
if ($_category->getThumbnail() != null) {
|
68 |
+
$_catImage = Mage::getBaseUrl('media').'catalog/category/'.$_category->getThumbnail();
|
69 |
+
} else {
|
70 |
+
$_catImage = Mage::getModel('catalog/category')
|
71 |
+
->setData($_category->getData())
|
72 |
+
->getImageUrl();
|
73 |
+
}
|
74 |
+
?>
|
75 |
+
<div class="cat-name">
|
76 |
+
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>">
|
77 |
+
<?php echo $_category->getName() ?>
|
78 |
+
</a>
|
79 |
+
</div>
|
80 |
+
<?php if($_catImage): ?>
|
81 |
+
<img src="<?php echo $_catImage ?>" alt="category image" />
|
82 |
+
<?php else: ?>
|
83 |
+
<img src="<?php echo $_defaultImageUrl ?>" alt="category image" />
|
84 |
+
<?php endif; ?>
|
85 |
+
</div>
|
86 |
+
<?php
|
87 |
+
$_subcategories = $_category->getChildrenCategories();
|
88 |
+
subCategories($this, $_subcategories);
|
89 |
+
?>
|
90 |
+
<?php endif; ?>
|
91 |
+
<?php endforeach; ?>
|
92 |
+
</div>
|
93 |
+
</div>
|
94 |
+
</div>
|
95 |
+
<a id="show-categories-btn" class="show-categories-btn" title="category list" href="javascript:void(0)">show cat</a>
|
96 |
+
<a style="display: none" id="hide-categories-btn" class="hide-categories-btn" title="category list" href="javascript:void(0)">hide cat</a>
|
97 |
+
<script type="text/javascript">
|
98 |
+
//<![CDATA[
|
99 |
+
Event.observe(window, 'load', function() {
|
100 |
+
var fullHeight = $('fullheight-toggle-categories').getHeight();
|
101 |
+
$$('.show-categories-btn').each(function(element){
|
102 |
+
element.observe('click', function(event){
|
103 |
+
event.stop();
|
104 |
+
new Effect.Morph('toggle-categories',{
|
105 |
+
style:{
|
106 |
+
height: fullHeight + 'px'
|
107 |
+
},
|
108 |
+
duration: 0.6
|
109 |
+
});
|
110 |
+
$(this).setStyle({
|
111 |
+
display: 'none'
|
112 |
+
});
|
113 |
+
$('hide-categories-btn').setStyle({
|
114 |
+
display: 'inline-block'
|
115 |
+
});
|
116 |
+
return false;
|
117 |
+
});
|
118 |
+
});
|
119 |
+
$$('.hide-categories-btn').each(function(element){
|
120 |
+
element.observe('click', function(event){
|
121 |
+
event.stop();
|
122 |
+
new Effect.Morph('toggle-categories',{
|
123 |
+
style: 'height: 150px',
|
124 |
+
duration: 0.6
|
125 |
+
});
|
126 |
+
$(this).setStyle({
|
127 |
+
display: 'none'
|
128 |
+
})
|
129 |
+
$('show-categories-btn').setStyle({
|
130 |
+
display: 'inline-block'
|
131 |
+
});
|
132 |
+
return false;
|
133 |
+
});
|
134 |
+
});
|
135 |
+
});
|
136 |
+
//]]>
|
137 |
+
</script>
|
138 |
+
</div>
|
139 |
+
</div>
|
140 |
+
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/page/html/footer.phtml
CHANGED
@@ -20,8 +20,6 @@
|
|
20 |
**/
|
21 |
/* $Id: footer.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
?>
|
23 |
-
<div class="footer">
|
24 |
-
|
25 |
-
|
26 |
-
</div>
|
27 |
-
</div>
|
20 |
**/
|
21 |
/* $Id: footer.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
?>
|
23 |
+
<div class="footer">
|
24 |
+
<?php echo $this->getChildHtml() ?>
|
25 |
+
</div>
|
|
|
|
app/design/frontend/ma2/ante/template/page/html/head.phtml
CHANGED
@@ -1,28 +1,25 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* that is bundled with this package in the file
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
-
*
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
-
* @category
|
22 |
-
* @package
|
23 |
-
* @copyright Copyright (
|
24 |
-
* @license http://opensource.org/licenses/
|
25 |
-
|
|
|
|
|
26 |
// Ma2 ThemeOptions config
|
27 |
$gfontCss = array();
|
28 |
$valueFields = array();
|
@@ -37,6 +34,7 @@ if (isset($themeOptions)) {
|
|
37 |
}
|
38 |
}
|
39 |
$themeOptions = json_decode(json_encode($valueFields));
|
|
|
40 |
$mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
|
41 |
/**
|
42 |
*Typography - body font config
|
@@ -45,10 +43,12 @@ $body_change = '';
|
|
45 |
if($themeOptions->body_font_family_change == 1)
|
46 |
{
|
47 |
$body_font_family = explode(':', $themeOptions->body_font_family);
|
|
|
48 |
if(isset($body_font_family[0]) && isset($body_font_family[1]) && $body_font_family[0] == 'w')
|
49 |
{
|
50 |
$body_change .= 'font-family:"'.str_replace('+', ' ',$body_font_family[1]).'";';
|
51 |
$gfontCss[] = $body_font_family[1];
|
|
|
52 |
}
|
53 |
else
|
54 |
{
|
@@ -67,12 +67,15 @@ if(trim($themeOptions->body_line_height) != null)
|
|
67 |
{
|
68 |
$body_change .= 'line-height: '.$themeOptions->body_line_height.';';
|
69 |
}
|
|
|
70 |
/**
|
71 |
*Typography - custom font-family
|
72 |
*/
|
|
|
73 |
if ($themeOptions->is_custom_font_1 == 1 && trim($themeOptions->custom_list_1) != null)
|
74 |
{
|
75 |
$custom_font_family_1 = explode(':', $themeOptions->custom_font_family_1);
|
|
|
76 |
if(isset($custom_font_family_1[0]) && isset($custom_font_family_1[1]) && $custom_font_family_1[0] == 'w')
|
77 |
{
|
78 |
$custom_list_1 = $themeOptions->custom_list_1 .'{font-family:"'.str_replace('+',' ',$custom_font_family_1[1]).'";}';
|
@@ -83,9 +86,12 @@ if ($themeOptions->is_custom_font_1 == 1 && trim($themeOptions->custom_list_1) !
|
|
83 |
$custom_list_1 = $themeOptions->custom_list_1 .'{font-family:'.str_replace(array('s:','w:'), '', $themeOptions->custom_font_family_1).';}';
|
84 |
}
|
85 |
}
|
|
|
|
|
86 |
if ($themeOptions->is_custom_font_2 == 1 && trim($themeOptions->custom_list_2) != null)
|
87 |
{
|
88 |
$custom_font_family_2 = explode(':', $themeOptions->custom_font_family_2);
|
|
|
89 |
if(isset($custom_font_family_2[0]) && isset($custom_font_family_2[1]) && $custom_font_family_2[0] == 'w')
|
90 |
{
|
91 |
$custom_list_2 = $themeOptions->custom_list_2 .'{font-family:"'.str_replace('+',' ',$custom_font_family_2[1]).'";}';
|
@@ -99,10 +105,12 @@ if ($themeOptions->is_custom_font_2 == 1 && trim($themeOptions->custom_list_2) !
|
|
99 |
/**
|
100 |
*Typography - custom css
|
101 |
*/
|
|
|
102 |
if ($themeOptions->is_custom_css == 1 && trim($themeOptions->custom_css) != null)
|
103 |
{
|
104 |
$custom_css = $themeOptions->custom_css;
|
105 |
}
|
|
|
106 |
/**
|
107 |
*Background - body config
|
108 |
*/
|
@@ -111,10 +119,12 @@ if($themeOptions->body_background_change == 1)
|
|
111 |
if($themeOptions->body_background_color_change == 1 && $themeOptions->body_background_image != '')
|
112 |
{
|
113 |
$body_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->body_background_image .'") '. $themeOptions->body_background_image_repeat .' '. $themeOptions->body_background_image_position .' '.$themeOptions->body_background_color .';';
|
|
|
114 |
}
|
115 |
else if ($themeOptions->body_background_color_change == 1 && $themeOptions->body_background_image == '')
|
116 |
{
|
117 |
$body_change .= 'background:'.$themeOptions->body_background_color .';';
|
|
|
118 |
}
|
119 |
else if ($themeOptions->body_background_color_change == 0 && $themeOptions->body_background_image != '')
|
120 |
{
|
@@ -130,10 +140,12 @@ if($themeOptions->header_background_change == 1)
|
|
130 |
if($themeOptions->header_background_color_change == 1 && $themeOptions->header_background_image != '')
|
131 |
{
|
132 |
$header_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->header_background_image .'") '. $themeOptions->header_background_image_repeat .' '. $themeOptions->header_background_image_position .' '.$themeOptions->header_background_color .';';
|
|
|
133 |
}
|
134 |
else if ($themeOptions->header_background_color_change == 1 && $themeOptions->header_background_image == '')
|
135 |
{
|
136 |
$header_change .= 'background:'.$themeOptions->header_background_color .';';
|
|
|
137 |
}
|
138 |
else if ($themeOptions->header_background_color_change == 0 && $themeOptions->header_background_image != '')
|
139 |
{
|
@@ -149,10 +161,12 @@ if($themeOptions->main_background_change == 1)
|
|
149 |
if($themeOptions->main_background_color_change == 1 && $themeOptions->main_background_image != '')
|
150 |
{
|
151 |
$main_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->main_background_image .'") '. $themeOptions->main_background_image_repeat .' '. $themeOptions->main_background_image_position .' '.$themeOptions->main_background_color .';';
|
|
|
152 |
}
|
153 |
else if ($themeOptions->main_background_color_change == 1 && $themeOptions->main_background_image == '')
|
154 |
{
|
155 |
$main_change .= 'background:'.$themeOptions->main_background_color .';';
|
|
|
156 |
}
|
157 |
else if ($themeOptions->main_background_color_change == 0 && $themeOptions->main_background_image != '')
|
158 |
{
|
@@ -168,10 +182,12 @@ if($themeOptions->footer_background_change == 1)
|
|
168 |
if($themeOptions->footer_background_color_change == 1 && $themeOptions->footer_background_image != '')
|
169 |
{
|
170 |
$footer_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->footer_background_image .'") '. $themeOptions->footer_background_image_repeat .' '. $themeOptions->footer_background_image_position .' '.$themeOptions->footer_background_color .';';
|
|
|
171 |
}
|
172 |
else if ($themeOptions->footer_background_color_change == 1 && $themeOptions->footer_background_image == '')
|
173 |
{
|
174 |
$footer_change .= 'background:'.$themeOptions->footer_background_color .';';
|
|
|
175 |
}
|
176 |
else if ($themeOptions->footer_background_color_change == 0 && $themeOptions->footer_background_image != '')
|
177 |
{
|
@@ -203,42 +219,24 @@ if(trim($themeOptions->right_width) != '')
|
|
203 |
$right_width .= 'width:'. $themeOptions->right_width .';';
|
204 |
}
|
205 |
?>
|
206 |
-
<title><?php echo $this->getTitle() ?></title>
|
207 |
<meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
|
208 |
-
<
|
209 |
<meta name="description" content="<?php echo htmlspecialchars($this->getDescription()) ?>" />
|
210 |
<meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" />
|
211 |
<meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
|
212 |
<?php
|
213 |
-
$
|
214 |
-
$
|
215 |
-
$
|
216 |
-
|
217 |
-
|
218 |
-
endif;
|
219 |
-
|
220 |
-
$PresetSession = Mage::getSingleton('core/session')->getData('PresetSession');
|
221 |
-
if(isset($PresetSession) && !empty($PresetSession)):
|
222 |
-
$faviSrc = $this->getSkinUrl('images/favicon-'.$PresetSession.'.png');
|
223 |
-
$style = $PresetSession.'.css';
|
224 |
-
else:
|
225 |
-
$preStyle = Mage::getStoreConfig("theme_options/general/preset_styles");
|
226 |
-
if(isset($preStyle) && !empty($preStyle)):
|
227 |
-
$style = $preStyle.'.css';
|
228 |
-
if($themeOptions->favicon != '') :
|
229 |
-
$faviSrc = $mediaUrl.'ma2/images/'.$themeOptions->favicon;
|
230 |
-
else:
|
231 |
-
$faviSrc = $this->getSkinUrl('images/favicon-'.$preStyle.'.png');
|
232 |
-
endif;
|
233 |
-
else:
|
234 |
-
$faviSrc = $this->getFaviconFile();
|
235 |
-
$style = 'styles.css';
|
236 |
-
endif;
|
237 |
-
endif;
|
238 |
?>
|
239 |
-
<link rel="icon" href="<?php echo $
|
240 |
-
<link rel="shortcut icon" href="<?php echo $
|
241 |
-
|
|
|
|
|
242 |
<!--[if lt IE 7]>
|
243 |
<script type="text/javascript">
|
244 |
//<![CDATA[
|
@@ -251,32 +249,43 @@ endif;
|
|
251 |
<?php echo $this->getChildHtml() ?>
|
252 |
<?php echo $this->helper('core/js')->getTranslatorScript() ?>
|
253 |
<?php echo $this->getIncludes() ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
<?php
|
255 |
// Ma2 ThemeOptions apply styles
|
256 |
echo
|
257 |
'<style type="text/css">'.
|
258 |
'body{'.$body_change.'}'.
|
259 |
-
'div.header{'.$header_change .
|
260 |
-
'div.main{'.$main_change .
|
261 |
-
'div.footer{'.$footer_change .
|
262 |
$custom_list_1.
|
263 |
$custom_list_2.
|
264 |
$custom_css.
|
265 |
-
'div.
|
266 |
-
'div.
|
267 |
-
'div.
|
268 |
'</style>';
|
269 |
?>
|
270 |
<?php
|
271 |
-
if(isset($
|
272 |
-
$newClassBody = 'ma2-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
$newClassBody = 'ma2-preset-style-'.$preStyle;
|
277 |
-
endif;
|
278 |
-
endif;
|
279 |
-
if ($root = $this->getLayout()->getBlock('root')):
|
280 |
-
$root->addBodyClass($newClassBody);
|
281 |
endif;
|
282 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* MagenMarket.com
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
|
|
|
|
|
|
11 |
*
|
12 |
* DISCLAIMER
|
13 |
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
|
|
|
|
15 |
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: head.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
|
23 |
// Ma2 ThemeOptions config
|
24 |
$gfontCss = array();
|
25 |
$valueFields = array();
|
34 |
}
|
35 |
}
|
36 |
$themeOptions = json_decode(json_encode($valueFields));
|
37 |
+
//media URL
|
38 |
$mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
|
39 |
/**
|
40 |
*Typography - body font config
|
43 |
if($themeOptions->body_font_family_change == 1)
|
44 |
{
|
45 |
$body_font_family = explode(':', $themeOptions->body_font_family);
|
46 |
+
|
47 |
if(isset($body_font_family[0]) && isset($body_font_family[1]) && $body_font_family[0] == 'w')
|
48 |
{
|
49 |
$body_change .= 'font-family:"'.str_replace('+', ' ',$body_font_family[1]).'";';
|
50 |
$gfontCss[] = $body_font_family[1];
|
51 |
+
|
52 |
}
|
53 |
else
|
54 |
{
|
67 |
{
|
68 |
$body_change .= 'line-height: '.$themeOptions->body_line_height.';';
|
69 |
}
|
70 |
+
|
71 |
/**
|
72 |
*Typography - custom font-family
|
73 |
*/
|
74 |
+
$custom_list_1 = '';
|
75 |
if ($themeOptions->is_custom_font_1 == 1 && trim($themeOptions->custom_list_1) != null)
|
76 |
{
|
77 |
$custom_font_family_1 = explode(':', $themeOptions->custom_font_family_1);
|
78 |
+
|
79 |
if(isset($custom_font_family_1[0]) && isset($custom_font_family_1[1]) && $custom_font_family_1[0] == 'w')
|
80 |
{
|
81 |
$custom_list_1 = $themeOptions->custom_list_1 .'{font-family:"'.str_replace('+',' ',$custom_font_family_1[1]).'";}';
|
86 |
$custom_list_1 = $themeOptions->custom_list_1 .'{font-family:'.str_replace(array('s:','w:'), '', $themeOptions->custom_font_family_1).';}';
|
87 |
}
|
88 |
}
|
89 |
+
|
90 |
+
$custom_list_2 = '';
|
91 |
if ($themeOptions->is_custom_font_2 == 1 && trim($themeOptions->custom_list_2) != null)
|
92 |
{
|
93 |
$custom_font_family_2 = explode(':', $themeOptions->custom_font_family_2);
|
94 |
+
|
95 |
if(isset($custom_font_family_2[0]) && isset($custom_font_family_2[1]) && $custom_font_family_2[0] == 'w')
|
96 |
{
|
97 |
$custom_list_2 = $themeOptions->custom_list_2 .'{font-family:"'.str_replace('+',' ',$custom_font_family_2[1]).'";}';
|
105 |
/**
|
106 |
*Typography - custom css
|
107 |
*/
|
108 |
+
$custom_css = '';
|
109 |
if ($themeOptions->is_custom_css == 1 && trim($themeOptions->custom_css) != null)
|
110 |
{
|
111 |
$custom_css = $themeOptions->custom_css;
|
112 |
}
|
113 |
+
|
114 |
/**
|
115 |
*Background - body config
|
116 |
*/
|
119 |
if($themeOptions->body_background_color_change == 1 && $themeOptions->body_background_image != '')
|
120 |
{
|
121 |
$body_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->body_background_image .'") '. $themeOptions->body_background_image_repeat .' '. $themeOptions->body_background_image_position .' '.$themeOptions->body_background_color .';';
|
122 |
+
|
123 |
}
|
124 |
else if ($themeOptions->body_background_color_change == 1 && $themeOptions->body_background_image == '')
|
125 |
{
|
126 |
$body_change .= 'background:'.$themeOptions->body_background_color .';';
|
127 |
+
|
128 |
}
|
129 |
else if ($themeOptions->body_background_color_change == 0 && $themeOptions->body_background_image != '')
|
130 |
{
|
140 |
if($themeOptions->header_background_color_change == 1 && $themeOptions->header_background_image != '')
|
141 |
{
|
142 |
$header_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->header_background_image .'") '. $themeOptions->header_background_image_repeat .' '. $themeOptions->header_background_image_position .' '.$themeOptions->header_background_color .';';
|
143 |
+
|
144 |
}
|
145 |
else if ($themeOptions->header_background_color_change == 1 && $themeOptions->header_background_image == '')
|
146 |
{
|
147 |
$header_change .= 'background:'.$themeOptions->header_background_color .';';
|
148 |
+
|
149 |
}
|
150 |
else if ($themeOptions->header_background_color_change == 0 && $themeOptions->header_background_image != '')
|
151 |
{
|
161 |
if($themeOptions->main_background_color_change == 1 && $themeOptions->main_background_image != '')
|
162 |
{
|
163 |
$main_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->main_background_image .'") '. $themeOptions->main_background_image_repeat .' '. $themeOptions->main_background_image_position .' '.$themeOptions->main_background_color .';';
|
164 |
+
|
165 |
}
|
166 |
else if ($themeOptions->main_background_color_change == 1 && $themeOptions->main_background_image == '')
|
167 |
{
|
168 |
$main_change .= 'background:'.$themeOptions->main_background_color .';';
|
169 |
+
|
170 |
}
|
171 |
else if ($themeOptions->main_background_color_change == 0 && $themeOptions->main_background_image != '')
|
172 |
{
|
182 |
if($themeOptions->footer_background_color_change == 1 && $themeOptions->footer_background_image != '')
|
183 |
{
|
184 |
$footer_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->footer_background_image .'") '. $themeOptions->footer_background_image_repeat .' '. $themeOptions->footer_background_image_position .' '.$themeOptions->footer_background_color .';';
|
185 |
+
|
186 |
}
|
187 |
else if ($themeOptions->footer_background_color_change == 1 && $themeOptions->footer_background_image == '')
|
188 |
{
|
189 |
$footer_change .= 'background:'.$themeOptions->footer_background_color .';';
|
190 |
+
|
191 |
}
|
192 |
else if ($themeOptions->footer_background_color_change == 0 && $themeOptions->footer_background_image != '')
|
193 |
{
|
219 |
$right_width .= 'width:'. $themeOptions->right_width .';';
|
220 |
}
|
221 |
?>
|
|
|
222 |
<meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
|
223 |
+
<title><?php echo $this->getTitle() ?></title>
|
224 |
<meta name="description" content="<?php echo htmlspecialchars($this->getDescription()) ?>" />
|
225 |
<meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" />
|
226 |
<meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
|
227 |
<?php
|
228 |
+
$iconHref='';
|
229 |
+
if($themeOptions->favicon != '') :
|
230 |
+
$iconHref = $mediaUrl.'ma2/images/'.$themeOptions->favicon;
|
231 |
+
else:
|
232 |
+
$iconHref = $this->getFaviconFile();
|
233 |
+
endif;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
?>
|
235 |
+
<link rel="icon" href="<?php echo $iconHref; ?>" type="image/x-icon" />
|
236 |
+
<link rel="shortcut icon" href="<?php echo $iconHref; ?>" type="image/x-icon" />
|
237 |
+
<?php if(!empty($gfontCss)) : ?>
|
238 |
+
<link type="text/css" href="//fonts.googleapis.com/css?family=<?php echo implode('|',$gfontCss) ?>" rel="stylesheet">
|
239 |
+
<?php endif; ?>
|
240 |
<!--[if lt IE 7]>
|
241 |
<script type="text/javascript">
|
242 |
//<![CDATA[
|
249 |
<?php echo $this->getChildHtml() ?>
|
250 |
<?php echo $this->helper('core/js')->getTranslatorScript() ?>
|
251 |
<?php echo $this->getIncludes() ?>
|
252 |
+
<?php
|
253 |
+
$_session = Mage::getSingleton('core/session');
|
254 |
+
$_post = Mage::app()->getRequest()->getPost();
|
255 |
+
if(isset($_post)) {
|
256 |
+
if (isset($_post['submit_preset']) && $_post['params_demo_preset'] != '') {
|
257 |
+
$_session->setData('presetstyle', $_post['params_demo_preset']);
|
258 |
+
}
|
259 |
+
}
|
260 |
+
if($_session->getData('presetstyle') != null){
|
261 |
+
$presetstyle = $_session->getData('presetstyle');
|
262 |
+
} else {
|
263 |
+
$presetstyle = Mage::getStoreConfig('theme_options/general/preset_styles');
|
264 |
+
}
|
265 |
+
?>
|
266 |
+
<link class="style" href="<?php echo $this->getSkinUrl('css/'. $presetstyle .'.css'); ?>" type="text/css" rel="stylesheet" />
|
267 |
+
|
268 |
<?php
|
269 |
// Ma2 ThemeOptions apply styles
|
270 |
echo
|
271 |
'<style type="text/css">'.
|
272 |
'body{'.$body_change.'}'.
|
273 |
+
'div.header{'.$header_change .'}'.
|
274 |
+
'div.main{'.$main_change .'}'.
|
275 |
+
'div.footer{'.$footer_change .'}'.
|
276 |
$custom_list_1.
|
277 |
$custom_list_2.
|
278 |
$custom_css.
|
279 |
+
'div.container{'.$theme_width.'}'.
|
280 |
+
'div.col-left{'.$left_width.'}'.
|
281 |
+
'div.col-right{'.$right_width.'}'.
|
282 |
'</style>';
|
283 |
?>
|
284 |
<?php
|
285 |
+
if(isset($presetstyle) && !empty($presetstyle)):
|
286 |
+
$newClassBody = 'ma2-style-'.$presetstyle;
|
287 |
+
if ($root = $this->getLayout()->getBlock('root')):
|
288 |
+
$root->addBodyClass($newClassBody);
|
289 |
+
endif;
|
|
|
|
|
|
|
|
|
|
|
290 |
endif;
|
291 |
?>
|
app/design/frontend/ma2/ante/template/page/html/header.phtml
CHANGED
@@ -18,82 +18,49 @@
|
|
18 |
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id: header.phtml 12 2013-11-05 10:00:22Z
|
22 |
|
23 |
-
|
24 |
-
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
?>
|
49 |
-
<div class="header
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
<?php endif; ?>
|
54 |
<div class="container">
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
<strong><?php echo $slogan ?></strong>
|
65 |
-
<img src="<?php echo $logoSrc ?>" <?php echo $logoWidth; ?> <?php echo $logoHeight; ?> alt="<?php echo $slogan ?>" />
|
66 |
-
</a>
|
67 |
-
<?php endif?>
|
68 |
-
<div class="header-top">
|
69 |
-
<?php if ($tmp_html = $this->getChildHtml('i_block_header_top_links')):?>
|
70 |
-
<div class="header-top-links"><?php echo $tmp_html; ?></div>
|
71 |
-
<?php endif;?>
|
72 |
-
<div class="netq-login">
|
73 |
-
<?php if (Mage::getSingleton('customer/session')->isLoggedIn()==0): ?>
|
74 |
-
<a href="<?php echo $this->getUrl('customer/account/login') ?>">
|
75 |
-
<?php echo $this->__('Customer Login') ?>
|
76 |
-
</a>
|
77 |
-
<span>|</span>
|
78 |
-
<a href="<?php echo $this->getUrl('customer/account/create') ?>">
|
79 |
-
<?php echo $this->__('Create new account') ?>
|
80 |
-
</a>
|
81 |
-
<?php else: ?>
|
82 |
-
<p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
|
83 |
-
<?php endif ?>
|
84 |
</div>
|
85 |
-
|
86 |
-
<div class="netq-search">
|
87 |
-
<?php echo $this->getChildHtml('topSearch'); ?>
|
88 |
-
</div>
|
89 |
-
<div class="quick-access">
|
90 |
-
<?php echo $this->getChildHtml('topLinks') ?>
|
91 |
-
</div>
|
92 |
</div>
|
93 |
-
|
94 |
-
</div>
|
95 |
-
<div class="top-blocks">
|
96 |
-
<?php echo $this->getChildHtml('top1Area') ?>
|
97 |
-
<?php echo $this->getChildHtml('top2Area') ?>
|
98 |
-
</div>
|
99 |
-
<?php echo $this->getChildHtml('topMenu') ?>
|
18 |
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
+
/* $Id: header.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
|
23 |
+
$mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
|
24 |
+
$generalOptions = json_decode(json_encode(Mage::getStoreConfig('theme_options/general')));
|
25 |
|
26 |
+
$logoWidth = '';
|
27 |
+
$logoHeight = '';
|
28 |
+
|
29 |
+
$presetstyle = Mage::getSingleton('core/session')->getData('presetstyle');
|
30 |
+
|
31 |
+
if ( $generalOptions->is_custom_logo == 1 && $generalOptions->logo_image != '' ) {
|
32 |
+
$logoSrc = $mediaUrl.'ma2/images/'.$generalOptions->logo_image;
|
33 |
+
|
34 |
+
//logo width
|
35 |
+
$logoWidth = ( trim($generalOptions->logo_width) != '' && intval($generalOptions->logo_width) > 0 ) ? 'width="'. $generalOptions->logo_width .'"' : '';
|
36 |
+
|
37 |
+
//logo height
|
38 |
+
$logoHeight = ( trim($generalOptions->logo_height) != '' && intval($generalOptions->logo_height) > 0 ) ? 'height="'. $generalOptions->logo_height .'"' : '';
|
39 |
+
}
|
40 |
+
else
|
41 |
+
{
|
42 |
+
// $logoSrc = $this->getLogoSrc();
|
43 |
+
// $logoSrc = $mediaUrl.'ma2/images/'.$generalOptions->default_logo_image;
|
44 |
+
// $logoSrc = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'/frontend/ma2/default/images/logo.gif';
|
45 |
+
$logoSrc = $this->getSkinUrl('images/'.$presetstyle.'/logo.png');
|
46 |
+
}
|
47 |
+
$slogan = trim($generalOptions->slogan) != '' ? $generalOptions->slogan : $this->getLogoAlt();
|
48 |
?>
|
49 |
+
<div class="header">
|
50 |
+
<?php if ($generalOptions->display_preset_styles == 1) : ?>
|
51 |
+
<?php echo $this->getChildHtml('presetStylesBox'); ?>
|
52 |
+
<?php endif; ?>
|
|
|
53 |
<div class="container">
|
54 |
+
<?php if ($this->getIsHomePage()):?>
|
55 |
+
<h1 class="logo"><strong><?php echo $slogan ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $slogan ?>" class="logo-link"><img src="<?php echo $logoSrc ?>" <?php echo $logoWidth; ?> <?php echo $logoHeight; ?> alt="<?php echo $slogan ?>" /></a></h1>
|
56 |
+
<?php else:?>
|
57 |
+
<h1 class="logo"><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $slogan ?>" class="logo-link"><strong><?php echo $slogan ?></strong><img src="<?php echo $logoSrc ?>" <?php echo $logoWidth; ?> <?php echo $logoHeight; ?> alt="<?php echo $slogan ?>" /></a></h1>
|
58 |
+
<?php endif?>
|
59 |
+
|
60 |
+
<div class="topblocks">
|
61 |
+
<?php echo $this->getChildHtml('top1Area') ?>
|
62 |
+
<?php echo $this->getChildHtml('top2Area') ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
</div>
|
64 |
+
<?php echo $this->getChildHtml('topMenu') ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
</div>
|
66 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/html/ie7ie8.phtml
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$PresetSession = Mage::getSingleton('core/session')->getData('PresetSession');
|
3 |
-
if(isset($PresetSession) && !empty($PresetSession)):
|
4 |
-
$style_ie = 'styles-ie-'.$PresetSession.'-';
|
5 |
-
else:
|
6 |
-
$preStyle = Mage::getStoreConfig("theme_options/general/preset_styles");
|
7 |
-
if(isset($preStyle) && !empty($preStyle)):
|
8 |
-
$style_ie = 'styles-ie-'.$preStyle.'-';
|
9 |
-
else:
|
10 |
-
$style_ie = 'styles-ie-8';
|
11 |
-
endif;
|
12 |
-
endif;
|
13 |
-
?>
|
14 |
-
<!--[if IE 8]>
|
15 |
-
<link rel="stylesheet" type="text/css" href="<?php echo $this->getSkinUrl('css/'.$style_ie.'8.css');?>">
|
16 |
-
<![endif]-->
|
17 |
-
<!--[if IE 7]>
|
18 |
-
<link rel="stylesheet" type="text/css" href="<?php echo $this->getSkinUrl('css/'.$style_ie.'7.css');?>" />
|
19 |
-
<![endif]-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/html/presetstyles.phtml
CHANGED
@@ -1,27 +1,80 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: presetstyles.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
|
23 |
+
$presetstyle = Mage::getSingleton('core/session')->getData('presetstyle');
|
24 |
+
if($presetstyle != null){
|
25 |
+
$current_style = $presetstyle;
|
26 |
+
} else {
|
27 |
+
$current_style = Mage::getStoreConfig('theme_options/general/preset_styles');
|
28 |
+
}
|
29 |
+
?>
|
30 |
+
<div id="ma2styles-control-box">
|
31 |
+
<div class="ma2styles-control-box">
|
32 |
+
<a class="presetstyles-btn" href="javascript:void(0)" title="Choose color"></a>
|
33 |
+
<div id="ma2-theme-styles" style="display: none;">
|
34 |
+
<form id="template_demo" method="post" action="<?php echo $this->getCurrentUrl(); ?>">
|
35 |
+
<h3 id="params_demo_preset-lbl"><?php echo $this->__('Choose color'); ?></h3>
|
36 |
+
<fieldset id="params_demo_preset" class="radio">
|
37 |
+
<?php
|
38 |
+
$presetstyles = Mage::getModel('ThemeOptions/presetstyles')->toOptionArray();
|
39 |
+
foreach ($presetstyles as $idx=>$_style)
|
40 |
+
{
|
41 |
+
?>
|
42 |
+
<input onclick="javascript:presetStyle()" id="params_demo_preset<?php echo $idx;?>" class="<?php echo $this->escapeHtml($_style['value']); ?>" type="radio" <?php echo ($this->escapeHtml($_style['value']) == $presetstyle) || ($this->escapeHtml($_style['value']) == $current_style) ? 'checked="checked"' : ''; ?> title="<?php echo $_style['label']; ?>" value="<?php echo $this->escapeHtml($_style['value']); ?>" name="params_demo_preset" />
|
43 |
+
<label class="<?php echo $this->escapeHtml($_style['value']); ?>" title="<?php echo $_style['label']; ?>" for="params_demo_preset<?php echo $idx;?>">
|
44 |
+
<?php echo $_style['label']; ?>
|
45 |
+
</label>
|
46 |
+
<?php } ?>
|
47 |
+
<input value="1" name="submit_preset" type="hidden" />
|
48 |
+
</fieldset>
|
49 |
+
<!--<button class="apply-btn" value="1" name="submit_preset" type="submit">Apply</button>-->
|
50 |
+
</form>
|
51 |
+
</div>
|
52 |
+
<script type="text/javascript">
|
53 |
+
//<![CDATA[
|
54 |
+
function presetStyle(){
|
55 |
+
var presetForm = $('template_demo');
|
56 |
+
presetForm.submit();
|
57 |
+
}
|
58 |
+
|
59 |
+
Event.observe(window, 'load', function() {
|
60 |
+
$$('.presetstyles-btn').each(function(element){
|
61 |
+
element.observe('click', function(event){
|
62 |
+
event.stop();
|
63 |
+
Effect.toggle('ma2-theme-styles', 'appear', { duration: 0.4 });
|
64 |
+
});
|
65 |
+
});
|
66 |
+
});
|
67 |
+
//]]>
|
68 |
+
</script>
|
69 |
+
</div>
|
70 |
+
</div>
|
71 |
+
|
72 |
+
|
73 |
+
|
74 |
+
|
75 |
+
|
76 |
+
|
77 |
+
|
78 |
+
|
79 |
+
|
80 |
+
|
app/design/frontend/ma2/ante/template/page/html/topmenu.phtml
CHANGED
@@ -1,56 +1,35 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* that is bundled with this package in the file
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
-
*
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
-
* @category
|
22 |
-
* @package
|
23 |
-
* @copyright Copyright (
|
24 |
-
* @license http://opensource.org/licenses/
|
25 |
-
|
26 |
-
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Top menu for store
|
30 |
-
*
|
31 |
-
* @see Mage_Page_Block_Html_Topmenu
|
32 |
-
*/
|
33 |
?>
|
34 |
<?php $_menu = $this->getHtml('level-top') ?>
|
35 |
-
<?php if($_menu): ?>
|
36 |
-
<div class="nav-container
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
$firtItem = ' first';
|
46 |
-
endif;
|
47 |
-
?>
|
48 |
-
<li class="<?php echo $homeItem; echo $firtItem;?>" onmouseover="toggleMenu(this,1)" onmouseout="toggleMenu(this,0)">
|
49 |
-
<a class="<?php if($first==0): echo ' first'; endif;?>" href="<?php echo $this->getUrl('')?>">
|
50 |
-
<span><?php echo $this->__('Home') ?></span>
|
51 |
-
</a>
|
52 |
-
</li>
|
53 |
-
<?php echo $_menu ?>
|
54 |
-
</ul>
|
55 |
</div>
|
56 |
-
<?php endif ?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* MagenMarket.com
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
|
|
|
|
|
|
11 |
*
|
12 |
* DISCLAIMER
|
13 |
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
|
|
|
|
15 |
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: topMenu.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
?>
|
23 |
<?php $_menu = $this->getHtml('level-top') ?>
|
24 |
+
<?php //if($_menu): ?>
|
25 |
+
<div id="ma2-navMain" class="nav-container ma2-navMain">
|
26 |
+
<ul id="nav" class="navMain">
|
27 |
+
<li class="level0 nav-0 level-top home<?php if (Mage::getBlockSingleton('page/html_header')->getIsHomePage()): ?> active<?php endif;?>">
|
28 |
+
<a class="level-top" href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->__('Home') ?>"><span><?php echo $this->__('Home') ?></span></a>
|
29 |
+
</li>
|
30 |
+
<?php if($_menu): ?>
|
31 |
+
<?php echo $_menu ?>
|
32 |
+
<?php endif ?>
|
33 |
+
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
</div>
|
35 |
+
<?php //endif ?>
|
app/design/frontend/ma2/ante/template/page/js/calendar.phtml
DELETED
@@ -1,94 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Calendar localization script. Should be put into page header.
|
30 |
-
*
|
31 |
-
* @see Mage_Core_Block_Html_Calendar
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
|
35 |
-
<script type="text/javascript">
|
36 |
-
//<![CDATA[
|
37 |
-
enUS = <?php echo $enUS?>; // en_US locale reference
|
38 |
-
Calendar._DN = <?php echo $days['wide']?>; // full day names
|
39 |
-
Calendar._SDN = <?php echo $days['abbreviated']?>; // short day names
|
40 |
-
Calendar._FD = <?php echo $firstDay?>; // First day of the week. "0" means display Sunday first, "1" means display Monday first, etc.
|
41 |
-
Calendar._MN = <?php echo $months['wide']?>; // full month names
|
42 |
-
Calendar._SMN = <?php echo $months['abbreviated']?>; // short month names
|
43 |
-
Calendar._am = <?php echo $am ?>; // am/pm
|
44 |
-
Calendar._pm = <?php echo $pm ?>;
|
45 |
-
|
46 |
-
// tooltips
|
47 |
-
Calendar._TT = {};
|
48 |
-
Calendar._TT["INFO"] = "<?php echo $this->jsQuoteEscape( $this->__('About the calendar') );?>";
|
49 |
-
|
50 |
-
Calendar._TT["ABOUT"] =
|
51 |
-
"<?php echo $this->jsQuoteEscape( $this->__('DHTML Date/Time Selector') )?>\n" +
|
52 |
-
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" +
|
53 |
-
"<?php echo $this->jsQuoteEscape( $this->__('For latest version visit: %s', 'http://www.dynarch.com/projects/calendar/') )?>\n" +
|
54 |
-
"<?php echo $this->jsQuoteEscape( $this->__('Distributed under GNU LGPL. See %s for details.', 'http://gnu.org/licenses/lgpl.html') )?>" +
|
55 |
-
"\n\n" +
|
56 |
-
"<?php echo $this->jsQuoteEscape( $this->__('Date selection:') )?>\n" +
|
57 |
-
"<?php echo $this->jsQuoteEscape( $this->__('- Use the %s, %s buttons to select year', '\\xab', '\xbb') )?>\n" +
|
58 |
-
"<?php echo $this->jsQuoteEscape( $this->__('- Use the %s buttons to select month', '" + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "') )?>\n" +
|
59 |
-
"<?php echo $this->jsQuoteEscape( $this->__('- Hold mouse button on any of the above buttons for faster selection.') )?>";
|
60 |
-
Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
61 |
-
"<?php echo $this->jsQuoteEscape( $this->__('Time selection:') )?>\n" +
|
62 |
-
"<?php echo $this->jsQuoteEscape( $this->__('- Click on any of the time parts to increase it') )?>\n" +
|
63 |
-
"<?php echo $this->jsQuoteEscape( $this->__('- or Shift-click to decrease it') )?>\n" +
|
64 |
-
"<?php echo $this->jsQuoteEscape( $this->__('- or click and drag for faster selection.') )?>";
|
65 |
-
|
66 |
-
Calendar._TT["PREV_YEAR"] = "<?php echo $this->jsQuoteEscape( $this->__('Prev. year (hold for menu)') );?>";
|
67 |
-
Calendar._TT["PREV_MONTH"] = "<?php echo $this->jsQuoteEscape( $this->__('Prev. month (hold for menu)') );?>";
|
68 |
-
Calendar._TT["GO_TODAY"] = "<?php echo $this->jsQuoteEscape( $this->__('Go Today') );?>";
|
69 |
-
Calendar._TT["NEXT_MONTH"] = "<?php echo $this->jsQuoteEscape( $this->__('Next month (hold for menu)') );?>";
|
70 |
-
Calendar._TT["NEXT_YEAR"] = "<?php echo $this->jsQuoteEscape( $this->__('Next year (hold for menu)') );?>";
|
71 |
-
Calendar._TT["SEL_DATE"] = "<?php echo $this->jsQuoteEscape( $this->__('Select date') );?>";
|
72 |
-
Calendar._TT["DRAG_TO_MOVE"] = "<?php echo $this->jsQuoteEscape( $this->__('Drag to move') );?>";
|
73 |
-
Calendar._TT["PART_TODAY"] = ' (' + <?php echo $today ?> + ')';
|
74 |
-
|
75 |
-
// the following is to inform that "%s" is to be the first day of week
|
76 |
-
Calendar._TT["DAY_FIRST"] = "<?php echo $this->jsQuoteEscape( $this->__('Display %s first', '%s') );?>";
|
77 |
-
|
78 |
-
// This may be locale-dependent. It specifies the week-end days, as an array
|
79 |
-
// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
|
80 |
-
// means Monday, etc.
|
81 |
-
Calendar._TT["WEEKEND"] = <?php echo $weekendDays?>;
|
82 |
-
|
83 |
-
Calendar._TT["CLOSE"] = "<?php echo $this->jsQuoteEscape( $this->__('Close') );?>";
|
84 |
-
Calendar._TT["TODAY"] = <?php echo $today ?>;
|
85 |
-
Calendar._TT["TIME_PART"] = "<?php echo $this->jsQuoteEscape( $this->__('(Shift-)Click or drag to change value') );?>";
|
86 |
-
|
87 |
-
// date formats
|
88 |
-
Calendar._TT["DEF_DATE_FORMAT"] = <?php echo $defaultFormat?>;
|
89 |
-
Calendar._TT["TT_DATE_FORMAT"] = <?php echo $toolTipFormat?>;
|
90 |
-
|
91 |
-
Calendar._TT["WK"] = <?php echo $week ?>;
|
92 |
-
Calendar._TT["TIME"] = "<?php echo $this->jsQuoteEscape( $this->__('Time:') );?>";
|
93 |
-
//]]>
|
94 |
-
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/popup.phtml
DELETED
@@ -1,45 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Template for Mage_Page_Block_Html
|
30 |
-
*/
|
31 |
-
?>
|
32 |
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
-
<head>
|
35 |
-
<?php echo $this->getChildHtml('head') ?>
|
36 |
-
</head>
|
37 |
-
<body class="page-popup<?php echo $this->getBodyClass()?$this->getBodyClass() : ''?>">
|
38 |
-
<div>
|
39 |
-
<?php echo $this->getChildHtml('after_body_start') ?>
|
40 |
-
<?php echo $this->getChildHtml('content') ?>
|
41 |
-
<?php echo $this->getChildHtml('before_body_end') ?>
|
42 |
-
</div>
|
43 |
-
<?php echo $this->getAbsoluteFooter() ?>
|
44 |
-
</body>
|
45 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/print.phtml
DELETED
@@ -1,52 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Template for Mage_Page_Block_Html
|
30 |
-
*/
|
31 |
-
?>
|
32 |
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
-
<head>
|
35 |
-
<?php echo $this->getChildHtml('head') ?>
|
36 |
-
</head>
|
37 |
-
<body class="page-print<?php echo $this->getBodyClass()?$this->getBodyClass():'' ?>">
|
38 |
-
<div>
|
39 |
-
<div class="print-head">
|
40 |
-
<img src="<?php echo $this->getPrintLogoUrl() ? $this->getPrintLogoUrl() : $this->getSkinUrl('images/logo_print.gif') ?>" class="logo" alt="" />
|
41 |
-
<?php if ($this->getPrintLogoText()):?>
|
42 |
-
<address><?php echo nl2br($this->escapeHtml($this->getPrintLogoText())) ?></address>
|
43 |
-
<?php endif;?>
|
44 |
-
</div>
|
45 |
-
<?php echo $this->getChildHtml('content') ?>
|
46 |
-
<div class="buttons-set">
|
47 |
-
<button type="button" title="<?php echo $this->__('Close Window') ?>" class="button" onclick="window.close();"><span><span><?php echo $this->__('Close Window') ?></span></span></button>
|
48 |
-
</div>
|
49 |
-
<?php echo $this->getAbsoluteFooter() ?>
|
50 |
-
</div>
|
51 |
-
</body>
|
52 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/redirect.phtml
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="page-title">
|
28 |
-
<h1><?php echo $this->__('Redirecting...') ?></h1>
|
29 |
-
</div>
|
30 |
-
<?php if($this->getMessage()): ?>
|
31 |
-
<p><?php echo $this->getMessage() ?></p>
|
32 |
-
<?php endif; ?>
|
33 |
-
<?php echo $this->getRedirectOutput() ?>
|
34 |
-
<?php if(!$this->isHtmlFormRedirect()): ?>
|
35 |
-
<p><?php echo $this->__('Click <a href="%s">here</a> if nothing has happened', $this->getTargetURL()) ?></p>
|
36 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/switch/flags.phtml
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php if(count($this->getStores())>1): ?>
|
28 |
-
<div class="form-language">
|
29 |
-
<label for="select-language"><?php echo $this->__('Your Language:') ?></label>
|
30 |
-
<select id="select-language" title="<?php echo $this->__('Your Language') ?>" onchange="window.location.href=this.value" class="flags">
|
31 |
-
<?php foreach ($this->getStores() as $_lang): ?>
|
32 |
-
<?php $_selected = ($_lang->getId() == $this->getCurrentStoreId()) ? ' selected="selected"' : '' ?>
|
33 |
-
<option value="<?php echo $_lang->getCurrentUrl() ?>" style="background-image:url('<?php echo $this->getSkinUrl('images/flags/flag_'.$_lang->getCode().'.gif') ?>');"<?php echo $_selected ?>><?php echo $this->escapeHtml($_lang->getName()) ?></option>
|
34 |
-
<?php endforeach; ?>
|
35 |
-
</select>
|
36 |
-
</div>
|
37 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/switch/languages.phtml
DELETED
@@ -1,44 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Language switcher template
|
30 |
-
*
|
31 |
-
* @see Mage_Page_Block_Switch
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
<?php if(count($this->getStores())>1): ?>
|
35 |
-
<div class="form-language">
|
36 |
-
<label for="select-language"><?php echo $this->__('Your Language:') ?></label>
|
37 |
-
<select id="select-language" title="<?php echo $this->__('Your Language') ?>" onchange="window.location.href=this.value">
|
38 |
-
<?php foreach ($this->getStores() as $_lang): ?>
|
39 |
-
<?php $_selected = ($_lang->getId() == $this->getCurrentStoreId()) ? ' selected="selected"' : '' ?>
|
40 |
-
<option value="<?php echo $_lang->getCurrentUrl() ?>"<?php echo $_selected ?>><?php echo $this->escapeHtml($_lang->getName()) ?></option>
|
41 |
-
<?php endforeach; ?>
|
42 |
-
</select>
|
43 |
-
</div>
|
44 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/switch/stores.phtml
DELETED
@@ -1,47 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* Store switcher template
|
30 |
-
*
|
31 |
-
* @see Mage_Core_Block_Store_Switcher
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
<?php if(count($this->getGroups())>1): ?>
|
35 |
-
<div class="store-switcher">
|
36 |
-
<label for="select-store"><?php echo $this->__('Select Store:') ?></label>
|
37 |
-
<select id="select-store" title="<?php echo $this->__('Select Store') ?>" onchange="location.href=this.value">
|
38 |
-
<?php /*foreach ($this->getStores() as $_store): ?>
|
39 |
-
<option value="<?php echo $_store->getUrl('') ?>"<?php if($_store->getId()==$this->getCurrentStoreId()): ?> selected="selected"<?php endif; ?>><?php echo $_store->getName() ?></option>
|
40 |
-
<?php endforeach;*/ ?>
|
41 |
-
<?php foreach ($this->getGroups() as $_group): ?>
|
42 |
-
<?php $_selected = ($_group->getId()==$this->getCurrentGroupId()) ? ' selected="selected"' : '' ?>
|
43 |
-
<option value="<?php echo $_group->getHomeUrl() ?>"<?php echo $_selected ?>><?php echo $this->escapeHtml($_group->getName()) ?></option>
|
44 |
-
<?php endforeach; ?>
|
45 |
-
</select>
|
46 |
-
</div>
|
47 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/template/links.phtml
DELETED
@@ -1,100 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/**
|
27 |
-
* @see Mage_Page_Block_Template_Links
|
28 |
-
*/
|
29 |
-
?>
|
30 |
-
<?php
|
31 |
-
$count = $this->getSummaryQty() ? $this->getSummaryQty() : $this->helper('checkout/cart')->getSummaryCount();
|
32 |
-
if(empty($count)){
|
33 |
-
$count = 0;
|
34 |
-
}
|
35 |
-
$text = '<span>Now in your cart</span> '.$count.$this->__(' item(s)');
|
36 |
-
$this->removeLinkByUrl($this->getUrl('checkout/cart'));
|
37 |
-
$this->removeLinkByUrl($this->getUrl('customer/account/login'));
|
38 |
-
$this->addLink($text, 'checkout/cart', $count.' item(s)', true, array(), 50, null, 'class="top-link-cart"');
|
39 |
-
$_links = $this->getLinks();
|
40 |
-
?>
|
41 |
-
<?php if(count($_links)>0):?>
|
42 |
-
<div class="omg-custom-link">
|
43 |
-
<div class="omg-link">
|
44 |
-
<ul class="links"<?php if($this->getName()): ?> id="<?php echo $this->getName() ?>"<?php endif;?>>
|
45 |
-
<?php foreach($_links as $_link): ?>
|
46 |
-
<?php if ($_link instanceof Mage_Core_Block_Abstract):?>
|
47 |
-
<?php else:
|
48 |
-
$title = $_link->getTitle();
|
49 |
-
?>
|
50 |
-
<li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>>
|
51 |
-
<?php echo $_link->getBeforeText() ?>
|
52 |
-
<?php
|
53 |
-
$title_link = $_link->getTitle();
|
54 |
-
$span_id = "";
|
55 |
-
if($title_link == "Checkout"):
|
56 |
-
$title_link = $_link->getTitle();
|
57 |
-
$span_id = "ma2-checkout";
|
58 |
-
else:
|
59 |
-
$title_link = str_replace('</span>','',str_replace('<span>','',$_link->getTitle()));
|
60 |
-
$span_id = "ma2-cart";
|
61 |
-
endif;
|
62 |
-
?>
|
63 |
-
<a href="<?php echo $_link->getUrl(); ?>" title="<?php echo $title_link; ?>" <?php echo $_link->getAParams(); ?>>
|
64 |
-
<span id="<?php echo $span_id; ?>">
|
65 |
-
<?php echo $_link->getLabel(); ?>
|
66 |
-
</span>
|
67 |
-
</a>
|
68 |
-
<?php echo $_link->getAfterText() ?>
|
69 |
-
</li>
|
70 |
-
<?php
|
71 |
-
endif;
|
72 |
-
?>
|
73 |
-
<?php endforeach; ?>
|
74 |
-
</ul>
|
75 |
-
</div>
|
76 |
-
<div class="omg-icon-link">
|
77 |
-
<?php
|
78 |
-
$srcIconCart = "";
|
79 |
-
$preStyle = Mage::getStoreConfig("theme_options/general/preset_styles");
|
80 |
-
$cssCart = 'ma2-cart';
|
81 |
-
$PresetSession = Mage::getSingleton('core/session')->getData('PresetSession');
|
82 |
-
if(isset($PresetSession) && !empty($PresetSession)):
|
83 |
-
$srcIconCart = $this->getSkinUrl('images/cart-'.$PresetSession.'.png');
|
84 |
-
$cssCart .= '-'.$PresetSession;
|
85 |
-
else:
|
86 |
-
if(isset($preStyle) && !empty($preStyle)):
|
87 |
-
$srcIconCart = $this->getSkinUrl('images/cart-'.$preStyle.'.png');
|
88 |
-
else:
|
89 |
-
$srcIconCart = $this->getSkinUrl('images/cart.png');
|
90 |
-
endif;
|
91 |
-
endif;
|
92 |
-
?>
|
93 |
-
<img src="<?php echo $srcIconCart;?>" alt="<?php echo $this->getResultImgCart('alt');?>" width="33" height="38" class="omg-icon-img" />
|
94 |
-
</div>
|
95 |
-
</div>
|
96 |
-
<script>
|
97 |
-
$('ma2-checkout').addClassName('ma2-checkout');
|
98 |
-
$('ma2-cart').addClassName('ma2-cart');
|
99 |
-
</script>
|
100 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/page/template/linksblock.phtml
DELETED
@@ -1,32 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* @see Mage_Page_Block_Template_Links_Block
|
30 |
-
*/
|
31 |
-
?>
|
32 |
-
<li<?php if($this->getIsFirst()||$this->getIsLast()): ?> class="<?php if($this->getIsFirst()): ?>first<?php endif; ?><?php if($this->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $this->getLiParams() ?>><?php echo $this->getBeforeText() ?><a href="<?php echo $this->getLinkUrl() ?>" title="<?php echo $this->getTitle() ?>" <?php echo $this->getAParams() ?>><?php echo $this->getLabel() ?></a><?php echo $this->getAfterText() ?></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/reports/home_product_viewed.phtml
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Reports_Block_Product_Viewed */
|
27 |
+
?>
|
28 |
+
<?php
|
29 |
+
/**
|
30 |
+
* @see Mage_Reports_Block_Product_Viewed
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php if ($_products = $this->getRecentlyViewedProducts()): ?>
|
34 |
+
<?php
|
35 |
+
$_columnCount = $this->getColumnCount();
|
36 |
+
$pwidth = ' width'. floor(100 / $_columnCount);
|
37 |
+
$uniqId = Mage::helper('core')->uniqHash('');
|
38 |
+
?>
|
39 |
+
<?php if(!count($_products)): ?>
|
40 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the viewed.') ?></p>
|
41 |
+
<?php else: ?>
|
42 |
+
<div id="block-recommended-<?php echo $uniqId; ?>" class="block block-recommended">
|
43 |
+
<h3 class="block-title" style="text-align: center;"><?php echo $this->__('We recommended') ?></h3>
|
44 |
+
<p style="text-align: center;"><?php echo $this->__('Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin sed odio et ante adipiscing lobortis. Quisque eleLorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin sed odio et ante adipiscing lobortis.') ?></p>
|
45 |
+
<?php $i=0; foreach ($_products as $_product): ?>
|
46 |
+
<?php if ($i++%$_columnCount==0): ?>
|
47 |
+
<ul class="products-grid">
|
48 |
+
<?php endif; ?>
|
49 |
+
<li class="<?php echo $pwidth; ?> item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
50 |
+
<div class="product-item-inner">
|
51 |
+
<div class="product-image">
|
52 |
+
<a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(400, 400) ?>" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
|
53 |
+
<?php
|
54 |
+
//product sale-off
|
55 |
+
$firstPrice = (float)$_product->getPrice();
|
56 |
+
$finalPrice = (float)$_product->getFinalPrice();
|
57 |
+
if ($firstPrice != $finalPrice) :
|
58 |
+
if ($finalPrice < $firstPrice) {
|
59 |
+
$percent = (($firstPrice - $finalPrice)/$firstPrice) * 100;
|
60 |
+
} elseif ($finalPrice > $firstPrice) {
|
61 |
+
$percent = (($finalPrice - $firstPrice)/$finalPrice) * 100;
|
62 |
+
}
|
63 |
+
?>
|
64 |
+
<div class="product-sale-off">
|
65 |
+
<span class="sale-off-percent-num"><?php echo number_format($percent, 0); ?><span class="percent-char">%</span></span><br>
|
66 |
+
<span class="sale-off-label"><?php echo $this->__('Off'); ?></span>
|
67 |
+
</div>
|
68 |
+
<?php endif; ?>
|
69 |
+
</div>
|
70 |
+
|
71 |
+
<?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
|
72 |
+
|
73 |
+
<h3 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
|
74 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
75 |
+
|
76 |
+
<div class="actions">
|
77 |
+
<ul class="add-to-links">
|
78 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
79 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
80 |
+
<?php endif; ?>
|
81 |
+
|
82 |
+
<?php if($_product->isSaleable()): ?>
|
83 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
84 |
+
<?php else: ?>
|
85 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
86 |
+
<?php endif; ?>
|
87 |
+
|
88 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
89 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
90 |
+
<?php endif; ?>
|
91 |
+
</ul>
|
92 |
+
</div>
|
93 |
+
</div>
|
94 |
+
</li>
|
95 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
96 |
+
</ul>
|
97 |
+
<?php endif; ?>
|
98 |
+
<?php endforeach; ?>
|
99 |
+
</div>
|
100 |
+
<?php endif; ?>
|
101 |
+
<?php endif; ?>
|
app/design/frontend/ma2/ante/template/review/helper/summary_nolinks.phtml
DELETED
@@ -1,50 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/**
|
27 |
-
* Modification of /template/review/helper/summary.phtml
|
28 |
-
* - Changed path of the link to reviews list
|
29 |
-
* - Added id="goto-reviews" to identify this link on product view
|
30 |
-
* - Changed path of the link to review form
|
31 |
-
* - Added id="goto-reviews-form" to identify this link on product view
|
32 |
-
* - Same changes for the link displayed when there are no ratings
|
33 |
-
*/
|
34 |
-
?>
|
35 |
-
<?php if ($this->getReviewsCount()): ?>
|
36 |
-
<div class="ratings">
|
37 |
-
<?php if ($this->getRatingSummary()):?>
|
38 |
-
<div class="rating-box">
|
39 |
-
<div class="rating" style="width:<?php echo $this->getRatingSummary() ?>%"></div>
|
40 |
-
</div>
|
41 |
-
<?php endif;?>
|
42 |
-
<p class="rating-links">
|
43 |
-
<a id="goto-reviews" href="#product-tabs"><?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?></a>
|
44 |
-
<span class="separator">|</span>
|
45 |
-
<a id="goto-reviews-form" href="#review-form"><?php echo $this->__('Add Your Review') ?></a>
|
46 |
-
</p>
|
47 |
-
</div>
|
48 |
-
<?php elseif ($this->getDisplayIfEmpty()): ?>
|
49 |
-
<p class="no-rating"><a id="goto-reviews-form" href="#review-form"><?php echo $this->__('Be the first to review this product') ?></a></p>
|
50 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/review/helper/summary_short.phtml
DELETED
@@ -1,57 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/**
|
27 |
-
* Modification of /template/review/helper/summary_short.phtml
|
28 |
-
* - Removed links to review page and review form
|
29 |
-
*/
|
30 |
-
?>
|
31 |
-
|
32 |
-
<?php if ($this->getReviewsCount()): ?>
|
33 |
-
<div class="ratings">
|
34 |
-
<?php if ($this->getRatingSummary()):?>
|
35 |
-
<p class="title-rating"><?php echo $this->__('Average Rating') ?>
|
36 |
-
<div class="rating-box">
|
37 |
-
<div class="rating" style="width:<?php echo $this->getRatingSummary() ?>%"></div>
|
38 |
-
</div>
|
39 |
-
</p>
|
40 |
-
<?php endif;?>
|
41 |
-
<p class="rating-links">
|
42 |
-
<?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?>
|
43 |
-
<span class="separator">|</span>
|
44 |
-
<span class="amount"><a href="#" onclick="var t = opener ? opener.window : window; t.location.href='<?php echo $this->getReviewsUrl() ?>'; return false;"><?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?></a></span>
|
45 |
-
</p>
|
46 |
-
</div>
|
47 |
-
<?php elseif ($this->getDisplayIfEmpty()): ?>
|
48 |
-
<p class="title-rating"><?php echo $this->__('Average Rating') ?>
|
49 |
-
<div class="rating-box">
|
50 |
-
<div class="rating" style="width:<?php echo $this->getRatingSummary() ?>%"></div>
|
51 |
-
</div>
|
52 |
-
</p>
|
53 |
-
<p class="rating-links">
|
54 |
-
<?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?>
|
55 |
-
<p class="no-rating"><a href="<?php echo $this->getReviewsUrl() ?>#review-form"><?php echo $this->__('Add Your Review') ?></a></p>
|
56 |
-
</p>
|
57 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/review/product/view/list.phtml
DELETED
@@ -1,69 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/**
|
27 |
-
* - Each review title: "a" replaced with "span.heading"
|
28 |
-
*/
|
29 |
-
?>
|
30 |
-
|
31 |
-
<?php $_items = $this->getReviewsCollection()->getItems();?>
|
32 |
-
<div class="box-collateral box-reviews" id="customer-reviews">
|
33 |
-
<?php if (count($_items)):?>
|
34 |
-
<h2><?php echo $this->__('Customer Reviews') ?></h2>
|
35 |
-
<?php echo $this->getChildHtml('toolbar') ?>
|
36 |
-
<dl>
|
37 |
-
<?php foreach ($_items as $_review):?>
|
38 |
-
<dt>
|
39 |
-
<span class="heading"><?php echo $this->htmlEscape($_review->getTitle()) ?></span><?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?>
|
40 |
-
</dt>
|
41 |
-
<dd>
|
42 |
-
<?php $_votes = $_review->getRatingVotes(); ?>
|
43 |
-
<?php if (count($_votes)): ?>
|
44 |
-
<table class="ratings-table">
|
45 |
-
<col width="1" />
|
46 |
-
<col />
|
47 |
-
<tbody>
|
48 |
-
<?php foreach ($_votes as $_vote): ?>
|
49 |
-
<tr>
|
50 |
-
<th><?php echo $this->escapeHtml($_vote->getRatingCode()) ?></th>
|
51 |
-
<td>
|
52 |
-
<div class="rating-box">
|
53 |
-
<div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
|
54 |
-
</div>
|
55 |
-
</td>
|
56 |
-
</tr>
|
57 |
-
<?php endforeach; ?>
|
58 |
-
</tbody>
|
59 |
-
</table>
|
60 |
-
<?php endif; ?>
|
61 |
-
<?php echo nl2br($this->htmlEscape($_review->getDetail())) ?>
|
62 |
-
<small class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></small>
|
63 |
-
</dd>
|
64 |
-
<?php endforeach; ?>
|
65 |
-
</dl>
|
66 |
-
<?php echo $this->getChildHtml('toolbar') ?>
|
67 |
-
<?php endif;?>
|
68 |
-
<?php echo $this->getChildHtml('review_form') ?>
|
69 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/sales/order/info.phtml
DELETED
@@ -1,113 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* - Top buttons moved to new "action-buttons" box
|
30 |
-
* - Wrapped and simplified "order-info" box: unordered list raplaced with "<a><span></span></a>" structure.
|
31 |
-
* Now it's using "large-tabs" styling.
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
<?php /** @var $this Mage_Sales_Block_Order_Info */ ?>
|
35 |
-
<?php $_order = $this->getOrder() ?>
|
36 |
-
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
37 |
-
<div class="page-title title-buttons">
|
38 |
-
<h1><?php echo $this->__('Order #%s - %s', $_order->getRealOrderId(), $_order->getStatusLabel()) ?></h1>
|
39 |
-
</div>
|
40 |
-
<div id="action-buttons">
|
41 |
-
<?php echo $this->getChildHtml('buttons') ?>
|
42 |
-
</div>
|
43 |
-
<?php echo $this->getStatusHistoryRssUrl($_order) ?>
|
44 |
-
|
45 |
-
<div class="clearer"></div>
|
46 |
-
<div class="large-tabs-left large-tabs-bg"></div>
|
47 |
-
<dl class="large-tabs large-tabs-bg order-info">
|
48 |
-
<dt><?php echo $this->__('About This Order:') ?></dt>
|
49 |
-
<dd>
|
50 |
-
<?php $_links = $this->getLinks(); ?>
|
51 |
-
<?php foreach ($_links as $_link): ?>
|
52 |
-
<?php if($_link->getUrl()): ?>
|
53 |
-
<a href="<?php echo $_link->getUrl() ?>"><span><?php echo $_link->getLabel() ?></span></a>
|
54 |
-
<?php else: ?>
|
55 |
-
<a class="current"><span><?php echo $_link->getLabel() ?></span></a>
|
56 |
-
<?php endif; ?>
|
57 |
-
<?php endforeach; ?>
|
58 |
-
</dd>
|
59 |
-
</dl>
|
60 |
-
<div class="large-tabs-right large-tabs-bg"></div>
|
61 |
-
<div class="clearer"></div>
|
62 |
-
|
63 |
-
<p class="order-date"><?php echo $this->__('Order Date: %s', $this->formatDate($_order->getCreatedAtStoreDate(), 'long')) ?></p>
|
64 |
-
<?php if (!$_order->getIsVirtual()): ?>
|
65 |
-
<div class="col2-set order-info-box">
|
66 |
-
<div class="col-1">
|
67 |
-
<div class="box">
|
68 |
-
<div class="box-title">
|
69 |
-
<h2><?php echo $this->__('Shipping Address') ?></h2>
|
70 |
-
</div>
|
71 |
-
<div class="box-content">
|
72 |
-
<address><?php echo $_order->getShippingAddress()->format('html') ?></address>
|
73 |
-
</div>
|
74 |
-
</div>
|
75 |
-
</div>
|
76 |
-
<div class="col-2">
|
77 |
-
<div class="box">
|
78 |
-
<div class="box-title">
|
79 |
-
<h2><?php echo $this->__('Shipping Method') ?><?php /* | <a href="#"><?php echo $this->__('Track Order') ?></a>*/ ?></h2>
|
80 |
-
</div>
|
81 |
-
<div class="box-content">
|
82 |
-
<?php if ($_order->getShippingDescription()): ?>
|
83 |
-
<?php echo $_order->getShippingDescription() ?>
|
84 |
-
<?php else: ?>
|
85 |
-
<p><?php echo $this->helper('sales')->__('No shipping information available'); ?></p>
|
86 |
-
<?php endif; ?>
|
87 |
-
</div>
|
88 |
-
</div>
|
89 |
-
</div>
|
90 |
-
</div>
|
91 |
-
<?php endif; ?>
|
92 |
-
<div class="col2-set order-info-box">
|
93 |
-
<div class="col-1">
|
94 |
-
<div class="box">
|
95 |
-
<div class="box-title">
|
96 |
-
<h2><?php echo $this->__('Billing Address') ?></h2>
|
97 |
-
</div>
|
98 |
-
<div class="box-content">
|
99 |
-
<address><?php echo $_order->getBillingAddress()->format('html') ?></address>
|
100 |
-
</div>
|
101 |
-
</div>
|
102 |
-
</div>
|
103 |
-
<div class="col-2">
|
104 |
-
<div class="box box-payment">
|
105 |
-
<div class="box-title">
|
106 |
-
<h2><?php echo $this->__('Payment Method') ?></h2>
|
107 |
-
</div>
|
108 |
-
<div class="box-content">
|
109 |
-
<?php echo $this->getPaymentInfoHtml() ?>
|
110 |
-
</div>
|
111 |
-
</div>
|
112 |
-
</div>
|
113 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/tag/cloud.phtml
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="page-title">
|
28 |
-
<h1><?php echo $this->__('All Tags') ?></h1>
|
29 |
-
</div>
|
30 |
-
<?php if( sizeof($this->getTags()) > 0 ): ?>
|
31 |
-
<ul class="tags-list">
|
32 |
-
<?php foreach ($this->getTags() as $_tag): ?>
|
33 |
-
<li><a href="<?php echo $_tag->getTaggedProductsUrl() ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_tag->getName()) ?></a></li>
|
34 |
-
<?php endforeach; ?>
|
35 |
-
</ul>
|
36 |
-
<?php else: ?>
|
37 |
-
<p class="note-msg"><?php echo $this->__('There are no tags available.') ?></p>
|
38 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/tag/customer/recent.phtml
DELETED
@@ -1,53 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="box-account box-tags">
|
28 |
-
<div class="box-head">
|
29 |
-
<h2><?php echo $this->__('My Recent Tags') ?></h2>
|
30 |
-
<a href="<?php echo $this->getAllTagsUrl() ?>"><?php echo $this->__('View All Tags') ?></a>
|
31 |
-
</div>
|
32 |
-
<ol id="my_recent_tags">
|
33 |
-
<?php $iterator = 0; ?>
|
34 |
-
<?php foreach( $this->getCollection()->getItems() as $_item ): ?>
|
35 |
-
<li class="item">
|
36 |
-
<span class="number"><?php echo ++$iterator ?></span>
|
37 |
-
<div class="details">
|
38 |
-
<h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
|
39 |
-
<div class="tags">
|
40 |
-
<strong><?php echo $this->__('Tags:') ?></strong>
|
41 |
-
<?php $_i = 0; ?>
|
42 |
-
<ul>
|
43 |
-
<?php foreach( $_item->getProductTags() as $_tag ): ?>
|
44 |
-
<li><a href="<?php echo $_tag->getViewTagUrl() ?>"><?php echo $this->htmlEscape($_tag->getName()) ?></a><?php if(++$_i != sizeof($_item->getProductTags()->getItems())): ?>,<?php endif; ?></li>
|
45 |
-
<?php endforeach; ?>
|
46 |
-
</ul>
|
47 |
-
</div>
|
48 |
-
</div>
|
49 |
-
</li>
|
50 |
-
<?php endforeach; ?>
|
51 |
-
</ol>
|
52 |
-
<script type="text/javascript">decorateList('my_recent_tags', 'none-recursive');</script>
|
53 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/tag/customer/tags.phtml
DELETED
@@ -1,43 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
28 |
-
<div class="page-title">
|
29 |
-
<h1><?php echo $this->__('My Tags') ?></h1>
|
30 |
-
</div>
|
31 |
-
<?php if($this->getTags()): ?>
|
32 |
-
<p><?php echo $this->__('Click on a tag to view your corresponding products.') ?></p>
|
33 |
-
<ul class="tags-list">
|
34 |
-
<?php foreach ($this->getTags() as $_tag): ?>
|
35 |
-
<li><a href="<?php echo $this->getUrl('tag/customer/view', array('tagId' => $_tag->getTagId())) ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_tag->getName()) ?></a></li>
|
36 |
-
<?php endforeach; ?>
|
37 |
-
</ul>
|
38 |
-
<?php else: ?>
|
39 |
-
<p><?php echo $this->__('You have not tagged any products yet.') ?></p>
|
40 |
-
<?php endif; ?>
|
41 |
-
<div class="buttons-set">
|
42 |
-
<p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>« </small><?php echo $this->__('Back') ?></a></p>
|
43 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/tag/customer/view.phtml
DELETED
@@ -1,82 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="page-title">
|
28 |
-
<h1><?php echo $this->__('My Tags') ?></h1>
|
29 |
-
</div>
|
30 |
-
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
31 |
-
<p class="my-tag-edit">
|
32 |
-
<a href="#" title="<?php echo $this->__('Delete') ?>" onclick="if(confirm('<?php echo $this->__('Are you sure you want to delete this tag?') ?>')) window.location='<?php echo $this->getTagInfo()->getRemoveTagUrl(); ?>'; return false;" class="button btn-remove"><span><?php echo $this->__('Delete') ?></span></a>
|
33 |
-
<?php echo $this->__('<strong>Tag Name:</strong> %s', $this->htmlEscape($this->getTagInfo()->getName())) ?>
|
34 |
-
</p>
|
35 |
-
<div class="clearer"></div>
|
36 |
-
<?php echo $this->getToolbarHtml() ?>
|
37 |
-
<table class="data-table" id="my-tags-table">
|
38 |
-
<?php if( sizeof($this->getMyProducts()) > 0 ): ?>
|
39 |
-
<col width="1" />
|
40 |
-
<col />
|
41 |
-
<col width="1" />
|
42 |
-
<tbody>
|
43 |
-
<?php $iterator = 0 ?>
|
44 |
-
<?php foreach($this->getMyProducts() as $_product): ?>
|
45 |
-
<tr<?php if($iterator % 2 == 0): ?> class="odd"<?php $iterator++;endif; ?>>
|
46 |
-
<td><a href="<?php echo $_product->getProductUrl(); ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(100, 100); ?>" width="100" height="100" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a></td>
|
47 |
-
<td>
|
48 |
-
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h2>
|
49 |
-
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
50 |
-
<?php echo $this->getPriceHtml($_product) ?>
|
51 |
-
<?php echo $this->htmlEscape($_product->getDescription()) ?>
|
52 |
-
</td>
|
53 |
-
<td>
|
54 |
-
<?php if($_product->isSaleable()): ?>
|
55 |
-
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getUrl('checkout/cart/add',array('product'=>$_product->getId())) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
56 |
-
<?php endif; ?>
|
57 |
-
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
58 |
-
<ul class="add-to-links">
|
59 |
-
<li>
|
60 |
-
<a href="<?php echo $this->getUrl('wishlist/index/add',array('product'=>$_product->getId())) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a>
|
61 |
-
</li>
|
62 |
-
</ul>
|
63 |
-
<?php endif; ?>
|
64 |
-
</td>
|
65 |
-
</tr>
|
66 |
-
<?php endforeach; ?>
|
67 |
-
</tbody>
|
68 |
-
<?php else: ?>
|
69 |
-
<tbody>
|
70 |
-
<tr>
|
71 |
-
<td>
|
72 |
-
<?php echo $this->__("Unable to find any products tagged with '%s' in the current store", $this->htmlEscape($this->getTagInfo()->getName()) ) ?>
|
73 |
-
</td>
|
74 |
-
</tr>
|
75 |
-
</tbody>
|
76 |
-
<?php endif; ?>
|
77 |
-
</table>
|
78 |
-
<script type="text/javascript">decorateTable('my-tags-table')</script>
|
79 |
-
<?php echo $this->getToolbarHtml() ?>
|
80 |
-
<div class="buttons-set">
|
81 |
-
<p class="back-link"><a href="<?php echo $this->getUrl('*/*/')?>"><small>« </small><?php echo $this->__('Back to Tags List')?></a></p>
|
82 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/tag/list.phtml
DELETED
@@ -1,63 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="box-collateral box-tags">
|
28 |
-
<h2><?php echo $this->__('Product Tags') ?></h2>
|
29 |
-
<?php echo $this->getChildHtml('list_before')?>
|
30 |
-
<?php if( $this->getCount() ): ?>
|
31 |
-
<h3><?php echo $this->__('Other people marked this product with these tags:') ?></h3>
|
32 |
-
<ul id="<?php echo $this->getUniqueHtmlId('product-tags_'); ?>" class="product-tags">
|
33 |
-
<?php echo $this->renderTags('<li><a href="%1$s">%2$s</a> (%3$s)</li>') ?>
|
34 |
-
</ul>
|
35 |
-
<script type="text/javascript">
|
36 |
-
decorateGeneric($("<?php echo $this->getUniqueHtmlId('product-tags_'); ?>").select('li'), ['first', 'last']);
|
37 |
-
</script>
|
38 |
-
<?php endif; ?>
|
39 |
-
<form id="addTagForm" action="<?php echo $this->getFormAction(); ?>" method="get">
|
40 |
-
<div class="form-add">
|
41 |
-
<label for="productTagName"><?php echo $this->__('Add Your Tags:') ?></label>
|
42 |
-
<div class="input-box">
|
43 |
-
<input type="text" class="input-text required-entry" name="productTagName" id="productTagName" />
|
44 |
-
</div>
|
45 |
-
<button type="button" title="<?php echo $this->__('Add Tags') ?>" class="button" onclick="submitTagForm()">
|
46 |
-
<span>
|
47 |
-
<span><?php echo $this->__('Add Tags') ?></span>
|
48 |
-
</span>
|
49 |
-
</button>
|
50 |
-
</div>
|
51 |
-
</form>
|
52 |
-
<p class="note"><?php echo $this->__("Use spaces to separate tags. Use single quotes (') for phrases.") ?></p>
|
53 |
-
<script type="text/javascript">
|
54 |
-
//<![CDATA[
|
55 |
-
var addTagFormJs = new VarienForm('addTagForm');
|
56 |
-
function submitTagForm(){
|
57 |
-
if(addTagFormJs.validator.validate()) {
|
58 |
-
addTagFormJs.form.submit();
|
59 |
-
}
|
60 |
-
}
|
61 |
-
//]]>
|
62 |
-
</script>
|
63 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/ante/template/tag/popular.phtml
DELETED
@@ -1,41 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<div class="block block-tags">
|
28 |
-
<div class="block-title">
|
29 |
-
<strong><span><?php echo $this->__('Popular Tags'); ?></span></strong>
|
30 |
-
</div>
|
31 |
-
<div class="block-content">
|
32 |
-
<ul class="tags-list">
|
33 |
-
<?php foreach ($this->getTags() as $_tag): ?>
|
34 |
-
<li><a href="<?php echo $_tag->getTaggedProductsUrl() ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_tag->getName()) ?></a></li>
|
35 |
-
<?php endforeach; ?>
|
36 |
-
</ul>
|
37 |
-
<div class="actions">
|
38 |
-
<a href="<?php echo $this->getUrl('tag/list') ?>"><?php echo $this->__('View All Tags') ?></a>
|
39 |
-
</div>
|
40 |
-
</div>
|
41 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/ma2/default/layout/local.xml
ADDED
@@ -0,0 +1,770 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<layout>
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addJs"><script>prototype/prototype.js</script></action>
|
6 |
+
<action method="addJs"><script>lib/ccard.js</script></action>
|
7 |
+
<action method="addJs"><script>prototype/validation.js</script></action>
|
8 |
+
<action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
|
9 |
+
<action method="addJs"><script>scriptaculous/builder.js</script></action>
|
10 |
+
<action method="addJs"><script>scriptaculous/effects.js</script></action>
|
11 |
+
<action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
|
12 |
+
<action method="addJs"><script>scriptaculous/controls.js</script></action>
|
13 |
+
<action method="addJs"><script>scriptaculous/slider.js</script></action>
|
14 |
+
<action method="addJs"><script>varien/js.js</script></action>
|
15 |
+
<action method="addJs"><script>varien/form.js</script></action>
|
16 |
+
<action method="addJs"><script>varien/menu.js</script></action>
|
17 |
+
<action method="addJs"><script>mage/translate.js</script></action>
|
18 |
+
<action method="addJs"><script>mage/cookies.js</script></action>
|
19 |
+
|
20 |
+
<block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
|
21 |
+
|
22 |
+
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
23 |
+
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 9</if></action>
|
24 |
+
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
25 |
+
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
|
26 |
+
|
27 |
+
<action method="addCss"><stylesheet>css/navmain.css</stylesheet></action>
|
28 |
+
<action method="addCss"><stylesheet>css/template.css</stylesheet></action>
|
29 |
+
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
30 |
+
|
31 |
+
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
32 |
+
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
|
33 |
+
</reference>
|
34 |
+
|
35 |
+
<reference name="root">
|
36 |
+
<action method="setTemplate">
|
37 |
+
<template>page/1column.phtml</template>
|
38 |
+
</action>
|
39 |
+
<action method="setIsHandle">
|
40 |
+
<applied>1</applied>
|
41 |
+
</action>
|
42 |
+
|
43 |
+
<block type="ThemeOptions/html_ma2blocks" name="maintop1" as="maintop1Area">
|
44 |
+
<label>Main Top 1 Area</label>
|
45 |
+
</block>
|
46 |
+
|
47 |
+
<block type="ThemeOptions/html_ma2blocks" name="maintop2" as="maintop2Area">
|
48 |
+
<label>Main Top 2 Area</label>
|
49 |
+
</block>
|
50 |
+
|
51 |
+
<block type="ThemeOptions/html_ma2blocks" name="maintop3" as="maintop3Area">
|
52 |
+
<label>Main Top 3 Area</label>
|
53 |
+
</block>
|
54 |
+
|
55 |
+
<block type="ThemeOptions/html_ma2blocks" name="contenttop1" as="contenttop1Area" template="page/html/ma2blocks_simple.phtml">
|
56 |
+
<label>Content Top 1 Area</label>
|
57 |
+
</block>
|
58 |
+
<block type="ThemeOptions/html_ma2blocks" name="contenttop2" as="contenttop2Area" template="page/html/ma2blocks_simple.phtml">
|
59 |
+
<label>Content Top 2 Area</label>
|
60 |
+
</block>
|
61 |
+
|
62 |
+
<block type="ThemeOptions/html_ma2blocks" name="contentbottom1" as="contentbottom1Area" template="page/html/ma2blocks_simple.phtml">
|
63 |
+
<label>Content Bottom 1 Area</label>
|
64 |
+
</block>
|
65 |
+
<block type="ThemeOptions/html_ma2blocks" name="contentbottom2" as="contentbottom2Area" template="page/html/ma2blocks_simple.phtml">
|
66 |
+
<label>Content Bottom 2 Area</label>
|
67 |
+
</block>
|
68 |
+
|
69 |
+
<block type="ThemeOptions/html_ma2blocks" name="mainbottom1" as="mainbottom1Area">
|
70 |
+
<label>Main Bottom 1 Area</label>
|
71 |
+
</block>
|
72 |
+
<block type="ThemeOptions/html_ma2blocks" name="mainbottom2" as="mainbottom2Area">
|
73 |
+
<label>Main Bottom 2 Area</label>
|
74 |
+
</block>
|
75 |
+
<block type="ThemeOptions/html_ma2blocks" name="mainbottom3" as="mainbottom3Area">
|
76 |
+
<label>Main Bottom 3 Area</label>
|
77 |
+
</block>
|
78 |
+
</reference>
|
79 |
+
|
80 |
+
<reference name="maintop1">
|
81 |
+
<block type="page/html_wrapper" name="cms.maintop11.wrapper">
|
82 |
+
<action method="setElementClass"><value>widget block</value></action>
|
83 |
+
<block type="cms/block" name="maintop11">
|
84 |
+
<!-- Static Block Title: Maintop11 Block -->
|
85 |
+
<action method="setBlockId"><block_id>maintop11</block_id></action>
|
86 |
+
</block>
|
87 |
+
</block>
|
88 |
+
|
89 |
+
<block type="page/html_wrapper" name="cms.maintop12.wrapper">
|
90 |
+
<action method="setElementClass"><value>widget block</value></action>
|
91 |
+
<block type="cms/block" name="maintop12">
|
92 |
+
<!-- Static Block Title: Maintop12 Block -->
|
93 |
+
<action method="setBlockId"><block_id>maintop12</block_id></action>
|
94 |
+
</block>
|
95 |
+
</block>
|
96 |
+
</reference>
|
97 |
+
|
98 |
+
<reference name="maintop2">
|
99 |
+
<block type="page/html_wrapper" name="cms.maintop21.wrapper">
|
100 |
+
<action method="setElementClass"><value>widget block</value></action>
|
101 |
+
<block type="cms/block" name="maintop21">
|
102 |
+
<!-- Static Block Title: Maintop21 Block -->
|
103 |
+
<action method="setBlockId"><block_id>maintop21</block_id></action>
|
104 |
+
</block>
|
105 |
+
</block>
|
106 |
+
|
107 |
+
<block type="page/html_wrapper" name="cms.maintop22.wrapper">
|
108 |
+
<action method="setElementClass"><value>widget block</value></action>
|
109 |
+
<block type="cms/block" name="maintop22">
|
110 |
+
<!-- Static Block Title: Maintop22 Block -->
|
111 |
+
<action method="setBlockId"><block_id>maintop22</block_id></action>
|
112 |
+
</block>
|
113 |
+
</block>
|
114 |
+
</reference>
|
115 |
+
|
116 |
+
<reference name="maintop3">
|
117 |
+
<block type="page/html_wrapper" name="cms.maintop31.wrapper">
|
118 |
+
<action method="setElementClass"><value>widget block</value></action>
|
119 |
+
<block type="cms/block" name="maintop31">
|
120 |
+
<!-- Static Block Title: Maintop31 Block -->
|
121 |
+
<action method="setBlockId"><block_id>maintop31</block_id></action>
|
122 |
+
</block>
|
123 |
+
</block>
|
124 |
+
|
125 |
+
<block type="page/html_wrapper" name="cms.maintop32.wrapper">
|
126 |
+
<action method="setElementClass"><value>widget block</value></action>
|
127 |
+
<block type="cms/block" name="maintop32">
|
128 |
+
<!-- Static Block Title: Maintop32 Block -->
|
129 |
+
<action method="setBlockId"><block_id>maintop32</block_id></action>
|
130 |
+
</block>
|
131 |
+
</block>
|
132 |
+
</reference>
|
133 |
+
|
134 |
+
<reference name="contenttop1">
|
135 |
+
<block type="page/html_wrapper" name="cms.contenttop1.wrapper">
|
136 |
+
<action method="setElementClass"><value>widget block</value></action>
|
137 |
+
<block type="cms/block" name="contenttop1">
|
138 |
+
<!-- Static Block Title: Contenttop 1 Area -->
|
139 |
+
<action method="setBlockId"><block_id>contenttop1</block_id></action>
|
140 |
+
</block>
|
141 |
+
</block>
|
142 |
+
</reference>
|
143 |
+
|
144 |
+
<reference name="contenttop2">
|
145 |
+
<block type="page/html_wrapper" name="cms.contenttop2.wrapper">
|
146 |
+
<action method="setElementClass"><value>widget block</value></action>
|
147 |
+
<block type="cms/block" name="contenttop2">
|
148 |
+
<!-- Static Block Title: Contenttop 2 Area -->
|
149 |
+
<action method="setBlockId"><block_id>contenttop2</block_id></action>
|
150 |
+
</block>
|
151 |
+
</block>
|
152 |
+
</reference>
|
153 |
+
|
154 |
+
<reference name="contentbottom1">
|
155 |
+
<block type="page/html_wrapper" name="cms.contentbottom1.wrapper">
|
156 |
+
<action method="setElementClass"><value>widget block</value></action>
|
157 |
+
<block type="cms/block" name="contentbottom1">
|
158 |
+
<!-- Static Block Title: Contentbottom 1 Area -->
|
159 |
+
<action method="setBlockId"><block_id>contentbottom1</block_id></action>
|
160 |
+
</block>
|
161 |
+
</block>
|
162 |
+
</reference>
|
163 |
+
|
164 |
+
<reference name="contentbottom2">
|
165 |
+
<block type="page/html_wrapper" name="cms.contentbottom2.wrapper">
|
166 |
+
<action method="setElementClass"><value>widget block</value></action>
|
167 |
+
<block type="cms/block" name="contentbottom2">
|
168 |
+
<!-- Static Block Title: Contentbottom 2 Area -->
|
169 |
+
<action method="setBlockId"><block_id>contentbottom2</block_id></action>
|
170 |
+
</block>
|
171 |
+
</block>
|
172 |
+
</reference>
|
173 |
+
|
174 |
+
<reference name="mainbottom1">
|
175 |
+
<block type="page/html_wrapper" name="cms.mainbottom11.wrapper">
|
176 |
+
<action method="setElementClass"><value>widget block</value></action>
|
177 |
+
<block type="cms/block" name="mainbottom11">
|
178 |
+
<!-- Static Block Title: Mainbottom11 Block -->
|
179 |
+
<action method="setBlockId"><block_id>mainbottom11</block_id></action>
|
180 |
+
</block>
|
181 |
+
</block>
|
182 |
+
|
183 |
+
<block type="page/html_wrapper" name="cms.mainbottom12.wrapper">
|
184 |
+
<action method="setElementClass"><value>widget block</value></action>
|
185 |
+
<block type="cms/block" name="mainbottom12">
|
186 |
+
<!-- Static Block Title: Mainbottom12 Block -->
|
187 |
+
<action method="setBlockId"><block_id>mainbottom12</block_id></action>
|
188 |
+
</block>
|
189 |
+
</block>
|
190 |
+
</reference>
|
191 |
+
|
192 |
+
<reference name="mainbottom2">
|
193 |
+
<block type="page/html_wrapper" name="cms.mainbottom21.wrapper">
|
194 |
+
<action method="setElementClass"><value>widget block</value></action>
|
195 |
+
<block type="cms/block" name="mainbottom21">
|
196 |
+
<!-- Static Block Title: Mainbottom21 Block -->
|
197 |
+
<action method="setBlockId"><block_id>mainbottom21</block_id></action>
|
198 |
+
</block>
|
199 |
+
</block>
|
200 |
+
|
201 |
+
<block type="page/html_wrapper" name="cms.mainbottom22.wrapper">
|
202 |
+
<action method="setElementClass"><value>widget block</value></action>
|
203 |
+
<block type="cms/block" name="mainbottom22">
|
204 |
+
<!-- Static Block Title: Mainbottom22 Block -->
|
205 |
+
<action method="setBlockId"><block_id>mainbottom22</block_id></action>
|
206 |
+
</block>
|
207 |
+
</block>
|
208 |
+
</reference>
|
209 |
+
|
210 |
+
<reference name="mainbottom3">
|
211 |
+
<block type="page/html_wrapper" name="cms.mainbottom31.wrapper">
|
212 |
+
<action method="setElementClass"><value>widget block</value></action>
|
213 |
+
<block type="cms/block" name="mainbottom31">
|
214 |
+
<!-- Static Block Title: Mainbottom31 Block -->
|
215 |
+
<action method="setBlockId"><block_id>mainbottom31</block_id></action>
|
216 |
+
</block>
|
217 |
+
</block>
|
218 |
+
|
219 |
+
<block type="page/html_wrapper" name="cms.mainbottom32.wrapper">
|
220 |
+
<action method="setElementClass"><value>widget block</value></action>
|
221 |
+
<block type="cms/block" name="mainbottom32">
|
222 |
+
<!-- Static Block Title: Mainbottom32 Block -->
|
223 |
+
<action method="setBlockId"><block_id>mainbottom32</block_id></action>
|
224 |
+
</block>
|
225 |
+
</block>
|
226 |
+
</reference>
|
227 |
+
|
228 |
+
<reference name="header">
|
229 |
+
<block type="core/template" name="preset.styles.box" as="presetStylesBox" template="page/html/presetstyles.phtml"/>
|
230 |
+
|
231 |
+
<block type="ThemeOptions/html_ma2blocks" name="top1" as="top1Area" template="page/html/ma2blocks_simple.phtml">
|
232 |
+
<label>Top 1 Area</label>
|
233 |
+
</block>
|
234 |
+
<block type="ThemeOptions/html_ma2blocks" name="top2" as="top2Area" template="page/html/ma2blocks_simple.phtml">
|
235 |
+
<label>Top 2 Area</label>
|
236 |
+
</block>
|
237 |
+
|
238 |
+
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
239 |
+
<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topMenu.phtml"/>
|
240 |
+
</block>
|
241 |
+
</reference>
|
242 |
+
|
243 |
+
<reference name="top1">
|
244 |
+
<block type="page/html_wrapper" name="cms.top1.wrapper">
|
245 |
+
<action method="setElementClass"><value>widget block</value></action>
|
246 |
+
<block type="cms/block" name="top1">
|
247 |
+
<!-- Static Block Title: Top 1 Area -->
|
248 |
+
<action method="setBlockId"><block_id>top1</block_id></action>
|
249 |
+
</block>
|
250 |
+
</block>
|
251 |
+
</reference>
|
252 |
+
|
253 |
+
<reference name="top2">
|
254 |
+
<block type="page/html_wrapper" name="cms.top2.wrapper">
|
255 |
+
<action method="setElementClass"><value>widget block</value></action>
|
256 |
+
<block type="cms/block" name="top2">
|
257 |
+
<!-- Static Block Title: Top 2 Area -->
|
258 |
+
<action method="setBlockId"><block_id>top2</block_id></action>
|
259 |
+
</block>
|
260 |
+
</block>
|
261 |
+
</reference>
|
262 |
+
|
263 |
+
<reference name="left">
|
264 |
+
<!-- <remove name="left.permanent.callout"/>
|
265 |
+
<remove name="catalog.leftnav"/>
|
266 |
+
<remove name="left.newsletter"/> -->
|
267 |
+
</reference>
|
268 |
+
|
269 |
+
<reference name="right">
|
270 |
+
<!-- <remove name="cart_sidebar"/>
|
271 |
+
<remove name="catalog.compare.sidebar"/>
|
272 |
+
<remove name="right.permanent.callout"/>
|
273 |
+
<remove name="right.poll"/>
|
274 |
+
<remove name="paypal.partner.right.logo"/> -->
|
275 |
+
</reference>
|
276 |
+
|
277 |
+
<reference name="content">
|
278 |
+
|
279 |
+
</reference>
|
280 |
+
|
281 |
+
<reference name="footer">
|
282 |
+
<remove name="store_switcher"/>
|
283 |
+
<remove name="footer_links"/>
|
284 |
+
|
285 |
+
<block type="ThemeOptions/html_ma2blocks" name="footer1" as="footer1Area">
|
286 |
+
<label>Footer 1 Area</label>
|
287 |
+
</block>
|
288 |
+
<block type="ThemeOptions/html_ma2blocks" name="footer2" as="footer2Area">
|
289 |
+
<label>Footer 2 Area</label>
|
290 |
+
</block>
|
291 |
+
</reference>
|
292 |
+
|
293 |
+
<reference name="footer1">
|
294 |
+
<block type="page/html_wrapper" name="cms.footer11.wrapper">
|
295 |
+
<action method="setElementClass"><value>widget block</value></action>
|
296 |
+
<block type="cms/block" name="footer11">
|
297 |
+
<!-- Static Block Title: Footer11 Block -->
|
298 |
+
<action method="setBlockId"><block_id>footer11</block_id></action>
|
299 |
+
</block>
|
300 |
+
</block>
|
301 |
+
|
302 |
+
<block type="page/html_wrapper" name="cms.footer12.wrapper">
|
303 |
+
<action method="setElementClass"><value>widget block</value></action>
|
304 |
+
<block type="cms/block" name="footer12">
|
305 |
+
<!-- Static Block Title: Footer12 Block -->
|
306 |
+
<action method="setBlockId"><block_id>footer12</block_id></action>
|
307 |
+
</block>
|
308 |
+
</block>
|
309 |
+
</reference>
|
310 |
+
|
311 |
+
<reference name="footer2">
|
312 |
+
<block type="page/html_wrapper" name="cms.footer21.wrapper">
|
313 |
+
<action method="setElementClass"><value>widget block</value></action>
|
314 |
+
<block type="cms/block" name="footer21">
|
315 |
+
<!-- Static Block Title: Footer21 Block -->
|
316 |
+
<action method="setBlockId"><block_id>footer21</block_id></action>
|
317 |
+
</block>
|
318 |
+
</block>
|
319 |
+
|
320 |
+
<block type="page/html_wrapper" name="cms.footer22.wrapper">
|
321 |
+
<action method="setElementClass"><value>widget block</value></action>
|
322 |
+
<block type="cms/block" name="footer22">
|
323 |
+
<!-- Static Block Title: Footer22 Block -->
|
324 |
+
<action method="setBlockId"><block_id>footer22</block_id></action>
|
325 |
+
</block>
|
326 |
+
</block>
|
327 |
+
</reference>
|
328 |
+
</default>
|
329 |
+
|
330 |
+
<!--
|
331 |
+
Category default layout
|
332 |
+
-->
|
333 |
+
<catalog_category_default>
|
334 |
+
<reference name="root">
|
335 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
336 |
+
</reference>
|
337 |
+
|
338 |
+
<reference name="head">
|
339 |
+
|
340 |
+
</reference>
|
341 |
+
|
342 |
+
<reference name="header">
|
343 |
+
|
344 |
+
</reference>
|
345 |
+
|
346 |
+
<reference name="left">
|
347 |
+
|
348 |
+
</reference>
|
349 |
+
|
350 |
+
<reference name="right">
|
351 |
+
<block type="catalog/navigation" name="category.list" before="-" template="catalog/navigation/category_list.phtml"/>
|
352 |
+
</reference>
|
353 |
+
|
354 |
+
<reference name="content">
|
355 |
+
|
356 |
+
</reference>
|
357 |
+
|
358 |
+
<reference name="footer">
|
359 |
+
|
360 |
+
</reference>
|
361 |
+
</catalog_category_default>
|
362 |
+
|
363 |
+
<!--
|
364 |
+
Category layered navigation layout
|
365 |
+
-->
|
366 |
+
<catalog_category_layered>
|
367 |
+
<reference name="root">
|
368 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
369 |
+
</reference>
|
370 |
+
|
371 |
+
<reference name="head">
|
372 |
+
|
373 |
+
</reference>
|
374 |
+
|
375 |
+
<reference name="header">
|
376 |
+
|
377 |
+
</reference>
|
378 |
+
|
379 |
+
<reference name="left">
|
380 |
+
|
381 |
+
</reference>
|
382 |
+
|
383 |
+
<reference name="right">
|
384 |
+
|
385 |
+
</reference>
|
386 |
+
|
387 |
+
<reference name="content">
|
388 |
+
|
389 |
+
</reference>
|
390 |
+
|
391 |
+
<reference name="footer">
|
392 |
+
|
393 |
+
</reference>
|
394 |
+
</catalog_category_layered>
|
395 |
+
|
396 |
+
<!--
|
397 |
+
Compare products page
|
398 |
+
-->
|
399 |
+
<catalog_product_compare_index>
|
400 |
+
<!-- Mage_Catalog -->
|
401 |
+
<reference name="root">
|
402 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
403 |
+
</reference>
|
404 |
+
|
405 |
+
<reference name="head">
|
406 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
407 |
+
</reference>
|
408 |
+
|
409 |
+
<reference name="header">
|
410 |
+
|
411 |
+
</reference>
|
412 |
+
|
413 |
+
<reference name="left">
|
414 |
+
|
415 |
+
</reference>
|
416 |
+
|
417 |
+
<reference name="right">
|
418 |
+
|
419 |
+
</reference>
|
420 |
+
|
421 |
+
<reference name="content">
|
422 |
+
|
423 |
+
</reference>
|
424 |
+
|
425 |
+
<reference name="footer">
|
426 |
+
|
427 |
+
</reference>
|
428 |
+
</catalog_product_compare_index>
|
429 |
+
|
430 |
+
<!--
|
431 |
+
Product view page
|
432 |
+
-->
|
433 |
+
<catalog_product_view>
|
434 |
+
<!-- Mage_Catalog -->
|
435 |
+
<reference name="root">
|
436 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
437 |
+
</reference>
|
438 |
+
|
439 |
+
<reference name="head">
|
440 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
441 |
+
<action method="addJs"><script>varien/configurable.js</script></action>
|
442 |
+
|
443 |
+
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/></action>
|
444 |
+
<action method="addItem"><type>js</type><name>calendar/calendar.js</name></action>
|
445 |
+
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name></action>
|
446 |
+
</reference>
|
447 |
+
|
448 |
+
<reference name="header">
|
449 |
+
|
450 |
+
</reference>
|
451 |
+
|
452 |
+
<reference name="left">
|
453 |
+
|
454 |
+
</reference>
|
455 |
+
|
456 |
+
<reference name="right">
|
457 |
+
<block type="catalog/navigation" name="category.list" before="-" template="catalog/navigation/category_list.phtml"/>
|
458 |
+
</reference>
|
459 |
+
|
460 |
+
<reference name="content">
|
461 |
+
|
462 |
+
</reference>
|
463 |
+
|
464 |
+
<reference name="footer">
|
465 |
+
|
466 |
+
</reference>
|
467 |
+
</catalog_product_view>
|
468 |
+
|
469 |
+
<!--
|
470 |
+
Catalog search result page
|
471 |
+
-->
|
472 |
+
<catalogsearch_result_index>
|
473 |
+
<reference name="root">
|
474 |
+
|
475 |
+
</reference>
|
476 |
+
|
477 |
+
<reference name="head">
|
478 |
+
|
479 |
+
</reference>
|
480 |
+
|
481 |
+
<reference name="header">
|
482 |
+
|
483 |
+
</reference>
|
484 |
+
|
485 |
+
<reference name="left">
|
486 |
+
|
487 |
+
</reference>
|
488 |
+
|
489 |
+
<reference name="right">
|
490 |
+
|
491 |
+
</reference>
|
492 |
+
<remove name="right"/>
|
493 |
+
|
494 |
+
<reference name="content">
|
495 |
+
|
496 |
+
</reference>
|
497 |
+
|
498 |
+
<reference name="footer">
|
499 |
+
|
500 |
+
</reference>
|
501 |
+
</catalogsearch_result_index>
|
502 |
+
|
503 |
+
<!--
|
504 |
+
Checkout page default layout, loads most of the pages
|
505 |
+
-->
|
506 |
+
<checkout_cart_index>
|
507 |
+
<reference name="root">
|
508 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
509 |
+
</reference>
|
510 |
+
|
511 |
+
<reference name="head">
|
512 |
+
|
513 |
+
</reference>
|
514 |
+
|
515 |
+
<reference name="header">
|
516 |
+
|
517 |
+
</reference>
|
518 |
+
|
519 |
+
<reference name="left">
|
520 |
+
|
521 |
+
</reference>
|
522 |
+
|
523 |
+
<reference name="right">
|
524 |
+
|
525 |
+
</reference>
|
526 |
+
<remove name="right"/>
|
527 |
+
|
528 |
+
<reference name="content">
|
529 |
+
|
530 |
+
</reference>
|
531 |
+
|
532 |
+
<reference name="footer">
|
533 |
+
|
534 |
+
</reference>
|
535 |
+
</checkout_cart_index>
|
536 |
+
|
537 |
+
<!--
|
538 |
+
Checkout onepage index page
|
539 |
+
-->
|
540 |
+
<checkout_onepage_index>
|
541 |
+
<reference name="root">
|
542 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
543 |
+
</reference>
|
544 |
+
|
545 |
+
<reference name="head">
|
546 |
+
|
547 |
+
</reference>
|
548 |
+
|
549 |
+
<reference name="header">
|
550 |
+
|
551 |
+
</reference>
|
552 |
+
|
553 |
+
<reference name="left">
|
554 |
+
|
555 |
+
</reference>
|
556 |
+
<remove name="left"/>
|
557 |
+
|
558 |
+
<reference name="right">
|
559 |
+
|
560 |
+
</reference>
|
561 |
+
<remove name="right"/>
|
562 |
+
|
563 |
+
<reference name="content">
|
564 |
+
|
565 |
+
</reference>
|
566 |
+
|
567 |
+
<reference name="footer">
|
568 |
+
|
569 |
+
</reference>
|
570 |
+
</checkout_onepage_index>
|
571 |
+
|
572 |
+
<!--
|
573 |
+
Checkout onepage success page
|
574 |
+
-->
|
575 |
+
<checkout_onepage_success>
|
576 |
+
<reference name="root">
|
577 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
578 |
+
</reference>
|
579 |
+
|
580 |
+
<reference name="head">
|
581 |
+
|
582 |
+
</reference>
|
583 |
+
|
584 |
+
<reference name="header">
|
585 |
+
|
586 |
+
</reference>
|
587 |
+
|
588 |
+
<reference name="left">
|
589 |
+
|
590 |
+
</reference>
|
591 |
+
|
592 |
+
<reference name="right">
|
593 |
+
|
594 |
+
</reference>
|
595 |
+
<remove name="right"/>
|
596 |
+
|
597 |
+
<reference name="content">
|
598 |
+
|
599 |
+
</reference>
|
600 |
+
|
601 |
+
<reference name="footer">
|
602 |
+
|
603 |
+
</reference>
|
604 |
+
</checkout_onepage_success>
|
605 |
+
|
606 |
+
<!--
|
607 |
+
Product list page
|
608 |
+
-->
|
609 |
+
<review_product_list>
|
610 |
+
<reference name="root">
|
611 |
+
|
612 |
+
</reference>
|
613 |
+
|
614 |
+
<reference name="head">
|
615 |
+
|
616 |
+
</reference>
|
617 |
+
|
618 |
+
<reference name="header">
|
619 |
+
|
620 |
+
</reference>
|
621 |
+
|
622 |
+
<reference name="left">
|
623 |
+
|
624 |
+
</reference>
|
625 |
+
|
626 |
+
<reference name="right">
|
627 |
+
|
628 |
+
</reference>
|
629 |
+
|
630 |
+
<reference name="content">
|
631 |
+
|
632 |
+
</reference>
|
633 |
+
|
634 |
+
<reference name="footer">
|
635 |
+
|
636 |
+
</reference>
|
637 |
+
</review_product_list>
|
638 |
+
|
639 |
+
<!--
|
640 |
+
Wishlist page
|
641 |
+
-->
|
642 |
+
<wishlist_index_index>
|
643 |
+
<reference name="root">
|
644 |
+
|
645 |
+
</reference>
|
646 |
+
|
647 |
+
<reference name="head">
|
648 |
+
|
649 |
+
</reference>
|
650 |
+
|
651 |
+
<reference name="header">
|
652 |
+
|
653 |
+
</reference>
|
654 |
+
|
655 |
+
<reference name="left">
|
656 |
+
|
657 |
+
</reference>
|
658 |
+
|
659 |
+
<reference name="right">
|
660 |
+
|
661 |
+
</reference>
|
662 |
+
|
663 |
+
<reference name="content">
|
664 |
+
|
665 |
+
</reference>
|
666 |
+
|
667 |
+
<reference name="footer">
|
668 |
+
|
669 |
+
</reference>
|
670 |
+
</wishlist_index_index>
|
671 |
+
|
672 |
+
<!--
|
673 |
+
CMS page default layout, loads most of the pages
|
674 |
+
-->
|
675 |
+
<cms_page>
|
676 |
+
<reference name="root">
|
677 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
678 |
+
</reference>
|
679 |
+
|
680 |
+
<reference name="head">
|
681 |
+
|
682 |
+
</reference>
|
683 |
+
|
684 |
+
<reference name="header">
|
685 |
+
|
686 |
+
</reference>
|
687 |
+
|
688 |
+
<reference name="left">
|
689 |
+
|
690 |
+
</reference>
|
691 |
+
|
692 |
+
<reference name="right">
|
693 |
+
|
694 |
+
</reference>
|
695 |
+
|
696 |
+
<reference name="content">
|
697 |
+
|
698 |
+
</reference>
|
699 |
+
|
700 |
+
<reference name="footer">
|
701 |
+
|
702 |
+
</reference>
|
703 |
+
</cms_page>
|
704 |
+
|
705 |
+
<!--
|
706 |
+
Load this update on every page when customer is logged in
|
707 |
+
-->
|
708 |
+
<customer_logged_in>
|
709 |
+
<reference name="root">
|
710 |
+
|
711 |
+
</reference>
|
712 |
+
|
713 |
+
<reference name="head">
|
714 |
+
|
715 |
+
</reference>
|
716 |
+
|
717 |
+
<reference name="header">
|
718 |
+
|
719 |
+
</reference>
|
720 |
+
|
721 |
+
<reference name="left">
|
722 |
+
|
723 |
+
</reference>
|
724 |
+
|
725 |
+
<reference name="right">
|
726 |
+
|
727 |
+
</reference>
|
728 |
+
|
729 |
+
<reference name="content">
|
730 |
+
|
731 |
+
</reference>
|
732 |
+
|
733 |
+
<reference name="footer">
|
734 |
+
|
735 |
+
</reference>
|
736 |
+
</customer_logged_in>
|
737 |
+
|
738 |
+
<!--
|
739 |
+
Load this update on every page when customer is logged out
|
740 |
+
-->
|
741 |
+
<customer_logged_out>
|
742 |
+
<reference name="root">
|
743 |
+
|
744 |
+
</reference>
|
745 |
+
|
746 |
+
<reference name="head">
|
747 |
+
|
748 |
+
</reference>
|
749 |
+
|
750 |
+
<reference name="header">
|
751 |
+
|
752 |
+
</reference>
|
753 |
+
|
754 |
+
<reference name="left">
|
755 |
+
|
756 |
+
</reference>
|
757 |
+
|
758 |
+
<reference name="right">
|
759 |
+
|
760 |
+
</reference>
|
761 |
+
|
762 |
+
<reference name="content">
|
763 |
+
|
764 |
+
</reference>
|
765 |
+
|
766 |
+
<reference name="footer">
|
767 |
+
|
768 |
+
</reference>
|
769 |
+
</customer_logged_out>
|
770 |
+
</layout>
|
app/design/frontend/ma2/default/layout/ma2_widgetproductlist.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addCss"><css>ma2_widgetproductlist/ma2_widgetproductlist.css</css></action>
|
6 |
+
</reference>
|
7 |
+
</default>
|
8 |
+
</layout>
|
app/design/frontend/ma2/default/locale/en_US/translate.csv
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
"Keep your eyes open for our special Back to School items and save A LOT!","Keep your eyes open for our special Back to School items and save A LOT!"
|
app/design/frontend/ma2/default/template/catalog/navigation/category_list.phtml
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, NetQ Creative Software Co. (http://www.magenmarket.com)
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: category_list.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
|
23 |
+
//get all children
|
24 |
+
function displaySubCategories($navBlock, $categries){
|
25 |
+
$_helper = Mage::helper('catalog/category');
|
26 |
+
if (count($categries) > 0){
|
27 |
+
echo '<ul class="list-category">';
|
28 |
+
foreach($categries as $_subcategory){
|
29 |
+
if($_subcategory->getIsActive()){
|
30 |
+
$class = array();
|
31 |
+
if ($navBlock->isCategoryActive($_subcategory)) {
|
32 |
+
$class[] = 'current';
|
33 |
+
}
|
34 |
+
if($_subcategory->hasChildren()){
|
35 |
+
$class[] = 'parent';
|
36 |
+
}
|
37 |
+
echo '<li id="item-'.$_subcategory->getId().'" class="'. implode(' ', $class) .'">';
|
38 |
+
echo ' <a href="'.$_helper->getCategoryUrl($_subcategory).'">
|
39 |
+
'.$_subcategory->getName().'<span class="product-count">('.$_subcategory->getProductCount().')</span>
|
40 |
+
</a>';
|
41 |
+
|
42 |
+
$_subcategories = $_subcategory->getChildrenCategories();
|
43 |
+
displaySubCategories($navBlock, $_subcategories);
|
44 |
+
echo '</li>';
|
45 |
+
}
|
46 |
+
}
|
47 |
+
echo '</ul>';
|
48 |
+
}
|
49 |
+
}
|
50 |
+
?>
|
51 |
+
<?php
|
52 |
+
$_helper = Mage::helper('catalog/category');
|
53 |
+
$_categories = $_helper->getStoreCategories();
|
54 |
+
|
55 |
+
if (count($_categories) > 0): ?>
|
56 |
+
<div class="block-title categories-title">
|
57 |
+
<h3>
|
58 |
+
<span>Categories</span>
|
59 |
+
</h3>
|
60 |
+
</div>
|
61 |
+
<div class="widget reference-block sidebar-categories">
|
62 |
+
<div class="sidebar-categories-inner">
|
63 |
+
<ul class="list-category">
|
64 |
+
<?php $i=0; foreach($_categories as $_category): ?>
|
65 |
+
<?php $i=$i+1; if($_category->getIsActive()): ?>
|
66 |
+
<?php
|
67 |
+
$class = array();
|
68 |
+
$class[] = 'level0 cate-'.$_category->getId();
|
69 |
+
if ($this->isCategoryActive($_category)) {
|
70 |
+
$class[] = 'current';
|
71 |
+
}
|
72 |
+
if($_category->hasChildren()){
|
73 |
+
$class[] = 'parent';
|
74 |
+
}
|
75 |
+
?>
|
76 |
+
<li class="<?php echo implode(' ', $class); if($i==1){ echo ' first';}?>" id="item-<?php echo $_category->getId() ?>">
|
77 |
+
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>">
|
78 |
+
<span><?php echo $_category->getName() ?></span>
|
79 |
+
</a>
|
80 |
+
<?php
|
81 |
+
$_categories = Mage::getModel('catalog/category')->load($_category->getId());
|
82 |
+
$_subcategories = $_categories->getChildrenCategories();
|
83 |
+
displaySubCategories($this, $_subcategories);
|
84 |
+
?>
|
85 |
+
</li>
|
86 |
+
<?php endif; ?>
|
87 |
+
<?php endforeach; ?>
|
88 |
+
</ul>
|
89 |
+
</div>
|
90 |
+
</div>
|
91 |
+
<?php endif; ?>
|
app/design/frontend/ma2/default/template/ma2_widgetproductlist/bestselling/default.phtml
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Best-Selling products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_BestSelling
|
5 |
+
*
|
6 |
+
*/
|
7 |
+
?>
|
8 |
+
<?php
|
9 |
+
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
11 |
+
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-bestselling-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
+
<div class="widget-inner">
|
14 |
+
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
+
<h3 class="widget-title">
|
16 |
+
<span class="format-span">
|
17 |
+
<span><?php echo $widget_title;?></span>
|
18 |
+
</span>
|
19 |
+
</h3>
|
20 |
+
<?php endif; ?>
|
21 |
+
|
22 |
+
<?php if(!$WidgetProductProductCollection->count()): ?>
|
23 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
24 |
+
<?php else: ?>
|
25 |
+
|
26 |
+
<div class="product-items">
|
27 |
+
<div class="product-items-inner">
|
28 |
+
<?php
|
29 |
+
$idx=0;
|
30 |
+
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
+
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
+
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
+
if ($list_type == 'list') $column_count = 1;
|
34 |
+
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
+
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
+
?>
|
37 |
+
<?php foreach ($WidgetProductProductCollection as $pid=> $_product): ?>
|
38 |
+
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
39 |
+
<div class="product-item-inner">
|
40 |
+
<a class="product-image" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>">
|
41 |
+
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(intval($thumbnail_width), intval($thumbnail_height)); ?>" width="<?php echo intval($thumbnail_width); ?>" height="<?php echo intval($thumbnail_height); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
|
42 |
+
</a>
|
43 |
+
<div class="product-info">
|
44 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
45 |
+
<h4 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h4>
|
46 |
+
<?php if($_product->getRatingSummary()): ?>
|
47 |
+
<?php echo $this->getReviewsSummaryHtml($_product); ?>
|
48 |
+
<?php endif; ?>
|
49 |
+
|
50 |
+
<?php if($show_short_description == 1):?>
|
51 |
+
<div class="product-desc std">
|
52 |
+
<?php
|
53 |
+
$desc = $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description');
|
54 |
+
if(isset($short_description_limit) && !empty($short_description_limit)):
|
55 |
+
$shortDesc = explode('|', wordwrap($desc, $short_description_limit, '|'));
|
56 |
+
else:
|
57 |
+
$shortDesc = explode('|', wordwrap($desc, 88, '|'));
|
58 |
+
endif;
|
59 |
+
echo $shortDesc[0] . '...';
|
60 |
+
?>
|
61 |
+
<?php if($show_details == 1): ?>
|
62 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="view-detail"><?php echo $this->__('Details') ?></a>
|
63 |
+
<?php endif;?>
|
64 |
+
</div>
|
65 |
+
<?php endif;?>
|
66 |
+
<?php if($show_price == 1): ?>
|
67 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
68 |
+
<?php endif;?>
|
69 |
+
<div class="actions">
|
70 |
+
<ul class="add-to-links">
|
71 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
72 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
73 |
+
<?php endif; ?>
|
74 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
75 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
76 |
+
<?php endif; ?>
|
77 |
+
</ul>
|
78 |
+
|
79 |
+
<?php if($show_addtocart == 1): ?>
|
80 |
+
<?php if($_product->isSaleable()): ?>
|
81 |
+
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
82 |
+
<?php else: ?>
|
83 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
84 |
+
<?php endif; ?>
|
85 |
+
<?php endif; ?>
|
86 |
+
</div>
|
87 |
+
</div>
|
88 |
+
</div>
|
89 |
+
</div>
|
90 |
+
<?php if (($idx+1) % $column_count == 0 || ($idx+1) == $_collectionSize) echo '<div class="clear"></div>'; ?>
|
91 |
+
<?php $idx++; ?>
|
92 |
+
<?php endforeach; ?>
|
93 |
+
|
94 |
+
</div>
|
95 |
+
</div>
|
96 |
+
<?php endif; ?>
|
97 |
+
</div>
|
98 |
+
</div>
|
app/design/frontend/ma2/{ante/template/ma2_featuredproducts/block.phtml → default/template/ma2_widgetproductlist/custom/default.phtml}
RENAMED
@@ -1,40 +1,25 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
|
|
4 |
*
|
5 |
-
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_FeaturedProducts
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: block.phtml 4 2013-11-05 07:31:07Z linhnt $ */
|
22 |
?>
|
23 |
<?php
|
24 |
$_helper = $this->helper('catalog/output');
|
25 |
-
$uniqId = Mage::helper('core')->uniqHash("ma2-
|
26 |
?>
|
27 |
-
<div class="ma2-
|
28 |
-
<div class="
|
29 |
-
<?php if (isset($
|
30 |
-
<h3 class="
|
31 |
<span class="format-span">
|
32 |
-
<span><?php echo $
|
33 |
</span>
|
34 |
</h3>
|
35 |
<?php endif; ?>
|
36 |
|
37 |
-
<?php if(!$
|
38 |
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
39 |
<?php else: ?>
|
40 |
|
@@ -42,14 +27,14 @@
|
|
42 |
<div class="product-items-inner">
|
43 |
<?php
|
44 |
$idx=0;
|
45 |
-
$_collectionSize = $
|
46 |
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
47 |
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
48 |
if ($list_type == 'list') $column_count = 1;
|
49 |
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
50 |
-
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
51 |
?>
|
52 |
-
<?php foreach ($
|
53 |
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
54 |
<div class="product-item-inner">
|
55 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Display Custom Selected products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_Custom
|
5 |
*
|
6 |
+
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
?>
|
8 |
<?php
|
9 |
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
11 |
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-custom-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
+
<div class="widget-inner">
|
14 |
+
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
+
<h3 class="widget-title">
|
16 |
<span class="format-span">
|
17 |
+
<span><?php echo $widget_title;?></span>
|
18 |
</span>
|
19 |
</h3>
|
20 |
<?php endif; ?>
|
21 |
|
22 |
+
<?php if(!$WidgetProductProductCollection->count()): ?>
|
23 |
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
24 |
<?php else: ?>
|
25 |
|
27 |
<div class="product-items-inner">
|
28 |
<?php
|
29 |
$idx=0;
|
30 |
+
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
if ($list_type == 'list') $column_count = 1;
|
34 |
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
+
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
?>
|
37 |
+
<?php foreach ($WidgetProductProductCollection as $pid=> $_product): ?>
|
38 |
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
39 |
<div class="product-item-inner">
|
40 |
|
app/design/frontend/ma2/{ante/template/ma2_featuredproducts/widget.phtml → default/template/ma2_widgetproductlist/featured/default.phtml}
RENAMED
@@ -1,31 +1,15 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_FeaturedProducts
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: widget.phtml 4 2013-11-05 07:31:07Z linhnt $ */
|
22 |
?>
|
23 |
-
|
24 |
<?php
|
25 |
$_helper = $this->helper('catalog/output');
|
26 |
-
$uniqId = Mage::helper('core')->uniqHash("ma2-
|
27 |
?>
|
28 |
-
<div class="ma2-
|
29 |
<div class="widget-inner">
|
30 |
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
31 |
<h3 class="widget-title">
|
@@ -46,7 +30,7 @@
|
|
46 |
$_collectionSize = $WidgetProductProductCollection->count();
|
47 |
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
48 |
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
49 |
-
if ($list_type == 'list') $column_count = 1;
|
50 |
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
51 |
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
52 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Display Featured products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_Featured
|
5 |
+
*
|
6 |
+
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
?>
|
|
|
8 |
<?php
|
9 |
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
11 |
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-featured-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
<div class="widget-inner">
|
14 |
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
<h3 class="widget-title">
|
30 |
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
+
if ($list_type == 'list') $column_count = 1;
|
34 |
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
?>
|
app/design/frontend/ma2/{ante/template/ma2_featuredproducts/standalone_list.phtml → default/template/ma2_widgetproductlist/new/default.phtml}
RENAMED
@@ -1,58 +1,40 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
*
|
12 |
-
* DISCLAIMER
|
13 |
-
*
|
14 |
-
* Edit or modify this file with yourown risk.
|
15 |
-
*
|
16 |
-
* @category Extensions
|
17 |
-
* @package Ma2_FeaturedProducts
|
18 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
**/
|
21 |
-
/* $Id: standalone_list.phtml 4 2013-11-05 07:31:07Z linhnt $ */
|
22 |
?>
|
23 |
-
|
24 |
<?php
|
25 |
$_helper = $this->helper('catalog/output');
|
26 |
-
$uniqId = Mage::helper('core')->uniqHash("ma2-
|
27 |
-
|
28 |
-
$list_type = $this->getMode();
|
29 |
?>
|
30 |
-
<div class="ma2-
|
31 |
-
<div class="
|
32 |
-
<?php if (isset($
|
33 |
-
<h3 class="
|
34 |
<span class="format-span">
|
35 |
-
<span><?php echo $
|
36 |
</span>
|
37 |
</h3>
|
38 |
<?php endif; ?>
|
39 |
|
40 |
-
<?php if(!$
|
41 |
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
42 |
<?php else: ?>
|
43 |
-
|
44 |
<div class="product-items">
|
45 |
<div class="product-items-inner">
|
46 |
<?php
|
47 |
$idx=0;
|
48 |
-
$_collectionSize = $
|
49 |
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
50 |
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
51 |
if ($list_type == 'list') $column_count = 1;
|
52 |
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
53 |
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
54 |
?>
|
55 |
-
<?php foreach ($
|
56 |
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
57 |
<div class="product-item-inner">
|
58 |
|
@@ -112,9 +94,6 @@
|
|
112 |
|
113 |
</div>
|
114 |
</div>
|
115 |
-
<div class="toolbar-bottom">
|
116 |
-
<?php echo $this->getToolbarHtml() ?>
|
117 |
-
</div>
|
118 |
<?php endif; ?>
|
119 |
</div>
|
120 |
-
</div>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Display New products template
|
4 |
+
* @see Ma2_WidgetProductList_Block_New
|
5 |
+
*
|
6 |
+
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
?>
|
|
|
8 |
<?php
|
9 |
$_helper = $this->helper('catalog/output');
|
10 |
+
$uniqId = Mage::helper('core')->uniqHash("ma2-widgetproductlist-");
|
|
|
|
|
11 |
?>
|
12 |
+
<div class="ma2-widgetproductlist widget widget-new-products <?php echo $list_type; ?>-view" id="<?php echo $uniqId; ?>">
|
13 |
+
<div class="widget-inner">
|
14 |
+
<?php if (isset($show_widget_title) && (int)$show_widget_title == 1): ?>
|
15 |
+
<h3 class="widget-title">
|
16 |
<span class="format-span">
|
17 |
+
<span><?php echo $widget_title;?></span>
|
18 |
</span>
|
19 |
</h3>
|
20 |
<?php endif; ?>
|
21 |
|
22 |
+
<?php if(!$WidgetProductProductCollection->count()): ?>
|
23 |
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
24 |
<?php else: ?>
|
25 |
+
|
26 |
<div class="product-items">
|
27 |
<div class="product-items-inner">
|
28 |
<?php
|
29 |
$idx=0;
|
30 |
+
$_collectionSize = $WidgetProductProductCollection->count();
|
31 |
$inlineStyle = ($list_type == 'grid') ? 'style="width:'.$item_width.'%;"' : '';
|
32 |
if ($list_type == 'grid' && ($column_count == null || (int)$column_count == 0)) $column_count = 3;
|
33 |
if ($list_type == 'list') $column_count = 1;
|
34 |
if (!intval($thumbnail_width)) $thumbnail_width = 135;
|
35 |
if (!intval($thumbnail_height)) $thumbnail_height = 135;
|
36 |
?>
|
37 |
+
<?php foreach ($WidgetProductProductCollection as $pid=> $_product): ?>
|
38 |
<div class="product-item product-<?php echo $pid; ?> <?php echo ($idx == 0) ? 'first' : (($idx+1) == $_collectionSize ? 'last' : ''); ?>" <?php echo $inlineStyle ?>>
|
39 |
<div class="product-item-inner">
|
40 |
|
94 |
|
95 |
</div>
|
96 |
</div>
|
|
|
|
|
|
|
97 |
<?php endif; ?>
|
98 |
</div>
|
99 |
+
</div>
|
app/design/frontend/ma2/default/template/page/1column.phtml
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: 1column.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
?>
|
23 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
33 |
+
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<div class="main col1-layout">
|
35 |
+
<div class="container">
|
36 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
37 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
40 |
+
<div class="main-page">
|
41 |
+
<div class="col-content">
|
42 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
43 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
44 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
45 |
+
<div class="front-page">
|
46 |
+
<?php echo $this->getChildHtml('content') ?>
|
47 |
+
</div>
|
48 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
49 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
53 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
54 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
+
</div>
|
60 |
+
</div>
|
61 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
62 |
+
</body>
|
63 |
+
</html>
|
app/design/frontend/ma2/default/template/page/2columns-left.phtml
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: 2columns-left.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
?>
|
23 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
33 |
+
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<div class="main col2-left-layout">
|
35 |
+
|
36 |
+
<div class="container">
|
37 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
40 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
41 |
+
<div class="main-page">
|
42 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
43 |
+
<div class="col-content">
|
44 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
45 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
46 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
47 |
+
<div class="front-page">
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
51 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
55 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
56 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
<?php echo $this->getChildHtml('footer') ?>
|
60 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
61 |
+
</div>
|
62 |
+
</div>
|
63 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
64 |
+
</body>
|
65 |
+
</html>
|
app/design/frontend/ma2/default/template/page/2columns-right.phtml
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: 2columns-right.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
?>
|
23 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
33 |
+
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<div class="main col2-right-layout">
|
35 |
+
<div class="container">
|
36 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
37 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
40 |
+
<div class="main-page">
|
41 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
42 |
+
<div class="col-content">
|
43 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
44 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
45 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
46 |
+
<div class="front-page">
|
47 |
+
<?php echo $this->getChildHtml('content') ?>
|
48 |
+
</div>
|
49 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
50 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
54 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
55 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
56 |
+
</div>
|
57 |
+
</div>
|
58 |
+
<?php echo $this->getChildHtml('footer') ?>
|
59 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
60 |
+
</div>
|
61 |
+
</div>
|
62 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
63 |
+
</body>
|
64 |
+
</html>
|
app/design/frontend/ma2/default/template/page/3columns.phtml
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: 3columns.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
?>
|
23 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
24 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
25 |
+
<head>
|
26 |
+
<?php echo $this->getChildHtml('head') ?>
|
27 |
+
</head>
|
28 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
29 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
30 |
+
<div class="wrapper">
|
31 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
32 |
+
<div class="page">
|
33 |
+
<?php echo $this->getChildHtml('header') ?>
|
34 |
+
<div class="main col3-layout">
|
35 |
+
<div class="container">
|
36 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
37 |
+
<?php echo $this->getChildHtml('maintop1Area') ?>
|
38 |
+
<?php echo $this->getChildHtml('maintop2Area') ?>
|
39 |
+
<?php echo $this->getChildHtml('maintop3Area') ?>
|
40 |
+
<div class="main-page">
|
41 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
42 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
43 |
+
<div class="col-content">
|
44 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
45 |
+
<?php echo $this->getChildHtml('contenttop1Area') ?>
|
46 |
+
<?php echo $this->getChildHtml('contenttop2Area') ?>
|
47 |
+
<div class="front-page">
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<?php echo $this->getChildHtml('contentbottom1Area') ?>
|
51 |
+
<?php echo $this->getChildHtml('contentbottom2Area') ?>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
<?php echo $this->getChildHtml('mainbottom1Area') ?>
|
55 |
+
<?php echo $this->getChildHtml('mainbottom2Area') ?>
|
56 |
+
<?php echo $this->getChildHtml('mainbottom3Area') ?>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
<?php echo $this->getChildHtml('footer') ?>
|
60 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
61 |
+
</div>
|
62 |
+
</div>
|
63 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
64 |
+
</body>
|
65 |
+
</html>
|
app/design/frontend/ma2/default/template/page/html/footer.phtml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: footer.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
?>
|
23 |
+
<div class="footer">
|
24 |
+
<div class="container">
|
25 |
+
<?php echo $this->getChildHtml() ?>
|
26 |
+
</div>
|
27 |
+
</div>
|
app/design/frontend/ma2/default/template/page/html/head.phtml
ADDED
@@ -0,0 +1,289 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: head.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
|
23 |
+
// Ma2 ThemeOptions config
|
24 |
+
$gfontCss = array();
|
25 |
+
$valueFields = array();
|
26 |
+
$themeOptions = Mage::getStoreConfig('theme_options');
|
27 |
+
if (isset($themeOptions)) {
|
28 |
+
foreach ($themeOptions as $group_key=>$group)
|
29 |
+
{
|
30 |
+
foreach ($group as $key=>$field)
|
31 |
+
{
|
32 |
+
$valueFields[$key] = $field;
|
33 |
+
}
|
34 |
+
}
|
35 |
+
}
|
36 |
+
$themeOptions = json_decode(json_encode($valueFields));
|
37 |
+
//media URL
|
38 |
+
$mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
|
39 |
+
/**
|
40 |
+
*Typography - body font config
|
41 |
+
*/
|
42 |
+
$body_change = '';
|
43 |
+
if($themeOptions->body_font_family_change == 1)
|
44 |
+
{
|
45 |
+
$body_font_family = explode(':', $themeOptions->body_font_family);
|
46 |
+
|
47 |
+
if(isset($body_font_family[0]) && isset($body_font_family[1]) && $body_font_family[0] == 'w')
|
48 |
+
{
|
49 |
+
$body_change .= 'font-family:"'.str_replace('+', ' ',$body_font_family[1]).'";';
|
50 |
+
$gfontCss[] = $body_font_family[1];
|
51 |
+
|
52 |
+
}
|
53 |
+
else
|
54 |
+
{
|
55 |
+
$body_change .= 'font-family:'.str_replace(array('s:','w:', '+'), array('','',' '), $themeOptions->body_font_family).';';
|
56 |
+
}
|
57 |
+
}
|
58 |
+
if(trim($themeOptions->body_font_size) != null)
|
59 |
+
{
|
60 |
+
$body_change .= 'font-size: '.$themeOptions->body_font_size.';';
|
61 |
+
}
|
62 |
+
if($themeOptions->body_text_color_change == 1)
|
63 |
+
{
|
64 |
+
$body_change .= 'color:'.$themeOptions->body_text_color.';';
|
65 |
+
}
|
66 |
+
if(trim($themeOptions->body_line_height) != null)
|
67 |
+
{
|
68 |
+
$body_change .= 'line-height: '.$themeOptions->body_line_height.';';
|
69 |
+
}
|
70 |
+
|
71 |
+
/**
|
72 |
+
*Typography - custom font-family
|
73 |
+
*/
|
74 |
+
$custom_list_1 = '';
|
75 |
+
if ($themeOptions->is_custom_font_1 == 1 && trim($themeOptions->custom_list_1) != null)
|
76 |
+
{
|
77 |
+
$custom_font_family_1 = explode(':', $themeOptions->custom_font_family_1);
|
78 |
+
|
79 |
+
if(isset($custom_font_family_1[0]) && isset($custom_font_family_1[1]) && $custom_font_family_1[0] == 'w')
|
80 |
+
{
|
81 |
+
$custom_list_1 = $themeOptions->custom_list_1 .'{font-family:"'.str_replace('+',' ',$custom_font_family_1[1]).'";}';
|
82 |
+
$gfontCss[] = $custom_font_family_1[1];
|
83 |
+
}
|
84 |
+
else
|
85 |
+
{
|
86 |
+
$custom_list_1 = $themeOptions->custom_list_1 .'{font-family:'.str_replace(array('s:','w:'), '', $themeOptions->custom_font_family_1).';}';
|
87 |
+
}
|
88 |
+
}
|
89 |
+
|
90 |
+
$custom_list_2 = '';
|
91 |
+
if ($themeOptions->is_custom_font_2 == 1 && trim($themeOptions->custom_list_2) != null)
|
92 |
+
{
|
93 |
+
$custom_font_family_2 = explode(':', $themeOptions->custom_font_family_2);
|
94 |
+
|
95 |
+
if(isset($custom_font_family_2[0]) && isset($custom_font_family_2[1]) && $custom_font_family_2[0] == 'w')
|
96 |
+
{
|
97 |
+
$custom_list_2 = $themeOptions->custom_list_2 .'{font-family:"'.str_replace('+',' ',$custom_font_family_2[1]).'";}';
|
98 |
+
$gfontCss[] = $custom_font_family_2[1];
|
99 |
+
}
|
100 |
+
else
|
101 |
+
{
|
102 |
+
$custom_list_2 = $themeOptions->custom_list_2 .'{font-family:'.str_replace(array('s:','w:'), '', $themeOptions->custom_font_family_2).';}';
|
103 |
+
}
|
104 |
+
}
|
105 |
+
/**
|
106 |
+
*Typography - custom css
|
107 |
+
*/
|
108 |
+
$custom_css = '';
|
109 |
+
if ($themeOptions->is_custom_css == 1 && trim($themeOptions->custom_css) != null)
|
110 |
+
{
|
111 |
+
$custom_css = $themeOptions->custom_css;
|
112 |
+
}
|
113 |
+
|
114 |
+
/**
|
115 |
+
*Background - body config
|
116 |
+
*/
|
117 |
+
if($themeOptions->body_background_change == 1)
|
118 |
+
{
|
119 |
+
if($themeOptions->body_background_color_change == 1 && $themeOptions->body_background_image != '')
|
120 |
+
{
|
121 |
+
$body_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->body_background_image .'") '. $themeOptions->body_background_image_repeat .' '. $themeOptions->body_background_image_position .' '.$themeOptions->body_background_color .';';
|
122 |
+
|
123 |
+
}
|
124 |
+
else if ($themeOptions->body_background_color_change == 1 && $themeOptions->body_background_image == '')
|
125 |
+
{
|
126 |
+
$body_change .= 'background:'.$themeOptions->body_background_color .';';
|
127 |
+
|
128 |
+
}
|
129 |
+
else if ($themeOptions->body_background_color_change == 0 && $themeOptions->body_background_image != '')
|
130 |
+
{
|
131 |
+
$body_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->body_background_image .'") '. $themeOptions->body_background_image_repeat .' '. $themeOptions->body_background_image_position .';';
|
132 |
+
}
|
133 |
+
}
|
134 |
+
/**
|
135 |
+
*Background - header config
|
136 |
+
*/
|
137 |
+
$header_change = '';
|
138 |
+
if($themeOptions->header_background_change == 1)
|
139 |
+
{
|
140 |
+
if($themeOptions->header_background_color_change == 1 && $themeOptions->header_background_image != '')
|
141 |
+
{
|
142 |
+
$header_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->header_background_image .'") '. $themeOptions->header_background_image_repeat .' '. $themeOptions->header_background_image_position .' '.$themeOptions->header_background_color .';';
|
143 |
+
|
144 |
+
}
|
145 |
+
else if ($themeOptions->header_background_color_change == 1 && $themeOptions->header_background_image == '')
|
146 |
+
{
|
147 |
+
$header_change .= 'background:'.$themeOptions->header_background_color .';';
|
148 |
+
|
149 |
+
}
|
150 |
+
else if ($themeOptions->header_background_color_change == 0 && $themeOptions->header_background_image != '')
|
151 |
+
{
|
152 |
+
$header_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->header_background_image .'") '. $themeOptions->header_background_image_repeat .' '. $themeOptions->header_background_image_position .';';
|
153 |
+
}
|
154 |
+
}
|
155 |
+
/**
|
156 |
+
*Background - main config
|
157 |
+
*/
|
158 |
+
$main_change = '';
|
159 |
+
if($themeOptions->main_background_change == 1)
|
160 |
+
{
|
161 |
+
if($themeOptions->main_background_color_change == 1 && $themeOptions->main_background_image != '')
|
162 |
+
{
|
163 |
+
$main_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->main_background_image .'") '. $themeOptions->main_background_image_repeat .' '. $themeOptions->main_background_image_position .' '.$themeOptions->main_background_color .';';
|
164 |
+
|
165 |
+
}
|
166 |
+
else if ($themeOptions->main_background_color_change == 1 && $themeOptions->main_background_image == '')
|
167 |
+
{
|
168 |
+
$main_change .= 'background:'.$themeOptions->main_background_color .';';
|
169 |
+
|
170 |
+
}
|
171 |
+
else if ($themeOptions->main_background_color_change == 0 && $themeOptions->main_background_image != '')
|
172 |
+
{
|
173 |
+
$main_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->main_background_image .'") '. $themeOptions->main_background_image_repeat .' '. $themeOptions->main_background_image_position .';';
|
174 |
+
}
|
175 |
+
}
|
176 |
+
/**
|
177 |
+
*Background - footer config
|
178 |
+
*/
|
179 |
+
$footer_change = '';
|
180 |
+
if($themeOptions->footer_background_change == 1)
|
181 |
+
{
|
182 |
+
if($themeOptions->footer_background_color_change == 1 && $themeOptions->footer_background_image != '')
|
183 |
+
{
|
184 |
+
$footer_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->footer_background_image .'") '. $themeOptions->footer_background_image_repeat .' '. $themeOptions->footer_background_image_position .' '.$themeOptions->footer_background_color .';';
|
185 |
+
|
186 |
+
}
|
187 |
+
else if ($themeOptions->footer_background_color_change == 1 && $themeOptions->footer_background_image == '')
|
188 |
+
{
|
189 |
+
$footer_change .= 'background:'.$themeOptions->footer_background_color .';';
|
190 |
+
|
191 |
+
}
|
192 |
+
else if ($themeOptions->footer_background_color_change == 0 && $themeOptions->footer_background_image != '')
|
193 |
+
{
|
194 |
+
$footer_change .= 'background: url("'. $mediaUrl .'/ma2/images/'. $themeOptions->footer_background_image .'") '. $themeOptions->footer_background_image_repeat .' '. $themeOptions->footer_background_image_position .';';
|
195 |
+
}
|
196 |
+
}
|
197 |
+
/**
|
198 |
+
*Layouts - theme width
|
199 |
+
*/
|
200 |
+
$theme_width = '';
|
201 |
+
if(trim($themeOptions->theme_width) != '')
|
202 |
+
{
|
203 |
+
$theme_width .= 'width:'. $themeOptions->theme_width .';';
|
204 |
+
}
|
205 |
+
/**
|
206 |
+
*Layouts - left width
|
207 |
+
*/
|
208 |
+
$left_width = '';
|
209 |
+
if(trim($themeOptions->left_width) != '')
|
210 |
+
{
|
211 |
+
$left_width .= 'width:'. $themeOptions->left_width .';';
|
212 |
+
}
|
213 |
+
/**
|
214 |
+
*Layouts - right width
|
215 |
+
*/
|
216 |
+
$right_width = '';
|
217 |
+
if(trim($themeOptions->right_width) != '')
|
218 |
+
{
|
219 |
+
$right_width .= 'width:'. $themeOptions->right_width .';';
|
220 |
+
}
|
221 |
+
?>
|
222 |
+
<meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
|
223 |
+
<title><?php echo $this->getTitle() ?></title>
|
224 |
+
<meta name="description" content="<?php echo htmlspecialchars($this->getDescription()) ?>" />
|
225 |
+
<meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" />
|
226 |
+
<meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
|
227 |
+
<?php
|
228 |
+
$iconHref='';
|
229 |
+
if($themeOptions->favicon != '') :
|
230 |
+
$iconHref = $mediaUrl.'ma2/images/'.$themeOptions->favicon;
|
231 |
+
else:
|
232 |
+
$iconHref = $this->getFaviconFile();
|
233 |
+
endif;
|
234 |
+
?>
|
235 |
+
<link rel="icon" href="<?php echo $iconHref; ?>" type="image/x-icon" />
|
236 |
+
<link rel="shortcut icon" href="<?php echo $iconHref; ?>" type="image/x-icon" />
|
237 |
+
<?php if(!empty($gfontCss)) : ?>
|
238 |
+
<link type="text/css" href="//fonts.googleapis.com/css?family=<?php echo implode('|',$gfontCss) ?>" rel="stylesheet">
|
239 |
+
<?php endif; ?>
|
240 |
+
<!--[if lt IE 7]>
|
241 |
+
<script type="text/javascript">
|
242 |
+
//<![CDATA[
|
243 |
+
var BLANK_URL = '<?php echo $this->helper('core/js')->getJsUrl('blank.html') ?>';
|
244 |
+
var BLANK_IMG = '<?php echo $this->helper('core/js')->getJsUrl('spacer.gif') ?>';
|
245 |
+
//]]>
|
246 |
+
</script>
|
247 |
+
<![endif]-->
|
248 |
+
<?php echo $this->getCssJsHtml() ?>
|
249 |
+
<?php echo $this->getChildHtml() ?>
|
250 |
+
<?php echo $this->helper('core/js')->getTranslatorScript() ?>
|
251 |
+
<?php echo $this->getIncludes() ?>
|
252 |
+
<?php
|
253 |
+
$_session = Mage::getSingleton('core/session');
|
254 |
+
$_post = Mage::app()->getRequest()->getPost();
|
255 |
+
if(isset($_post)) {
|
256 |
+
if (isset($_post['submit_preset']) && $_post['params_demo_preset'] != '') {
|
257 |
+
$_session->setData('presetstyle', $_post['params_demo_preset']);
|
258 |
+
} else {
|
259 |
+
$_session->setData('presetstyle', $themeOptions->preset_styles);
|
260 |
+
}
|
261 |
+
}
|
262 |
+
$presetstyle = Mage::getSingleton('core/session')->getData('presetstyle');
|
263 |
+
?>
|
264 |
+
<link class="style" href="<?php echo $this->getSkinUrl('css/'. $presetstyle .'.css'); ?>" type="text/css" rel="stylesheet">
|
265 |
+
|
266 |
+
<?php
|
267 |
+
// Ma2 ThemeOptions apply styles
|
268 |
+
echo
|
269 |
+
'<style type="text/css">'.
|
270 |
+
'body{'.$body_change.'}'.
|
271 |
+
'div.header{'.$header_change .'}'.
|
272 |
+
'div.main{'.$main_change .'}'.
|
273 |
+
'div.footer{'.$footer_change .'}'.
|
274 |
+
$custom_list_1.
|
275 |
+
$custom_list_2.
|
276 |
+
$custom_css.
|
277 |
+
'div.container{'.$theme_width.'}'.
|
278 |
+
'div.col-left{'.$left_width.'}'.
|
279 |
+
'div.col-right{'.$right_width.'}'.
|
280 |
+
'</style>';
|
281 |
+
?>
|
282 |
+
<?php
|
283 |
+
if(isset($presetstyle) && !empty($presetstyle)):
|
284 |
+
$newClassBody = 'ma2-style-'.$presetstyle;
|
285 |
+
if ($root = $this->getLayout()->getBlock('root')):
|
286 |
+
$root->addBodyClass($newClassBody);
|
287 |
+
endif;
|
288 |
+
endif;
|
289 |
+
?>
|
app/design/frontend/ma2/default/template/page/html/header.phtml
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: header.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
|
23 |
+
$mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
|
24 |
+
$generalOptions = json_decode(json_encode(Mage::getStoreConfig('theme_options/general')));
|
25 |
+
|
26 |
+
$logoWidth = '';
|
27 |
+
$logoHeight = '';
|
28 |
+
|
29 |
+
if ( $generalOptions->is_custom_logo == 1 && $generalOptions->logo_image != '' ) {
|
30 |
+
$logoSrc = $mediaUrl.'ma2/images/'.$generalOptions->logo_image;
|
31 |
+
|
32 |
+
//logo width
|
33 |
+
$logoWidth = ( trim($generalOptions->logo_width) != '' && intval($generalOptions->logo_width) > 0 ) ? 'width="'. $generalOptions->logo_width .'"' : '';
|
34 |
+
|
35 |
+
//logo height
|
36 |
+
$logoHeight = ( trim($generalOptions->logo_height) != '' && intval($generalOptions->logo_height) > 0 ) ? 'height="'. $generalOptions->logo_height .'"' : '';
|
37 |
+
}
|
38 |
+
else
|
39 |
+
{
|
40 |
+
// $logoSrc = $this->getLogoSrc();
|
41 |
+
// $logoSrc = $mediaUrl.'ma2/images/'.$generalOptions->default_logo_image;
|
42 |
+
// $logoSrc = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'/frontend/ma2/default/images/logo.gif';
|
43 |
+
$logoSrc = $this->getSkinUrl('images/logo.png');
|
44 |
+
}
|
45 |
+
$slogan = trim($generalOptions->slogan) != '' ? $generalOptions->slogan : $this->getLogoAlt();
|
46 |
+
?>
|
47 |
+
<div class="header">
|
48 |
+
<?php if ($generalOptions->display_preset_styles == 1) : ?>
|
49 |
+
<?php echo $this->getChildHtml('presetStylesBox'); ?>
|
50 |
+
<?php endif; ?>
|
51 |
+
<div class="container">
|
52 |
+
<?php if ($this->getIsHomePage()):?>
|
53 |
+
<h1 class="logo"><strong><?php echo $slogan ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $slogan ?>" class="logo"><img src="<?php echo $logoSrc ?>" <?php echo $logoWidth; ?> <?php echo $logoHeight; ?> alt="<?php echo $slogan ?>" /></a></h1>
|
54 |
+
<?php else:?>
|
55 |
+
<a href="<?php echo $this->getUrl('') ?>" title="<?php echo $slogan ?>" class="logo"><strong><?php echo $slogan ?></strong><img src="<?php echo $logoSrc ?>" <?php echo $logoWidth; ?> <?php echo $logoHeight; ?> alt="<?php echo $slogan ?>" /></a>
|
56 |
+
<?php endif?>
|
57 |
+
|
58 |
+
<div class="top-blocks">
|
59 |
+
<?php echo $this->getChildHtml('top1Area') ?>
|
60 |
+
<?php echo $this->getChildHtml('top2Area') ?>
|
61 |
+
</div>
|
62 |
+
<?php echo $this->getChildHtml('topMenu') ?>
|
63 |
+
</div>
|
64 |
+
</div>
|
app/design/frontend/ma2/default/template/page/html/ma2blocks.phtml
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: ma2blocks.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
|
23 |
+
$blocks = $this->getChild();
|
24 |
+
if(count($blocks) > 0) :
|
25 |
+
|
26 |
+
$_layouts = $this->getLayouts($this->getNameInLayout(), count($blocks));
|
27 |
+
?>
|
28 |
+
<div class="<?php echo $this->getNameInLayout(); ?>Area blocks-wrapper">
|
29 |
+
<?php
|
30 |
+
$i = 0;
|
31 |
+
foreach ($blocks as $block){
|
32 |
+
$class = 'column';
|
33 |
+
if ($i == 0 && $_layouts[$i] != 100) {
|
34 |
+
$class .= ' block-first';
|
35 |
+
} else if ($i == (count($blocks)-1) && $_layouts[$i] != 100) {
|
36 |
+
$class .= ' block-last';
|
37 |
+
} else {
|
38 |
+
$class .= ' block-midle';
|
39 |
+
}
|
40 |
+
$class .= ' width'.$_layouts[$i];
|
41 |
+
|
42 |
+
echo '<div class="widget-block '.$class.'">'.$block->toHtml().'</div>';
|
43 |
+
$i++;
|
44 |
+
}
|
45 |
+
//echo $this->getChildHtml()
|
46 |
+
?>
|
47 |
+
</div>
|
48 |
+
<?php endif; ?>
|
app/design/frontend/ma2/default/template/page/html/ma2blocks_simple.phtml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: ma2blocks_simple.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
?>
|
23 |
+
<?php if(count($this->getChild()) > 0) : ?>
|
24 |
+
<div class="<?php echo $this->getNameInLayout(); ?>Area blocks-wrapper blocks-sample">
|
25 |
+
<?php
|
26 |
+
echo $this->getChildHtml();
|
27 |
+
?>
|
28 |
+
</div>
|
29 |
+
<?php endif; ?>
|
app/design/frontend/ma2/default/template/page/html/presetstyles.phtml
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: presetstyles.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
|
23 |
+
$presetstyle = Mage::getSingleton('core/session')->getData('presetstyle');
|
24 |
+
$current_style = Mage::getStoreConfig('theme_options/general/preset_styles');
|
25 |
+
?>
|
26 |
+
<div id="ma2styles-control-box" style="left: 0px;">
|
27 |
+
<a class="presetstyles-btn" href="javascript:void(0)" title="Choose a preset style"></a>
|
28 |
+
<div id="ma2-theme-styles" style="display: none;">
|
29 |
+
<form id="template_demo" method="POST" action="<?php echo $this->getCurrentUrl(); ?>" name="template_demo">
|
30 |
+
<label id="params_demo_preset-lbl" title="<?php echo $this->__('Choose a preset style'); ?>" for="params_demo_preset"><strong><?php echo $this->__('Choose a preset style'); ?></strong></label>
|
31 |
+
<fieldset id="params_demo_preset" class="radio">
|
32 |
+
<?php
|
33 |
+
$presetstyles = Mage::getModel('ThemeOptions/presetstyles')->toOptionArray();
|
34 |
+
foreach ($presetstyles as $idx=>$_style)
|
35 |
+
{
|
36 |
+
?>
|
37 |
+
<input id="params_demo_preset<?php echo $idx;?>" type="radio" <?php echo ($this->escapeHtml($_style['value']) == $presetstyle) || ($this->escapeHtml($_style['value']) == $current_style) ? 'checked="checked"' : ''; ?> value="<?php echo $this->escapeHtml($_style['value']); ?>" name="params_demo_preset">
|
38 |
+
<label for="params_demo_preset<?php echo $idx;?>"><?php echo $_style['label']; ?></label>
|
39 |
+
<?php } ?>
|
40 |
+
</fieldset>
|
41 |
+
<button class="apply-btn" value="1" name="submit_preset" type="submit">Apply</button>
|
42 |
+
</form>
|
43 |
+
</div>
|
44 |
+
<script type="text/javascript">
|
45 |
+
//<![CDATA[
|
46 |
+
Event.observe(window, 'load', function() {
|
47 |
+
$$('.presetstyles-btn').each(function(element){
|
48 |
+
element.observe('click', function(event){
|
49 |
+
event.stop();
|
50 |
+
Effect.toggle('ma2-theme-styles', 'appear', { duration: 0.4 });
|
51 |
+
});
|
52 |
+
});
|
53 |
+
});
|
54 |
+
//]]>
|
55 |
+
</script>
|
56 |
+
</div>
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
|
64 |
+
|
65 |
+
|
app/design/frontend/ma2/default/template/page/html/topMenu.phtml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MagenMarket.com
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* DISCLAIMER
|
13 |
+
*
|
14 |
+
* Edit or modify this file with yourown risk.
|
15 |
+
*
|
16 |
+
* @category Themes
|
17 |
+
* @package Ma2_Default theme
|
18 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
**/
|
21 |
+
/* $Id: topMenu.phtml 12 2013-11-05 10:00:22Z minhnv $ */
|
22 |
+
?>
|
23 |
+
<?php $_menu = $this->getHtml('level-top') ?>
|
24 |
+
<?php if($_menu): ?>
|
25 |
+
<div id="ma2-navMain" class="nav-container ma2-navMain">
|
26 |
+
<ul id="nav" class="navMain">
|
27 |
+
<?php echo $_menu ?>
|
28 |
+
</ul>
|
29 |
+
</div>
|
30 |
+
<?php endif ?>
|
app/etc/modules/Ma2_FeaturedProducts.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Ma2_FeaturedProducts>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
</Ma2_FeaturedProducts>
|
8 |
</modules>
|
9 |
</config>
|
3 |
<modules>
|
4 |
<Ma2_FeaturedProducts>
|
5 |
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
</Ma2_FeaturedProducts>
|
8 |
</modules>
|
9 |
</config>
|
app/etc/modules/Ma2_Manufacturers.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Ma2_Manufacturers>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
<version>0.1.0</version>
|
8 |
</Ma2_Manufacturers>
|
9 |
</modules>
|
3 |
<modules>
|
4 |
<Ma2_Manufacturers>
|
5 |
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
<version>0.1.0</version>
|
8 |
</Ma2_Manufacturers>
|
9 |
</modules>
|
app/etc/modules/Ma2_Slideshow.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Ma2_Slideshow>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
</Ma2_Slideshow>
|
8 |
</modules>
|
9 |
</config>
|
3 |
<modules>
|
4 |
<Ma2_Slideshow>
|
5 |
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
</Ma2_Slideshow>
|
8 |
</modules>
|
9 |
</config>
|
app/etc/modules/Ma2_WidgetProductList.xml
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
</config>
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
+
<modules>
|
4 |
+
<Ma2_WidgetProductList>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
<depends>
|
8 |
+
<Mage_Catalog />
|
9 |
+
<Mage_Cms />
|
10 |
+
<Mage_Adminhtml />
|
11 |
+
<Mage_Widget />
|
12 |
+
</depends>
|
13 |
+
</Ma2_WidgetProductList>
|
14 |
+
</modules>
|
15 |
+
</config>
|
media/ma2/demo/american-express.png
ADDED
Binary file
|
media/ma2/demo/banner-1.jpg
ADDED
Binary file
|
media/ma2/demo/banner-2.png
ADDED
Binary file
|
media/ma2/demo/cirrus.png
ADDED
Binary file
|
media/ma2/demo/mastercard.png
ADDED
Binary file
|
media/ma2/demo/paypal.png
ADDED
Binary file
|
media/{wysiwyg/ante/right-adv-blue.png → ma2/demo/right-adv.png}
RENAMED
File without changes
|
media/ma2/demo/visa-electron.png
ADDED
Binary file
|
media/{wysiwyg/ante → ma2/demo}/visa.png
RENAMED
File without changes
|
media/ma2/images/default/favicon-blue_1.png
DELETED
Binary file
|
media/ma2/images/default/favicon-yellow.png
DELETED
Binary file
|
media/ma2/images/default/logo-blue.png
DELETED
Binary file
|
media/ma2/images/default/logo-blue_1.png
DELETED
Binary file
|
media/ma2/images/default/logo-blue_2.png
DELETED
Binary file
|
media/ma2/images/default/logo-green.png
DELETED
Binary file
|
media/ma2/images/default/logo-green_1.png
DELETED
Binary file
|
media/ma2/images/default/logo-yellow.png
DELETED
Binary file
|
media/ma2slideshow/120140220030600.png
ADDED
Binary file
|
media/ma2slideshow/220140220030751.png
ADDED
Binary file
|
media/ma2slideshow/320140220030834.png
ADDED
Binary file
|
media/ma2slideshow/420140220031004.png
ADDED
Binary file
|
media/ma2slideshow/banner120140226061703.png
DELETED
Binary file
|
media/ma2slideshow/banner220140226061852.png
DELETED
Binary file
|
media/ma2slideshow/thumbnail/120140220030600.png
ADDED
Binary file
|
media/ma2slideshow/thumbnail/220140220030751.png
ADDED
Binary file
|
media/ma2slideshow/thumbnail/320140220030834.png
ADDED
Binary file
|
media/ma2slideshow/thumbnail/420140220031004.png
ADDED
Binary file
|
media/ma2slideshow/thumbnail/banner120140226061703.png
DELETED
Binary file
|
media/ma2slideshow/thumbnail/banner220140226061852.png
DELETED
Binary file
|
media/manufacturers/Adidas.png
DELETED
Binary file
|
media/manufacturers/Cabelas.png
DELETED
Binary file
|
media/manufacturers/Levis.png
DELETED
Binary file
|
media/manufacturers/PaylorMade.png
DELETED
Binary file
|
media/manufacturers/Reebok.png
DELETED
Binary file
|
media/manufacturers/TCMMY.png
DELETED
Binary file
|
media/manufacturers/manuf1.png
ADDED
Binary file
|
media/manufacturers/manuf2.png
ADDED
Binary file
|
media/manufacturers/manuf3.png
ADDED
Binary file
|
media/manufacturers/manuf4.png
ADDED
Binary file
|
media/manufacturers/manuf5.png
ADDED
Binary file
|
media/manufacturers/manuf6.png
ADDED
Binary file
|
media/manufacturers/resized/Adidas.png
DELETED
Binary file
|
media/manufacturers/resized/Cabelas.png
DELETED
Binary file
|
media/manufacturers/resized/Levis.png
DELETED
Binary file
|
media/manufacturers/resized/PaylorMade.png
DELETED
Binary file
|
media/manufacturers/resized/Reebok.png
DELETED
Binary file
|
media/manufacturers/resized/TCMMY.png
DELETED
Binary file
|
media/manufacturers/resized/noimage.jpg
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner1.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner2.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner3-blue.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner3-green.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner3-yellow.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner3.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner4-blue.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner4-green.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner4-yellow.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/banner4.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/btn_paypal_checkout.gif
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/cirrur.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/facebook.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/master.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/paypal.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/right-adv-blue.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/right-adv-green.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/right-adv-yellow.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/right-adv.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/twitter.png
DELETED
Binary file
|
media/wysiwyg/.thumbs/wysiwyg/ante/visa.png
DELETED
Binary file
|
media/wysiwyg/ante/banner1.png
DELETED
Binary file
|
media/wysiwyg/ante/banner2.png
DELETED
Binary file
|
media/wysiwyg/ante/banner3-blue.png
DELETED
Binary file
|
media/wysiwyg/ante/banner3-green.png
DELETED
Binary file
|
media/wysiwyg/ante/banner3-yellow.png
DELETED
Binary file
|
media/wysiwyg/ante/banner3.png
DELETED
Binary file
|
media/wysiwyg/ante/banner4-blue.png
DELETED
Binary file
|
media/wysiwyg/ante/banner4-green.png
DELETED
Binary file
|
media/wysiwyg/ante/banner4-yellow.png
DELETED
Binary file
|
media/wysiwyg/ante/banner4.png
DELETED
Binary file
|
media/wysiwyg/ante/btn_paypal_checkout.gif
DELETED
Binary file
|
media/wysiwyg/ante/cirrur.png
DELETED
Binary file
|
media/wysiwyg/ante/facebook.png
DELETED
Binary file
|
media/wysiwyg/ante/master.png
DELETED
Binary file
|
media/wysiwyg/ante/paypal.png
DELETED
Binary file
|
media/wysiwyg/ante/right-adv-green.png
DELETED
Binary file
|
media/wysiwyg/ante/right-adv-yellow.png
DELETED
Binary file
|
media/wysiwyg/ante/right-adv.png
DELETED
Binary file
|
media/wysiwyg/ante/twitter.png
DELETED
Binary file
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ma2_Ante_Theme</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>MA2 Ante free theme for Magento is a nice theme for any kind of eCommerce store with modern and clean design.</summary>
|
10 |
<description>MA2 Ante free theme for Magento is a nice theme for any kind of eCommerce store with modern and clean design. This theme introduces many innovative features and offers tons of customizable options, giving you total control over your store's look and feel.</description>
|
11 |
-
<notes>Version number: 1.0.
|
12 |
<authors><author><name>Magenmarket.com</name><user>taxzin</user><email>trungdt@omegatheme.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Ma2"><dir name="All"><dir name="Helper"><file name="Data.php" hash="ab1acb8c7140df61e0cc1c19bda7a1d6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9e1f55ce0e5915b7b22d87e94d4da9ea"/><file name="config.xml" hash="4d746930c0b268e9f4553498807507fa"/><file name="system.xml" hash="1305d4780b1b3f9fabeeda54d5151896"/></dir></dir><dir name="ThemeOptions"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Font_unused.php" hash="d306d85d31b426dbc60f706587f6984a"/><file name="Fontpreview.php" hash="41ec7e5b1e7e205093187a14fd62aafa"/><file name="Fonts_unused.php" hash="aa93f5db892b4f63c947aac66aee16fb"/><file name="Fontscript_unused.php" hash="7647b3a9b3a76dbbf258fb696cf7faea"/><file name="Heading.php" hash="96242f17c716d4b26cb87080c22c5b8d"/><file name="Images.php" hash="4b930da483317804ba0eb6607143a333"/><file name="Imagessmall.php" hash="ebc3842056043627df531d536f7b915d"/><file name="OColor.php" hash="9aa3adbe2d507aaacd00225f6a63392f"/><file name="Patern.php" hash="05e73cbb62a73f4fde4a30e0e18324ac"/></dir></dir></dir></dir></dir><dir name="Html"><file name="Ma2blocks.php" hash="0266716f84c4b6b79e2431dce53de532"/></dir><file name="ThemeOptions.php" hash="41feb3d850405fabbe008ed78a94b8a1"/></dir><dir name="Controller"><file name="Observer.php" hash="b3cbe5f66d2833e0b756b4aca442cb67"/></dir><file name="Exception.php" hash="792000965cba28739e331b41e7a28f28"/><dir name="Helper"><file name="Data.php" hash="e4afe15fffa622b111c891b46fa0231e"/></dir><dir name="Model"><file name="Backgroundposition.php" hash="e63863c290c00f15e433fa60b9839410"/><file name="Backgroundrepeat.php" hash="361da05c8ed2a5e90635f58d1dbe355f"/><file name="Fontreplacement.php" hash="89dcbbad8af505d96217bfa1b19fde21"/><file name="Fonts.php" hash="e31d4eefa19760bf9599756f9f1154f3"/><file name="Gfont_unused.php" hash="d26aa89981f112cae6c0cf0b4402494a"/><file name="Presetstyles.php" hash="71badc0d99596c9746fcceb71fbe20ba"/><file name="Productpagelayout.php" hash="d856b16c3ff421f998f3e4d0c019cbef"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1d4848c2af44b13a5c857cbe8b38711b"/><file name="config.xml" hash="a45e84deb41bb6cd66489f6c8427eb06"/><file name="system.xml" hash="f3fd3e2288f24f741fecd10832cc3aa9"/></dir></dir><dir name="WidgetProductList"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Widget"><file name="Chooser.php" hash="1e360a9c2bda2d983ddbdb7ae49f5c17"/></dir></dir></dir></dir><file name="BestSelling.php" hash="697ef437a6e6c5d95c1956a9d529bc3f"/><file name="Custom.php" hash="dd45ad2c86f0d1c75ba9ef1f1ea69a8f"/><file name="Featured.php" hash="836390ff87314459f7ae6259471e978d"/><file name="New.php" hash="6ac3dfea53a5af6362e87ca8d5b5a0fd"/></dir><dir name="Helper"><file name="Data.php" hash="3caaab0f90368a5553340cd34c4a1da2"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WidgetProductListController.php" hash="f35424c63f52326c58492d5415c0e60c"/></dir></dir><dir name="etc"><file name="config.xml" hash="6904e011ddc3774557523948ef4ac632"/><file name="widget.xml" hash="1324551255bb9b1c3e7a7f5894a51066"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="ma2"><dir name="ante"><dir name="layout"><file name="local.xml" hash="98bdf604f7034ba976ea65ebc50aa7ce"/><file name="ma2_all.xml" hash="60da2a96f1c431e35c409190c269af68"/><file name="ma2_featuredproducts.xml" hash="108241eff2765bc7ad26d91b3e1f6a52"/><file name="ma2_manufacturers.xml" hash="3f8d91a399743d36d6be63b691af4a21"/><file name="ma2_slideshow.xml" hash="54262d771569e94d95f8c88e43ae794c"/><file name="ma2_widgetproductlist.xml" hash="7b6b844308092196474568315a4cb5bf"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><file name="price.phtml" hash="e60f8e05e59160cc27a6dbbc10f5eeef"/><dir name="view"><file name="price.phtml" hash="6ae1d98411fc1e3569904b074422f743"/><file name="tierprices.phtml" hash="764aff5162dcd21af0b5e51b8629e5aa"/></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="0b1f0494bb1000e68efb69b5251b5d24"/></dir><dir name="navigation"><file name="category_list.phtml" hash="188e208962ac4f13c63f6bbd2874bdac"/></dir><dir name="product"><dir name="list"><file name="related.phtml" hash="6f80db9d16332aa14edbb661969e28bd"/></dir><file name="list.phtml" hash="a691662c3bafab02458ca244a4630a77"/><file name="price.phtml" hash="84de204d42492571a44a24ddb800f150"/><dir name="view"><file name="additional.phtml" hash="7bab9dbcc43d46b0aa057dd92547e49e"/><file name="addto.phtml" hash="f2efe1b27846df5dd5b499b9ee586137"/><file name="addtocart.phtml" hash="46193d167fe2492dd843bfb3c1ebc4e6"/><file name="price.phtml" hash="9079642ba52c32d0ec2cfbe77b1f855d"/><file name="price_clone.phtml" hash="6f2c18e5997c74f9dd30ab80dbfdf7c5"/><file name="tierprices.phtml" hash="84ac36aacec5395338ce0e98f97789bd"/><dir name="type"><file name="default.phtml" hash="82627a4a59f05968fec3ae25f33b5201"/><file name="onlyprice.phtml" hash="bb9370c6815ab3252c98ceb371faeccf"/></dir></dir><file name="view.phtml" hash="fde8df2b1698a3d17cf895f1d20598cc"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="b1a507b1f7a7cb832b068647599b798d"/><file name="result.phtml" hash="b1e4ce41e5e31f0e9295030aab77f2f1"/></dir><file name="form.mini.phtml" hash="0462885994fb6012ea7807885516c89e"/><file name="result.phtml" hash="c2bdfc4b0599094a83456dd6f17d4c77"/><file name="term.phtml" hash="d5d0883f5f685228ad5e87ce294b5821"/></dir><dir name="checkout"><dir name="cart"><file name="sidebar.phtml" hash="60ba33198d00a949296c7e06c2b854f7"/></dir></dir><dir name="ma2_featuredproducts"><file name="block.phtml" hash="6cbeaaddae374641a7bbe0b3907c4890"/><file name="standalone.phtml" hash="5609584b7ea61686d0e04f33cbd7b93c"/><file name="standalone_list.phtml" hash="9c6977d451b5e83d36099c8a2bbf352e"/><file name="widget.phtml" hash="1452f66b5d2ec6c59661914c4c2652a3"/></dir><dir name="ma2_manufacturers"><file name="default.phtml" hash="9173f3418ff5ed7bbfd704faf2c72c33"/><file name="grid.phtml" hash="08d52968fee8932a2e12d237460fc416"/><file name="slider.phtml" hash="697658f0d16b3cd507885a2c51ff3d1c"/></dir><dir name="ma2_slideshow"><file name="slideshow.phtml" hash="0c9835e74f8b25af16044c6793a0c57e"/></dir><dir name="ma2_widgetproductlist"><dir name="bestselling"><file name="default.phtml" hash="fecf11d449d5ce39a2ce9031cca0b05f"/></dir><dir name="custom"><file name="default.phtml" hash="f354342adf8f39f5b641405154fbaf07"/></dir><dir name="featured"><file name="default.phtml" hash="47d4c188d9be486e6e68de54e20afe3f"/><file name="sidebar.phtml" hash="47d4c188d9be486e6e68de54e20afe3f"/></dir><dir name="new"><file name="default.phtml" hash="2939d101e9ecdb3a7c1608dab3b5331c"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="a7a0f3e165b3ee606791ffe72aade076"/></dir><dir name="page"><file name="1column.phtml" hash="38f77211c7a81bdc015475c8576ddeee"/><file name="2columns-left.phtml" hash="2a80e033fdab5ae23d04d7bc7cbb9f77"/><file name="2columns-right.phtml" hash="ad942aba544d24ac06edf92547406179"/><file name="3columns.phtml" hash="04d301eb035a5a119dcdc86b91cbdc35"/><file name="empty.phtml" hash="11d6841d6dfa2ad0c366fb11c26068af"/><dir name="html"><file name="banner-bottom.phtml" hash="52935f89641f964d22ad830dab7319bf"/><file name="bannerimg.phtml" hash="3d4201d62a169ca6cf06a1dff941636e"/><file name="block-right-adv.phtml" hash="97264c7c3cf240238ea0d476cbb5cedc"/><file name="breadcrumbs.phtml" hash="e59769a867b9610f8b8a613f47cf3d87"/><file name="footer.phtml" hash="bdd5351d41d06b6591af8ab915be0c46"/><file name="head.phtml" hash="fd9156b79d1b3154ec60cecd992f291c"/><file name="header.phtml" hash="26fd7adb17f94aa5f1ad60d7c488bc6d"/><file name="ie7ie8.phtml" hash="b7bb5e230deb759e406c9ac334d4bb1d"/><file name="ma2blocks.phtml" hash="604d4fc10f45a8733d6e728c921effeb"/><file name="ma2blocks_simple.phtml" hash="f1692a60fc2171de781b4757f66e3a20"/><file name="presetstyles.phtml" hash="0a5e771d3353ad9275b0af2bc52665e7"/><file name="topmenu.phtml" hash="4e2a7711ce9b708980c6974e1507a3ed"/></dir><dir name="js"><file name="calendar.phtml" hash="9461fd7deda2495b743ce17d405ecb28"/><file name="cookie.phtml" hash="ad57ca0a6409b2ce90448ae7c548e83f"/></dir><file name="popup.phtml" hash="97e855dcb940403ba9d3bcd64aa548de"/><file name="print.phtml" hash="e64d12aab7f325867fbaa303b8517307"/><file name="redirect.phtml" hash="8c3df16330cc29e52af3e13f32362e0c"/><dir name="switch"><file name="flags.phtml" hash="3d6dc469f573506ff0ed3b7258b23dbc"/><file name="languages.phtml" hash="f6c946bedc1e648efd462a8d7c029df4"/><file name="stores.phtml" hash="8d267ab0070362e52e37e5673bddf2c2"/></dir><dir name="template"><file name="container.phtml" hash="78db3f910f9f854d543cc803d72ca46c"/><file name="links.phtml" hash="635b0c8988769a600bdef89b9c7225d3"/><file name="linksblock.phtml" hash="162aa23949d5aafa5b97ee383a59a102"/></dir></dir><dir name="review"><dir name="helper"><file name="summary_nolinks.phtml" hash="2837e9929d4ec3ba004d0d5096d5d0e2"/><file name="summary_short.phtml" hash="149f172811db8865ceff577fd54562e5"/></dir><dir name="product"><dir name="view"><file name="list.phtml" hash="a1e006344a6eab3e5fdcc4cb4fa26243"/></dir></dir></dir><dir name="sales"><dir name="order"><file name="info.phtml" hash="9c7acf3910d7975fd59aaee43791cc67"/></dir></dir><dir name="tag"><file name="cloud.phtml" hash="c43e7720cabe7eed43cdadb73272f708"/><dir name="customer"><file name="recent.phtml" hash="5a0e8df1c878a4af48851f4195b8b963"/><file name="tags.phtml" hash="d89db268db068c59176954a8e4a31320"/><file name="view.phtml" hash="9f2ded5cb70ee9110550418e72074b38"/></dir><file name="list.phtml" hash="295239afaff72eae47790cfdaf93bd1d"/><file name="popular.phtml" hash="97e200f2a189c5902de455d1d62eeeab"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ma2_all.xml" hash="59880296e6923687e89609aed7b59c31"/><file name="ma2_manufacturers.xml" hash="69cc11ed5c2071515fec633a32bb31da"/><file name="ma2_slideshow.xml" hash="4639f81b3c9940886de9728d1ca7fd0e"/><file name="ma2themeoptions.xml" hash="d7df84aa3d6b7d957c686b351a280ef1"/></dir><dir name="template"><dir name="ma2_manufacturers"><file name="default.phtml" hash="7601d2a952f365fde9ddb4e1fb40d82a"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ma2_FeaturedProducts.xml" hash="16d387ab5054356fbd463c53f66ac517"/><file name="Ma2_ThemeOptions.xml" hash="4af215fb95222a691c8dd6c8cab22da6"/><file name="Ma2_WidgetProductList.xml" hash="0f48525be76ad4040b110ce4b625d24f"/><file name="Ma2_All.xml" hash="1f6125faeadf108fc81b1a03b4574d59"/><file name="Ma2_Slideshow.xml" hash="e3710f123f60a3ff4b14a66f8daab002"/><file name="Ma2_Manufacturers.xml" hash="fe2286cf7cebd98749e60304714b4aaa"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="ma2"><dir name="js"><dir name="colorchooser"><file name="arrow.gif" hash="5034704a76cd55c1cbcbc58ea6bf523f"/><file name="cross.gif" hash="ba9a274b9323753cd95bc3b1eb2f4e5f"/><file name="hs.png" hash="fefa1a03d92ebad25c88dca94a0b63db"/><file name="hv.png" hash="990d71cada17da100653636cf8490884"/><file name="index.html" hash="1c7b413c3fa39d0fed40556d2658ac73"/><file name="jscolor.js" hash="619885c5c4e1051c891456349033838e"/></dir><dir name="webfonts"><file name="gwebfonts.json" hash="ad404c3742482d806be07d839a62528c"/><file name="gwebfonts.seri" hash="6b9de260ce8bfb8e91f2add5c7b07950"/><file name="index.html" hash="8a3edb0428f11a404535d9134c90063f"/><file name="webfont.js" hash="9e088b08f277b45164e0e10b79d6a99c"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="ma2"><dir name="ante"><dir name="css"><file name="blue.css" hash="b9854cf2b48dbca70a041d2f33c555d7"/><file name="custom.css" hash="ce7facd881e00888469aac795a1aa181"/><file name="green.css" hash="6f33a806adc777b50ad0115efd2f83d3"/><dir name="ma2_featuredproducts"><file name="ma2_featuredproducts.css" hash="66a245ed5084280d1bda992bfef31263"/></dir><dir name="ma2_manufacturers"><dir name="css"><file name="frontend.css" hash="9cd840ae745f165b34527eddfe700515"/></dir><dir name="images"><file name="btn-brand-next.png" hash="4f5e06a71474bb200e368dc316461547"/><file name="btn-brand-prevous.png" hash="08c432929a551f6f0a587bc964086c27"/></dir><dir name="js"><file name="carousel-min.js" hash="cfd7a8d08a6dca87e4211a400877716e"/></dir></dir><dir name="ma2_widgetproductlists"><dir name="images"><file name="bg-btn-details.gif" hash="02a5d0f00efe5a5bdc1435ed97548492"/><file name="blank.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/><file name="closelabel.gif" hash="54aaeb7f166c6d731a49aee2212521fa"/><file name="loading.gif" hash="7e99e1159a3686f6aa4f90043c554483"/><file name="nextlabel.gif" hash="870ceef6bffe67dec9aa6b112eb4561b"/><file name="prevlabel.gif" hash="2d845a54233d8d4fecb0c337505e0d1e"/><file name="sale.png" hash="8b3167ea472d905b498fb6561c718dee"/></dir><file name="lightbox.css" hash="88742dc4485b0074ee5fdb41ef959094"/><file name="ma2_widgetproductlists.css" hash="20ba371b156249877220b321eecd71a7"/></dir><dir name="ma2slideshow"><dir name="images"><file name="desc-bg.png" hash="a8d7cb13b2dc537225c780ad5837c3d0"/><file name="next-prev.png" hash="a462e72c9445fe8c31bfbfde9943df80"/><file name="pix.gif" hash="7ad866406509775de63f33224decc101"/><file name="proto_controls_bg.png" hash="617e2194cfc44442c2fefabc6efe5399"/><file name="proto_controls_pause_play_bg.png" hash="d7b80e3375a34dd657e4b1eddf38b2e0"/></dir><file name="protoshow.css" hash="a509d98ff34b9b5d7edf8eb4aa77c828"/><file name="styles.css" hash="a8df639757b8fea7e433738806bcfbd3"/></dir><file name="print.css" hash="004c7755dd6c046f22a4f4db5825d449"/><file name="styles-ie-7-blue.css" hash="e017adaa0a0e351bf4627a850ff30a1f"/><file name="styles-ie-7-green.css" hash="bbc8bd2695677a742a9a7374e3d370da"/><file name="styles-ie-7-yellow.css" hash="c38d9f84bad2623752babb498e9b03cb"/><file name="styles-ie-7.css" hash="7d97a63bf19782ab1f70ce489611241a"/><file name="styles-ie-8-blue.css" hash="a79202f985b8d71908cf87b31a4661e9"/><file name="styles-ie-8-green.css" hash="8bff59adfbb7042687768896838ca9d4"/><file name="styles-ie-8-yellow.css" hash="23f85b75635b2fc87ac91c68d76cbc5d"/><file name="styles-ie-8.css" hash="96e1059f7ec61c387b341f1601eb435a"/><file name="styles-ie.css" hash="40436c3301a2028f55e6dcbf8a88ed11"/><file name="styles.css" hash="7d75f39b6ddb1c5f07a90fa20b85dcdc"/><file name="template.css" hash="980ed47074d01648848d12918183aea2"/><file name="yellow.css" hash="c1f748fbbc35d4d98796f1c5b1e8fa95"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="apptocart-blue.png" hash="fed816cde039602bbb49f58fea5e0b0e"/><file name="apptocart-green.png" hash="c4c2be61f7b2f17940d945ce56ecafd9"/><file name="apptocart-yellow.png" hash="ba439b900b1a3847c6f18db2872a4cbd"/><file name="apptocart.png" hash="ba439b900b1a3847c6f18db2872a4cbd"/><file name="apptocarthover-yellow.png" hash="72f80bf1cff694c5ae7174b731823ab3"/><file name="apptocarthover.png" hash="72f80bf1cff694c5ae7174b731823ab3"/><file name="banner-bottom.png" hash="1cfa8aaa663ac575fbca920f39a4adc9"/><file name="banner3-blue.png" hash="0a51d5d8808823d7fe2aa0c22ac93769"/><file name="banner3-green.png" hash="cee63c4dda4b13fe10b4a480fe09053d"/><file name="banner3-yellow.png" hash="f5ebc5a8e37a7c708449e962a22b1060"/><file name="banner3.png" hash="f5ebc5a8e37a7c708449e962a22b1060"/><file name="banner4-blue.png" hash="9af834aac53a8b7ebb4e94689e7305f8"/><file name="banner4-green.png" hash="af96247b461856963b0fc4d89879242e"/><file name="banner4-yellow.png" hash="ddcce59b81cf5c92038f6595ca8f723b"/><file name="banner4.png" hash="ddcce59b81cf5c92038f6595ca8f723b"/><file name="bg-btn-details.gif" hash="02a5d0f00efe5a5bdc1435ed97548492"/><file name="bg-center.png" hash="13d8a031bae542313dafee0da45f1978"/><file name="bg.png" hash="c52c888bebb45b9a45f6dac40febe8d6"/><file name="bgcontent.png" hash="78912e616761978ab5d37a9be6e9bba4"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="blue.gif" hash="2ad6457d69124be85889d55efcd36046"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_search.png" hash="69325391e13df8fcdf5f9f3166aa8eeb"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="buttonshopcart.png" hash="58934c32cb9a60716ab6d469e6689dcc"/><file name="buttonshopcartgreenblue.png" hash="ecc7f5dcce6b46b99959334014238116"/><file name="cart-blue.png" hash="413e5e3898748fbb96c33fdfdeda5439"/><file name="cart-green.png" hash="05e626d6f75220a41b6e3e245b55dff4"/><file name="cart-yellow.png" hash="570624ac421c8dd92e4a35673cce7eb2"/><file name="cart.png" hash="570624ac421c8dd92e4a35673cce7eb2"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="desktop.gif" hash="15152b4d83a1e45e742267ce31bc3b53"/><file name="entry_edit_head_arrow_down.gif" hash="fb306fdc333999393f1c3d4894f2e311"/><file name="entry_edit_head_arrow_up.gif" hash="7f2505a592e818a09fbae437200ec88e"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="favicon-blue.png" hash="7c858117b343a5c5a870cdd9afe55b0c"/><file name="favicon-green.png" hash="10d108ad86aad2e7a3e44219c4fb548c"/><file name="favicon-yellow.png" hash="fb19269aa6c0764e0a518aa06036cac6"/><file name="favicon.png" hash="fb19269aa6c0764e0a518aa06036cac6"/><file name="fotter_bottom.png" hash="25a0b4df1bf3722159da1851c61b6730"/><file name="green.gif" hash="fbf04deb7ef4963ee228b01ab0ac70d0"/><file name="header-container-top.png" hash="118de39c842d9d5677649f18a95d6d89"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon-nav-sub.png" hash="568517a5a8cce94597b17fad8247fc59"/><file name="itembane.png" hash="bf3c54cfbf82d45d2ba1362864aa3a16"/><file name="itembaneactive-blue.png" hash="de110095e0055e8146ca93112b109d38"/><file name="itembaneactive-green.png" hash="1ea1634662747f27484ea09b946a9521"/><file name="itembaneactive-yellow.png" hash="ea0def48d306f235fdbdcc6f9695e196"/><file name="itembaneactive.png" hash="883197b68e68b7f1f41eb593407035d3"/><file name="loginleft.png" hash="04c885fe7c80b6739beab94ed8ac1888"/><file name="logo-blue.png" hash="c164d77b7ef90cb1c7a8de05c1f74813"/><file name="logo-green.png" hash="2071e4cfd5e4e0fd5bd61789f84c80d5"/><file name="logo-yellow.png" hash="fb19269aa6c0764e0a518aa06036cac6"/><file name="logo.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="logo.png" hash="fb19269aa6c0764e0a518aa06036cac6"/><file name="logo_email.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="logo_print.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="ma2-navigation-icon.gif" hash="8200ed9196ae9e131f55ee90459f20bf"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mainbottom.png" hash="389f5fa5b64e1c76a0a80e6610fa5cdb"/><file name="manufacturers.png" hash="a5573e522f98fe24b75b4f048d5ed9e2"/><file name="manufacturersright.png" hash="71a67414b6e70a4f621e768f687f3762"/><dir name="media"><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/></dir><file name="menuactive-blue.png" hash="475b761123161a4eb3dc3448bb73ee31"/><file name="menuactive-green.png" hash="07fe28b15a5a354d99eefe4e1e11bb86"/><file name="menuactive-yellow.png" hash="c324b358f1bd457930e9ec40e59c7f15"/><file name="menuactive.png" hash="c324b358f1bd457930e9ec40e59c7f15"/><file name="nav-item-blue.gif" hash="1a0b6b7a18f3337a7f740d3bb041efd8"/><file name="nav-item-none.gif" hash="4b0b990c9e36b7e793831edba6665f5a"/><file name="nav-item.gif" hash="8d6dca34a87abaabcb1305fb27b98e6c"/><file name="nav.png" hash="c7ee632ffd5db350a30ffeb0eb1be8dd"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="presetstyles-btn.png" hash="cf44291afc5e350cb43e1434d646988e"/><file name="right-adv-blue.png" hash="8c565958cb26d2cb55de7ae47368b920"/><file name="right-adv-green.png" hash="9d6dca6863def30a9ba475103445950c"/><file name="right-adv-yellow.png" hash="b8b6caaaa7fd386899eac237f5509b3f"/><file name="right-adv.png" hash="b8b6caaaa7fd386899eac237f5509b3f"/><file name="sale-blue.png" hash="8b3167ea472d905b498fb6561c718dee"/><file name="sale-green.png" hash="7a546b174758fab03f6e15508d3c100d"/><file name="sale-yellow.png" hash="9d48cbef20a4e7ef792668a3e21a0439"/><file name="sale.png" hash="9d48cbef20a4e7ef792668a3e21a0439"/><file name="screens.png" hash="028d0c53e0701d6984968bfc2b319ac6"/><file name="shoppingcart.png" hash="1743aaee53804573439030b18e2a5784"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="smartphone-landspace.gif" hash="ccf2ffa198094a29a9cbdf33f4a09936"/><file name="smartphone-portraint.gif" hash="cb1a66b98f14cf5080a9c4a1901b2ef1"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="submit.png" hash="82ae42e4a62ffe6c806304e39bc44496"/><file name="tablet-landscape.jpg" hash="b359efb229a7a50cf16da341aea2ea2f"/><file name="tablet-landspace.gif" hash="a0bfc89b8f3a604ef74483dbf4bb2d48"/><file name="tablet-portraint.gif" hash="13be5373d2e203efc2a6a3e5e43e09fe"/><file name="tablet-portrait.jpg" hash="eb6ffaf87607b44c8b153c078debda56"/><file name="titlebane.png" hash="16cfa48230bb7f43f8d3d0d9191a5246"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="yellow.gif" hash="e43ad05bb7adc950b28bbe20d25bf7c6"/></dir><dir name="js"><file name="ma2function.js" hash="478736b49a610a9703c8a818697390cf"/><dir name="ma2slideshow"><file name="protoshow.js" hash="4769c205951e10b7a7c8c9ff8bcfc773"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ma2_all"><file name="ma2all.css" hash="9c4db2cea69d0b7e2a03c149dc21749e"/><file name="ma2all.js" hash="a0e4d21d363f5b9cdfc4c6c0731f6b69"/></dir></dir></target><target name="magecommunity"><dir name="Ma2"><dir name="FeaturedProducts"><dir name="Block"><dir name="Adminhtml"><dir name="Edit"><file name="Grid.php" hash="ae37f45312fd41c2d5843e5181037181"/><dir name="Renderer"><file name="Name.php" hash="b364c639fd67541f58511d11e128d898"/><file name="Thumbnail.php" hash="755157f8b86d20d43a0fbd023cdea935"/><file name="Visibility.php" hash="d62bcb50131cfdf7eed8ca0b23a1417e"/></dir></dir><file name="Edit.php" hash="601249772cb0d7380388b4c8b944898b"/></dir><file name="Block.php" hash="cee7eaa42ed2de8e9af9d0bf50b1a8ef"/><dir name="Standalone"><file name="List.php" hash="8c90d09df75da709d4428764fe4a820a"/></dir><file name="Widget.php" hash="8a87807d73180e1d6773ba20660f61fb"/></dir><dir name="Helper"><file name="Data.php" hash="9c30a8cd6b4fbba1bdeda4df047ef0e7"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Listtype.php" hash="c514edef11b62b3d87473db7c66c95a1"/><file name="Sortby.php" hash="177f9e2760c3fdb53061480b33160ed3"/><file name="Sortdir.php" hash="bc6ebbfbab6a38b114f7f5ae08fa78aa"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="FeaturedController.php" hash="4f942bb642e8a6c5a9b4d51c980746a6"/></dir><file name="IndexController.php" hash="3541706337d4d872e928bc8ca702e896"/></dir><dir name="etc"><file name="adminhtml.xml" hash="bc2752c6656df2f59228bf1b4282ce05"/><file name="config.xml" hash="759309e4a8ef710aac34344ffc23ebbc"/><file name="system.xml" hash="bd735f0377c40a316a1de65699b0bbf9"/><file name="widget.xml" hash="51be9caa9175d68586d1b7264bba44d5"/></dir><dir name="sql"><dir name="featuredproducts_setup"><file name="mysql4-install-1.0.0.php" hash="f7e8e84dec381087c97ef09cf9b2cca8"/></dir></dir></dir><dir name="Manufacturers"><dir name="Block"><dir name="Adminhtml"><dir name="Default"><file name="Form.php" hash="259359860587e7637f39f6a80262e6b9"/></dir><file name="Default.php" hash="75cef7a35e97e716e4670da7ca362fc6"/></dir><file name="List.php" hash="ba74d9da21126087f47fc0e848f90460"/></dir><dir name="Helper"><file name="Data.php" hash="0fa59568787759b6a1f85a3a09353765"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Manuid.php" hash="d2e704aee5eb328c8b3a89dbed7bf148"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="DefaultController.php" hash="3de8f10797848bc9cb423e007be28e2b"/></dir><file name="IndexController.php" hash="fe162badc87a69efd9f97f276e2045af"/></dir><dir name="etc"><file name="adminhtml.xml" hash="a5d6652dab7bb42f4a968cf2e73d330c"/><file name="config.xml" hash="5e5500414fcade1186829c8eb28ba54b"/><file name="system.xml" hash="a60ab0ea94b79d56884a768aba7e41a5"/></dir></dir><dir name="Slideshow"><dir name="Block"><dir name="Adminhtml"><dir name="Slideshow"><dir name="Edit"><file name="Form.php" hash="48efe58baedc4b5ad199926319371c07"/><dir name="Tab"><file name="Form.php" hash="4ad8476192edc6d54409505c993ab755"/></dir><file name="Tabs.php" hash="296aaa24916f76d515f6f84b77d4baa0"/></dir><file name="Edit.php" hash="18b7220c936d0af1b9ac7f957e35dcef"/><file name="Grid.php" hash="1024a833339d728c48bae7530a0e2f29"/></dir><file name="Slideshow.php" hash="51008276205ecdd1effeaa006dc3a096"/></dir><file name="Slideshow.php" hash="11e1b8339b2124e6975b49071c1af87d"/></dir><dir name="Helper"><file name="Data.php" hash="d6f056ba406477f0f3fd06db8fbe7bb1"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Slideshow"><file name="Collection.php" hash="23e5387ec52cbc6ddbafbd4a8dcf7912"/></dir><file name="Slideshow.php" hash="7fc0c08f1efc2836e1d9aef8e42949e0"/></dir><file name="Slideshow.php" hash="a64edb9ce39e79891fd09ee523d213ee"/><file name="Slideshowselect.php" hash="d142f4eab50c70a162e65f3ab725da30"/><file name="Status.php" hash="77be19eaa7631125af8ddf7d181f3c15"/><file name="Transitiontype.php" hash="fd7e78def47ccd1f400345232f27bcde"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SlideshowController.php" hash="61812050476fe2cfbf78b4189d238eea"/></dir><file name="IndexController.php" hash="64297a33eaafd7bf79ff1d7a688a830e"/></dir><dir name="etc"><file name="config.xml" hash="dffd62699f267c1d904c109e9b7763b8"/><file name="system.xml" hash="e0e535833f49d6647b92fd2a9c13792a"/><file name="widget.xml" hash="6f9e816d407fc37a8ab25df894ea5ade"/></dir><dir name="sql"><dir name="slideshow_setup"><file name="mysql4-install-0.1.0.php" hash="30af78f191ad28f86c1da9de1eeb3cbf"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="ma2"><dir name="images"><dir name="default"><file name="favicon-blue.png" hash="7c858117b343a5c5a870cdd9afe55b0c"/><file name="favicon-blue_1.png" hash="7c858117b343a5c5a870cdd9afe55b0c"/><file name="favicon-green.png" hash="10d108ad86aad2e7a3e44219c4fb548c"/><file name="favicon-yellow.png" hash="fb19269aa6c0764e0a518aa06036cac6"/><file name="logo-blue.png" hash="7c858117b343a5c5a870cdd9afe55b0c"/><file name="logo-blue_1.png" hash="7c858117b343a5c5a870cdd9afe55b0c"/><file name="logo-blue_2.png" hash="c164d77b7ef90cb1c7a8de05c1f74813"/><file name="logo-green.png" hash="10d108ad86aad2e7a3e44219c4fb548c"/><file name="logo-green_1.png" hash="2071e4cfd5e4e0fd5bd61789f84c80d5"/><file name="logo-yellow.png" hash="fb19269aa6c0764e0a518aa06036cac6"/></dir></dir></dir><dir name="ma2slideshow"><file name="banner120140226061703.png" hash="8eda2cc830a3c984496732a579651d16"/><file name="banner220140226061852.png" hash="2f1d8ad17ca76646ffc36455a849f51c"/><dir name="thumbnail"><file name="banner120140226061703.png" hash="0f0fa919275aa19c2db66ee528a52b92"/><file name="banner220140226061852.png" hash="fc5ce44b42987bc69b96b2a83b234a84"/></dir></dir><dir name="manufacturers"><file name="Adidas.png" hash="6ebd7271162dd7ab1c925aef8cfee354"/><file name="Cabelas.png" hash="ce0b59c914c987f99ab5e193c5683085"/><file name="Levis.png" hash="972f2d4553dd278fa67955c497c2dff3"/><file name="PaylorMade.png" hash="f484c3590e925dec460ac496ad69a91c"/><file name="Reebok.png" hash="a064846c40025119341d02b5ec2fb413"/><file name="TCMMY.png" hash="1894dd0f2ed157a0c07e12377bbc0ce2"/><file name="noimage.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><dir name="resized"><file name="Adidas.png" hash="a5f4b2ac01434cc4ce584604ac6f719a"/><file name="Cabelas.png" hash="36bfb71504209efe91b6b6bc9562e2f0"/><file name="Levis.png" hash="ca3d6e046b57ba12881986a4e07460d4"/><file name="PaylorMade.png" hash="be444868d98cdadd905818999b271c2f"/><file name="Reebok.png" hash="e90c84baf1eb79c96ea6e55def9a913d"/><file name="TCMMY.png" hash="e506ea6b936ab4851c1007543fea501f"/><file name="noimage.jpg" hash="93040423df30fc0be299db2263148a26"/></dir></dir><dir name="wysiwyg"><dir name="ante"><file name="banner1.png" hash="8eda2cc830a3c984496732a579651d16"/><file name="banner2.png" hash="2f1d8ad17ca76646ffc36455a849f51c"/><file name="banner3-blue.png" hash="0a51d5d8808823d7fe2aa0c22ac93769"/><file name="banner3-green.png" hash="cee63c4dda4b13fe10b4a480fe09053d"/><file name="banner3-yellow.png" hash="f5ebc5a8e37a7c708449e962a22b1060"/><file name="banner3.png" hash="f5ebc5a8e37a7c708449e962a22b1060"/><file name="banner4-blue.png" hash="9af834aac53a8b7ebb4e94689e7305f8"/><file name="banner4-green.png" hash="af96247b461856963b0fc4d89879242e"/><file name="banner4-yellow.png" hash="ddcce59b81cf5c92038f6595ca8f723b"/><file name="banner4.png" hash="ddcce59b81cf5c92038f6595ca8f723b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="cirrur.png" hash="f2f1edabb32094cdd4afe428da72a1d8"/><file name="facebook.png" hash="d24d59d9150704969b63c5cd1b4acffe"/><file name="master.png" hash="8f5c499dd749cc2ad51d99c75390835b"/><file name="paypal.png" hash="c91ce224604ca2952df599defe85d8ee"/><file name="right-adv-blue.png" hash="8c565958cb26d2cb55de7ae47368b920"/><file name="right-adv-green.png" hash="9d6dca6863def30a9ba475103445950c"/><file name="right-adv-yellow.png" hash="b8b6caaaa7fd386899eac237f5509b3f"/><file name="right-adv.png" hash="b8b6caaaa7fd386899eac237f5509b3f"/><file name="twitter.png" hash="d9c1dd598f2ab66dd3f8ea3ac38dfd9b"/><file name="visa.png" hash="63ab222907aaeab6402b3d6e3ad0c9e3"/></dir><dir name=".thumbs"><dir name="wysiwyg"><dir name="ante"><file name="banner1.png" hash="a6a75a37fa1791ddd080801b81b847e5"/><file name="banner2.png" hash="6c827954082b3e3b4cf7002886264e67"/><file name="banner3-blue.png" hash="9e69e389a4177cf5aedfe92bdfa07ca6"/><file name="banner3-green.png" hash="53ff1169a0fc242c84290dd857b0a6f7"/><file name="banner3-yellow.png" hash="60561b93b3b43f0487dc78f6f7ac7d4f"/><file name="banner3.png" hash="60561b93b3b43f0487dc78f6f7ac7d4f"/><file name="banner4-blue.png" hash="bafca15d8aa207909772364235b4c13a"/><file name="banner4-green.png" hash="64ce29e9867b3d5b8b0c586d23cbb714"/><file name="banner4-yellow.png" hash="8b5186519f7eab47bea86d88e3dbba20"/><file name="banner4.png" hash="8b5186519f7eab47bea86d88e3dbba20"/><file name="btn_paypal_checkout.gif" hash="a20d7c4917a3a52ef2aeee9e9d87a9a5"/><file name="cirrur.png" hash="296ab7276e78c01ca06448baeb98daae"/><file name="facebook.png" hash="d61ef81c9f8af70f59c2221987c97302"/><file name="master.png" hash="b5c6ca0d237ab69f221d20d23f52a7ed"/><file name="paypal.png" hash="51551afa26ade28fa2b8af728195af3b"/><file name="right-adv-blue.png" hash="12fdb578c3095212401a4f026d6c6618"/><file name="right-adv-green.png" hash="6e34f321fd17dc1bbde01f44e3bd96c4"/><file name="right-adv-yellow.png" hash="55c249cbeacd5c4035cec34a61518b85"/><file name="right-adv.png" hash="55c249cbeacd5c4035cec34a61518b85"/><file name="twitter.png" hash="95b2142cca3e1929274a3dde42ef48fe"/><file name="visa.png" hash="c61660cd1bea329b972fd15a5b98567b"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ma2_Ante_Theme</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>MA2 Ante free theme for Magento is a nice theme for any kind of eCommerce store with modern and clean design.</summary>
|
10 |
<description>MA2 Ante free theme for Magento is a nice theme for any kind of eCommerce store with modern and clean design. This theme introduces many innovative features and offers tons of customizable options, giving you total control over your store's look and feel.</description>
|
11 |
+
<notes>Version number: 1.0.2 Stability: Stable Compatibility: 1.7, 1.8</notes>
|
12 |
<authors><author><name>Magenmarket.com</name><user>taxzin</user><email>trungdt@omegatheme.com</email></author></authors>
|
13 |
+
<date>2014-05-21</date>
|
14 |
+
<time>07:12:02</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Ma2"><dir name="All"><dir name="Helper"><file name="Data.php" hash="ab1acb8c7140df61e0cc1c19bda7a1d6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9e1f55ce0e5915b7b22d87e94d4da9ea"/><file name="config.xml" hash="4d746930c0b268e9f4553498807507fa"/><file name="system.xml" hash="1305d4780b1b3f9fabeeda54d5151896"/></dir></dir><dir name="FeaturedProducts"><dir name="Block"><dir name="Adminhtml"><dir name="Edit"><file name="Grid.php" hash="ae37f45312fd41c2d5843e5181037181"/><dir name="Renderer"><file name="Name.php" hash="b364c639fd67541f58511d11e128d898"/><file name="Thumbnail.php" hash="755157f8b86d20d43a0fbd023cdea935"/><file name="Visibility.php" hash="d62bcb50131cfdf7eed8ca0b23a1417e"/></dir></dir><file name="Edit.php" hash="601249772cb0d7380388b4c8b944898b"/></dir><file name="Block.php" hash="cee7eaa42ed2de8e9af9d0bf50b1a8ef"/><dir name="Standalone"><file name="List.php" hash="8c90d09df75da709d4428764fe4a820a"/></dir><file name="Widget.php" hash="8a87807d73180e1d6773ba20660f61fb"/></dir><dir name="Helper"><file name="Data.php" hash="9c30a8cd6b4fbba1bdeda4df047ef0e7"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Listtype.php" hash="c514edef11b62b3d87473db7c66c95a1"/><file name="Sortby.php" hash="177f9e2760c3fdb53061480b33160ed3"/><file name="Sortdir.php" hash="bc6ebbfbab6a38b114f7f5ae08fa78aa"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="FeaturedController.php" hash="4f942bb642e8a6c5a9b4d51c980746a6"/></dir><file name="IndexController.php" hash="3541706337d4d872e928bc8ca702e896"/></dir><dir name="etc"><file name="adminhtml.xml" hash="bc2752c6656df2f59228bf1b4282ce05"/><file name="config.xml" hash="759309e4a8ef710aac34344ffc23ebbc"/><file name="system.xml" hash="bd735f0377c40a316a1de65699b0bbf9"/><file name="widget.xml" hash="51be9caa9175d68586d1b7264bba44d5"/></dir><dir name="sql"><dir name="featuredproducts_setup"><file name="mysql4-install-1.0.0.php" hash="f7e8e84dec381087c97ef09cf9b2cca8"/></dir></dir></dir><dir name="Manufacturers"><dir name="Block"><dir name="Adminhtml"><dir name="Default"><file name="Form.php" hash="c8525c37ce77cb247234edbf2fe3af08"/></dir><file name="Default.php" hash="bd994567632b7eae510d0977a94897b8"/></dir><file name="List.php" hash="fc15ecbbbc6de44e143da62695d82b59"/></dir><dir name="Helper"><file name="Data.php" hash="cde35c1672668ab8b132ad11046d2d2e"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Manuid.php" hash="3461e20af22f5ea516d40e3dc2046199"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="DefaultController.php" hash="3e62ddd8b57ec2779785e3d43c4ffb97"/></dir><file name="IndexController.php" hash="3fa0f3cf6542752eed3bad8207c0f11f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="b83c1a2662abe5575f1af96634d5d124"/><file name="config.xml" hash="6581d79a26120782a67d20fd2ffd5f05"/><file name="system.xml" hash="e488aba114aff4ae24f7ae5b0bc5b003"/></dir></dir><dir name="Slideshow"><dir name="Block"><dir name="Adminhtml"><dir name="Slideshow"><dir name="Edit"><file name="Form.php" hash="48efe58baedc4b5ad199926319371c07"/><dir name="Tab"><file name="Form.php" hash="4ad8476192edc6d54409505c993ab755"/></dir><file name="Tabs.php" hash="296aaa24916f76d515f6f84b77d4baa0"/></dir><file name="Edit.php" hash="18b7220c936d0af1b9ac7f957e35dcef"/><file name="Grid.php" hash="1024a833339d728c48bae7530a0e2f29"/></dir><file name="Slideshow.php" hash="51008276205ecdd1effeaa006dc3a096"/></dir><file name="Slideshow.php" hash="11e1b8339b2124e6975b49071c1af87d"/></dir><dir name="Helper"><file name="Data.php" hash="d6f056ba406477f0f3fd06db8fbe7bb1"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Slideshow"><file name="Collection.php" hash="23e5387ec52cbc6ddbafbd4a8dcf7912"/></dir><file name="Slideshow.php" hash="7fc0c08f1efc2836e1d9aef8e42949e0"/></dir><file name="Slideshow.php" hash="a64edb9ce39e79891fd09ee523d213ee"/><file name="Slideshowselect.php" hash="d142f4eab50c70a162e65f3ab725da30"/><file name="Status.php" hash="77be19eaa7631125af8ddf7d181f3c15"/><file name="Transitiontype.php" hash="fd7e78def47ccd1f400345232f27bcde"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SlideshowController.php" hash="61812050476fe2cfbf78b4189d238eea"/></dir><file name="IndexController.php" hash="64297a33eaafd7bf79ff1d7a688a830e"/></dir><dir name="etc"><file name="config.xml" hash="dffd62699f267c1d904c109e9b7763b8"/><file name="system.xml" hash="e0e535833f49d6647b92fd2a9c13792a"/><file name="widget.xml" hash="6f9e816d407fc37a8ab25df894ea5ade"/></dir><dir name="sql"><dir name="slideshow_setup"><file name="mysql4-install-0.1.0.php" hash="30af78f191ad28f86c1da9de1eeb3cbf"/></dir></dir></dir><dir name="ThemeOptions"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Font_unused.php" hash="d306d85d31b426dbc60f706587f6984a"/><file name="Fontpreview.php" hash="7def3112317f420465acab7fd3509459"/><file name="Fonts_unused.php" hash="aa93f5db892b4f63c947aac66aee16fb"/><file name="Fontscript_unused.php" hash="7647b3a9b3a76dbbf258fb696cf7faea"/><file name="Heading.php" hash="96242f17c716d4b26cb87080c22c5b8d"/><file name="Images.php" hash="4b930da483317804ba0eb6607143a333"/><file name="Imagessmall.php" hash="ebc3842056043627df531d536f7b915d"/><file name="OColor.php" hash="9aa3adbe2d507aaacd00225f6a63392f"/><file name="Patern.php" hash="05e73cbb62a73f4fde4a30e0e18324ac"/></dir></dir></dir></dir></dir><dir name="Html"><file name="Ma2blocks.php" hash="0266716f84c4b6b79e2431dce53de532"/></dir><file name="ThemeOptions.php" hash="41feb3d850405fabbe008ed78a94b8a1"/></dir><dir name="Controller"><file name="Observer.php" hash="b3cbe5f66d2833e0b756b4aca442cb67"/></dir><file name="Exception.php" hash="792000965cba28739e331b41e7a28f28"/><dir name="Helper"><file name="Data.php" hash="e4afe15fffa622b111c891b46fa0231e"/></dir><dir name="Model"><file name="Backgroundposition.php" hash="e63863c290c00f15e433fa60b9839410"/><file name="Backgroundrepeat.php" hash="361da05c8ed2a5e90635f58d1dbe355f"/><file name="Fontreplacement.php" hash="89dcbbad8af505d96217bfa1b19fde21"/><file name="Fonts.php" hash="e31d4eefa19760bf9599756f9f1154f3"/><file name="Gfont_unused.php" hash="d26aa89981f112cae6c0cf0b4402494a"/><file name="Presetstyles.php" hash="b8a14367915f36148f33b69c0ac28415"/><file name="Productpagelayout.php" hash="d856b16c3ff421f998f3e4d0c019cbef"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1d4848c2af44b13a5c857cbe8b38711b"/><file name="config.xml" hash="82dae438102172f209d2baf2844b6419"/><file name="system.xml" hash="f3fd3e2288f24f741fecd10832cc3aa9"/></dir></dir><dir name="WidgetProductList"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Widget"><file name="Chooser.php" hash="fdf3f700694976ccd7c9322fb2eafbfa"/></dir></dir></dir></dir><file name="Bestselling.php" hash="dffeef755064b98d00b384e476829dc6"/><file name="Custom.php" hash="2afd65bf0c443c59094f6cfb2f3e7c8d"/><file name="Featured.php" hash="9a249bb5b3f9a7b1c8ce63a8f276556e"/><file name="New.php" hash="035f83a6396829da50df04ee7633a8f4"/></dir><dir name="Helper"><file name="Data.php" hash="0c5a1ceb732d5ab585f184efb3583af3"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WidgetProductListController.php" hash="e8f1e5a18af99bc2323b45d25cbf98e1"/></dir></dir><dir name="etc"><file name="config.xml" hash="6904e011ddc3774557523948ef4ac632"/><file name="widget.xml" hash="5d2eb6febabfcf5392a2ba8d84aa9416"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="ma2"><dir name="ante"><dir name="layout"><file name="local.xml" hash="75276a902284ff2e67e561a7beaaf9dc"/><file name="ma2_featuredproducts.xml" hash="62b7aa3327695fa153ad2ad31d0132c0"/><file name="ma2_slideshow.xml" hash="c60d4c6887547971a59098d5504d7ad5"/><file name="ma2_widgetproductlist.xml" hash="a39cf2813b5a5f95eaeb3f9eb79139d1"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="layer"><file name="filter.phtml" hash="56edab8e32973f5f657908eae213d165"/><file name="ma2price.phtml" hash="508d711915c9b4c159a3ac18db0efe76"/><file name="view.phtml" hash="561f244e27b6f6017d1d5bc365242b27"/></dir><dir name="navigation"><file name="category_list.phtml" hash="f29fe58ba2a829be9dc466c0eb606e22"/></dir><dir name="product"><dir name="list"><file name="related.phtml" hash="544c17bc83ccc3e1438755a806b04e91"/><file name="toolbar.phtml" hash="c3183db40111012e0604e59c1a116112"/><file name="upsell.phtml" hash="6123cc5f93abae3d56b0bec29cd5d7ab"/></dir><file name="list.phtml" hash="88f66a66a6d7b69616d660cd84f5c602"/><file name="new.phtml" hash="ca5ad0a54120e75f0eebecdc1a979e79"/><file name="price.phtml" hash="f4b03f32f683fc20d3bc3ac3609586bd"/><dir name="view"><file name="addtocart.phtml" hash="c817ac504816c3c98cb88ece2d730cd9"/><file name="media.phtml" hash="1be8f4ea6e54f9a97e220f28931c4f50"/><file name="media.phtml-" hash="0eae1168eccf0a5663939da939119242"/></dir><file name="view.phtml" hash="7eef3d89fea74a52eb0c6104ce198acc"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="22b8c03f3eda4366c4dd0632ccee079e"/></dir><dir name="checkout"><file name="success.phtml" hash="ef00664771dab9c6029935f05b01e1d3"/></dir><dir name="ma2_manufacturers"><file name="default.phtml" hash="ca121d0bb6123f6d38dde86c0bccd890"/><file name="grid.phtml" hash="a4b9a592be6e80c0768c69e88eca20c5"/><file name="slider.phtml" hash="d891f487183c99562d3c0345d980c2c4"/></dir><dir name="ma2_slideshow"><file name="slideshow.phtml" hash="6e3f82c785760338e6ec4ef011c9b2cd"/></dir><dir name="ma2_widgetproductlist"><dir name="bestselling"><file name="default.phtml" hash="dafc4a8c60415118bd6f1232536bfa79"/></dir><dir name="custom"><file name="default.phtml" hash="1bf06005d9e83ccfefec9b295871fbed"/></dir><dir name="featured"><file name="default.phtml" hash="c0bf23df0d8a616b9a439cffb2172705"/></dir><dir name="new"><file name="default.phtml" hash="0769f07aaac7a869e7c272f10343842d"/></dir></dir><dir name="page"><file name="1column.phtml" hash="2b0782149526d7d127ed4e6e7fd46a1f"/><file name="2columns-left.phtml" hash="2f41aa367e0cd191d99517310061ef09"/><file name="2columns-right.phtml" hash="c0511f988ecc1f419abc51d0573fd971"/><file name="3columns.phtml" hash="7505e5893982520f5cec2ef458b889f0"/><dir name="html"><file name="breadcrumbs.phtml" hash="4f5c040a6884a6d89393e44c22d6a28b"/><file name="categoriesbox.phtml" hash="9fddc74c1aba386ba2ba2adc6a0c7b0a"/><file name="footer.phtml" hash="0675ed19ba00527d7300f0f899b5958b"/><file name="head.phtml" hash="414e504434ad019f6e6fe0df54702a67"/><file name="header.phtml" hash="0bcd1764fdf632f50f0b79ab79459945"/><file name="ma2blocks.phtml" hash="604d4fc10f45a8733d6e728c921effeb"/><file name="ma2blocks_simple.phtml" hash="f1692a60fc2171de781b4757f66e3a20"/><file name="presetstyles.phtml" hash="84b61ae16c8d4bbf779486eecd2914aa"/><file name="topmenu.phtml" hash="2497120dd1c25b1789f79cb21b3169f8"/></dir></dir><dir name="reports"><file name="home_product_viewed.phtml" hash="65b2fe24705b2747ec29b2dcfd3dc4b3"/></dir></dir></dir><dir name="default"><dir name="layout"><file name="local.xml" hash="aaa22accf8af6b69730d171ba7c0c6a1"/><file name="ma2_widgetproductlist.xml" hash="a39cf2813b5a5f95eaeb3f9eb79139d1"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="navigation"><file name="category_list.phtml" hash="188e208962ac4f13c63f6bbd2874bdac"/></dir></dir><dir name="ma2_widgetproductlist"><dir name="bestselling"><file name="default.phtml" hash="dafc4a8c60415118bd6f1232536bfa79"/></dir><dir name="custom"><file name="default.phtml" hash="a82f92c10c851d5875cc31c1692c12c5"/></dir><dir name="featured"><file name="default.phtml" hash="23fc321ef919aa795710e0c3a06c3dda"/></dir><dir name="new"><file name="default.phtml" hash="0769f07aaac7a869e7c272f10343842d"/></dir></dir><dir name="page"><file name="1column.phtml" hash="bee01bd41e904465ba141a13c20476cb"/><file name="2columns-left.phtml" hash="d8b6060f0d7e73de594350f2c9749394"/><file name="2columns-right.phtml" hash="d86676e2dd050c685f572811bab5b925"/><file name="3columns.phtml" hash="2cb0f81d535f49c93beecccac839670c"/><dir name="html"><file name="footer.phtml" hash="c303baeaa9ee58d59f9c407fa442f65a"/><file name="head.phtml" hash="12cce90d7a052957211f4a9c5a8107bd"/><file name="header.phtml" hash="16544ee358f9cf8b01d5ac2cda507e3c"/><file name="ma2blocks.phtml" hash="604d4fc10f45a8733d6e728c921effeb"/><file name="ma2blocks_simple.phtml" hash="f1692a60fc2171de781b4757f66e3a20"/><file name="presetstyles.phtml" hash="f868ee74ca6432367881ef931eb86420"/><file name="topMenu.phtml" hash="30851f45293768c1318a68a6b916c9df"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ma2_all.xml" hash="59880296e6923687e89609aed7b59c31"/><file name="ma2_manufacturers.xml" hash="b94fae9c5e6ca3634f85bf56f69720bb"/><file name="ma2_slideshow.xml" hash="4639f81b3c9940886de9728d1ca7fd0e"/><file name="ma2themeoptions.xml" hash="d7df84aa3d6b7d957c686b351a280ef1"/></dir><dir name="template"><dir name="ma2_manufacturers"><file name="default.phtml" hash="5d1a759d4338e782d9f056a257736134"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ma2_FeaturedProducts.xml" hash="f6ccc5f9965ecb1c4b9abeeea5f7327d"/><file name="Ma2_ThemeOptions.xml" hash="4af215fb95222a691c8dd6c8cab22da6"/><file name="Ma2_WidgetProductList.xml" hash="e54cac6465a17437691c535c68d1c165"/><file name="Ma2_All.xml" hash="1f6125faeadf108fc81b1a03b4574d59"/><file name="Ma2_Slideshow.xml" hash="ccfeb2fdba8e30dd731e28abdc0896b9"/><file name="Ma2_Manufacturers.xml" hash="f269a60c8dc3f7a6156779ed39618d22"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="ma2"><dir name="js"><dir name="colorchooser"><file name="arrow.gif" hash="5034704a76cd55c1cbcbc58ea6bf523f"/><file name="cross.gif" hash="ba9a274b9323753cd95bc3b1eb2f4e5f"/><file name="hs.png" hash="fefa1a03d92ebad25c88dca94a0b63db"/><file name="hv.png" hash="990d71cada17da100653636cf8490884"/><file name="index.html" hash="1c7b413c3fa39d0fed40556d2658ac73"/><file name="jscolor.js" hash="619885c5c4e1051c891456349033838e"/></dir><dir name="webfonts"><file name="gwebfonts.json" hash="ad404c3742482d806be07d839a62528c"/><file name="gwebfonts.seri" hash="6b9de260ce8bfb8e91f2add5c7b07950"/><file name="index.html" hash="8a3edb0428f11a404535d9134c90063f"/><file name="webfont.js" hash="9e088b08f277b45164e0e10b79d6a99c"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="ma2"><dir name="ante"><dir name="css"><file name="blue.css" hash="89131882678c19124bc7608f428d8e2a"/><file name="custom.css" hash="79e925a7c22c378af38368996e4e9a97"/><dir name="fonts"><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="green.css" hash="aadac8958f7d9c6120268e53bb75ce7a"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><dir name="ma2slideshow"><dir name="images"><file name="desc-bg.png" hash="a8d7cb13b2dc537225c780ad5837c3d0"/><file name="next-prev.png" hash="a462e72c9445fe8c31bfbfde9943df80"/><file name="pix.gif" hash="7ad866406509775de63f33224decc101"/><file name="proto_controls_bg.png" hash="617e2194cfc44442c2fefabc6efe5399"/><file name="proto_controls_pause_play_bg.png" hash="d7b80e3375a34dd657e4b1eddf38b2e0"/></dir><file name="protoshow.css" hash="be581f5f55ea9037fbcd1457ed49ffa3"/><file name="styles.css" hash="622ff7460f0a50bebbfe9543185e756b"/></dir><file name="navmain.css" hash="b38bf860a654eec4465f6cfb103ddd0d"/><file name="print.css" hash="004c7755dd6c046f22a4f4db5825d449"/><file name="red.css" hash="6138b3d6760eb17cde14177eb0856efb"/><file name="styles-ie.css" hash="8e9503f98714dc7785d90f6ae60d84ae"/><file name="styles.css" hash="0c782114a0d4393f2828e7fe970197f8"/><file name="template.css" hash="b1e14834b0e3f70e2c33b43667c6c9c3"/><file name="yellow.css" hash="f3663965328ed6d46015188ece55ebbf"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_rating.png" hash="a5c141f40ef0d0fdda7dd234a3b53a7c"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><dir name="blue"><file name="icon-saleoff.png" hash="39993c9f4df76a4e8442a48b707e344c"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="logo.png" hash="7c858117b343a5c5a870cdd9afe55b0c"/><file name="toolbar-mode.png" hash="61390d75bc2d11d6fd1b4c736d706daa"/></dir><file name="body-bg.png" hash="94b617b1f85abcf842d9a988984e5083"/><file name="breadcrumbs-arrow.png" hash="da4228dddb9f323dec57ff9905d9927e"/><file name="btn-bg.png" hash="6641d25ae40bbb3b066cdefdf767bb7a"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cart-icon.png" hash="413e5e3898748fbb96c33fdfdeda5439"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="color-stars.png" hash="93c2c59c95b98a48730baf87be1e3c65"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><dir name="demo"><file name="dribble.png" hash="641d5583a2594ba1ba668befc5d65d3c"/><file name="facebook.png" hash="031916ad4d7721c0b349144bc8b6158f"/><file name="flickr.png" hash="ba16984cbd00bf9fcddf166e177eee2c"/><file name="forrst.png" hash="0eccbb2373bf7917164dfff4fc4e1ec1"/><file name="googleplus.png" hash="eeb541c944ed86eec81901d6f6ce7a60"/><file name="icon-address.png" hash="5e09d26c91b03fc6c7a673fc7cf2c463"/><file name="icon-email.png" hash="46996f27b7842fb4eee6d44e1df840ec"/><file name="icon-phone.png" hash="cd72a03a9ebe888a7387bebd8bca7997"/><file name="icon-support.png" hash="7d88a06a09cacd5c6ac234996e101168"/><file name="linkedin.png" hash="7b118dd3849f6a2d6b9dd13bc9307c41"/><file name="myspace.png" hash="6496236ab48d11f7f011275692382717"/><file name="skype.png" hash="1d79b068784895a595a5e411418c29a9"/><file name="toolbar-mode-active.png" hash="8c025e73a550763a437f2adb872b9b35"/><file name="toolbar-mode.png" hash="8a71d594eef75ef6d0f9ee628f0ce5f4"/><file name="twitter.png" hash="1d4f4d379c7a2f7f6a3ee2a8b25c4c19"/><file name="vimeo.png" hash="0145725421ee389d396db4917dca8265"/></dir><file name="desc-active-icon.png" hash="ae776b0b884106351350e6098bf3ff50"/><file name="desc-icon.png" hash="e963c19511fa480c505a639f45497f66"/><file name="email-bg.png" hash="a06ac286ac5cac8a7ed4253276d5dbd4"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="filter-submit-btn.png" hash="954d72515434d08f5ed04bdda3f91649"/><file name="gototop.png" hash="c2cefcd0b6c2f2f90494ffd7910d2064"/><dir name="green"><file name="btn-bg.png" hash="b89498dd8c38cda3bf847f5ab4f8fc15"/><file name="cart-icon.png" hash="05e626d6f75220a41b6e3e245b55dff4"/><file name="icon-saleoff.png" hash="ed6f86b642aa17d21cc16f9ca2d247b1"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="logo.png" hash="10d108ad86aad2e7a3e44219c4fb548c"/><file name="nav-active.png" hash="5b55202fc895763ff7788ab8316c2d30"/></dir><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon-bottom-list.png" hash="bb02b03dbebac331d0fa41867cfbe45d"/><file name="icon-cart.png" hash="dd05bdf83f80b08adc42e496c19744ff"/><file name="icon-email.png" hash="903f6e3f6031005c60be6f438b84aa84"/><file name="icon-home.png" hash="856f62a1cbebd551388d75a362a4fb4e"/><file name="icon-saleoff.png" hash="ed6f86b642aa17d21cc16f9ca2d247b1"/><file name="icon-search.png" hash="30162d1cd066215a2331c030c95314a7"/><file name="icon_external_link.gif" hash="8ecf69be84c175a6949219e77d542bfa"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="loginleft.png" hash="04c885fe7c80b6739beab94ed8ac1888"/><file name="logo.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="logo.png" hash="7c858117b343a5c5a870cdd9afe55b0c"/><file name="logo_email.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="logo_print.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mainbottom.png" hash="389f5fa5b64e1c76a0a80e6610fa5cdb"/><file name="mainbottom1-bg.png" hash="934081dbcd84d5337d64fdfd835747f4"/><file name="manufacturers-border.png" hash="71a67414b6e70a4f621e768f687f3762"/><file name="manufacturers.png" hash="a5573e522f98fe24b75b4f048d5ed9e2"/><dir name="media"><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="next-prev-page.png" hash="eee63c08e4e1e8dcfa0d9ca6e0c48101"/></dir><file name="menusub-overbg.png" hash="a774dedf66590c1bcc484885ada4d999"/><file name="nav-active.png" hash="646f637949e8506fb0e021be7817d0e6"/><file name="next-page.png" hash="f6d13615fa7d0a835125261a1fce78d8"/><file name="next-prev-page.png" hash="eee63c08e4e1e8dcfa0d9ca6e0c48101"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="1006d2ecb5da19933b5f6a6175b0ccd0"/><file name="pager_arrow_right.gif" hash="77038160a96768c472775301b2facaa4"/><file name="presetstyles-btn.png" hash="322f43456e811fc0a6bdb42376821d64"/><file name="prev-page.png" hash="669d9ebb56ba84d9d451a11f0cb5661e"/><file name="product-details-addtocart-btn.png" hash="42423506249f2f8a0c3c4eaae682ac8f"/><file name="product-image-bottombg.png" hash="d3a2c64fe9e7b2f109bea601aabc36a7"/><file name="review-active-icon.png" hash="2771f5e9b6560b4c8acd5fd5bc67efa3"/><file name="review-icon.png" hash="7b27406335d2759df00a67fc0c902dcc"/><file name="search-btn.png" hash="2d0f164d3bd5469819b6484e3a74275a"/><file name="search-submit.png" hash="b22d8e4a00e775f3722918816c998e02"/><file name="searchButton.png" hash="d67967c710ed41b896cc987423499461"/><file name="ship-next-day.png" hash="13d8a031bae542313dafee0da45f1978"/><file name="sidebar-arrow.png" hash="edd095d1221eb2d82d7b58846bfe13df"/><file name="sidebar-dotted.png" hash="3cda9f5c1c3f91810d41b9216aea96e0"/><file name="slider-controls.png" hash="04d40fbe81111593033280e6cefffb7f"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slideshow-next-prev-btn.png" hash="401135b5004cacb6d83c18d85aed71de"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="stock-icon.png" hash="fee386561279544625bf0a5aef4e5665"/><file name="styles-button.png" hash="d1582a68b7d649f58fc4267c908d5cde"/><file name="submenu-arrow.png" hash="034d906d8c9c7d85deaa5864a99d194d"/><file name="submenu-bg.png" hash="13b2028192a80aff23b4a5335641da93"/><file name="tags-active-icon.png" hash="c3e41417901de10a4ad275d22eb62610"/><file name="tags-icon.png" hash="3a1915579bfe259df934107b5bbf46ce"/><file name="toolbar-mode-active.png" hash="f1004a605d00437ffe8d0c3e65abe984"/><file name="toolbar-mode.png" hash="fc55b1b702d60eec5f1b977edf9cec1b"/><file name="top-bg.png" hash="f6a097655b5399162f7353d44609b2ea"/><file name="topmenu-arrow.png" hash="61fdff4e7ed06e47f4c1010c771a6de8"/><file name="totop.png" hash="c2cefcd0b6c2f2f90494ffd7910d2064"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="yellow"><file name="btn-bg.png" hash="1f0b3b6d691f9ef47d0606f4b46d77eb"/><file name="btn-overbg.png" hash="e6c8fd5492c2d16568f5a2b9c0c7daa9"/><file name="cart-icon.png" hash="570624ac421c8dd92e4a35673cce7eb2"/><file name="logo.png" hash="b31fd3368ba80c35118f9e67762f8832"/></dir><file name="zoom-icon.png" hash="83f6aeab3393d14b3db074234e97c529"/></dir><dir name="js"><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><dir name="ma2slideshow"><file name="protoshow.js" hash="4769c205951e10b7a7c8c9ff8bcfc773"/></dir></dir><dir name="lib"><file name="carousel-min.js" hash="cfd7a8d08a6dca87e4211a400877716e"/><file name="fancyzoom.min.js" hash="a58b5536bfbc01d2c94ff3475be34d2f"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="ma2_featuredproducts"><file name="ma2_featuredproducts.css" hash="66a245ed5084280d1bda992bfef31263"/></dir><dir name="ma2_widgetproductlist"><dir name="images"><file name="blank.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/><file name="closelabel.gif" hash="54aaeb7f166c6d731a49aee2212521fa"/><file name="loading.gif" hash="7e99e1159a3686f6aa4f90043c554483"/><file name="nextlabel.gif" hash="870ceef6bffe67dec9aa6b112eb4561b"/><file name="prevlabel.gif" hash="2d845a54233d8d4fecb0c337505e0d1e"/></dir><file name="ma2_widgetproductlist.css" hash="bab90da832047e927342724ec79b2c2f"/></dir></dir><dir name="default"><dir name="css"><file name="blue.css" hash="85489763ffa73306f8236422f0a5422b"/><file name="custom.css" hash="c5a41f586c35742fff2cf08005dabfe2"/><file name="green.css" hash="3938f3d5ba922118196254458f576d14"/><file name="navmain.css" hash="861b0b64c776295db308e8a54b48dd16"/><file name="print.css" hash="004c7755dd6c046f22a4f4db5825d449"/><file name="red.css" hash="6138b3d6760eb17cde14177eb0856efb"/><file name="styles-ie.css" hash="8e9503f98714dc7785d90f6ae60d84ae"/><file name="styles.css" hash="5d8db2983428b0cf459ff0049e5c4ce6"/><file name="template.css" hash="9bf989098d6e5a2ee1fbaa928a98d006"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="logo.png" hash="445da09ebfdf1185e1af2c2ff7bc9c5a"/><file name="logo_email.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="logo_print.gif" hash="c4b38c73c19a1dcf1488838795c26031"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><dir name="media"><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/></dir><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="presetstyles-btn.png" hash="cf44291afc5e350cb43e1434d646988e"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ma2_all"><file name="ma2all.css" hash="9c4db2cea69d0b7e2a03c149dc21749e"/><file name="ma2all.js" hash="a0e4d21d363f5b9cdfc4c6c0731f6b69"/></dir></dir></target><target name="magemedia"><dir name="ma2"><dir name="demo"><file name="american-express.png" hash="0b99817b1eca7078669a493680be01d9"/><file name="banner-1.jpg" hash="46efac62530e500b3382e513c8dbce24"/><file name="banner-2.png" hash="a51cf919b48a09bc64abc588cc82d529"/><file name="cirrus.png" hash="f24d9780b15a9e373916bc075fcba704"/><file name="mastercard.png" hash="d0b91bd495c64c91fa2af3fc8242a9ff"/><file name="paypal.png" hash="2c0a90244ac5cf6b1e583e340549999d"/><file name="right-adv.png" hash="8c565958cb26d2cb55de7ae47368b920"/><file name="visa-electron.png" hash="680bd7ca8f7aa3ad94070dcbbe800dc4"/><file name="visa.png" hash="63ab222907aaeab6402b3d6e3ad0c9e3"/></dir></dir><dir name="ma2slideshow"><file name="120140220030600.png" hash="718862fdd005c2d589b28bc5f7b127f4"/><file name="220140220030751.png" hash="e40af961e06295609b4649f219ce90ad"/><file name="320140220030834.png" hash="3ef448befc7516d89aa1df4f5a614cfc"/><file name="420140220031004.png" hash="afe8de9a0fe8b23dbe76aa60a521ab92"/><dir name="thumbnail"><file name="120140220030600.png" hash="1aa5fef8a5d573cbfd359bfc17d4ef35"/><file name="220140220030751.png" hash="966db3fb43eabd2f419ae850bce49246"/><file name="320140220030834.png" hash="961cc8cb8fad89e6fb42287afa1f89bc"/><file name="420140220031004.png" hash="7467ee4d3661bafb1b31019a0427951b"/></dir></dir><dir name="manufacturers"><file name="manuf1.png" hash="14c94580fb613d144402bcc2748340b7"/><file name="manuf2.png" hash="f93aa0d89eed45f681c4d2fdb8cbfc87"/><file name="manuf3.png" hash="59f18a8af757658218e638c1f12b0092"/><file name="manuf4.png" hash="f3fc4f2ec8b38bcf79a6508228451183"/><file name="manuf5.png" hash="77d1c048fe55ba4b84769f1296a90d61"/><file name="manuf6.png" hash="522eeded82a7af485a9d9c80dde44368"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
skin/frontend/ma2/ante/css/blue.css
CHANGED
@@ -1,169 +1,21 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
-webkit-border-fit
|
3 |
-
/* Reset ================================================================================= */
|
4 |
/**
|
5 |
-
*
|
6 |
-
*
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
.
|
22 |
-
|
23 |
-
/*
|
24 |
-
|
25 |
-
.ma2-preset-style-blue ul#nav li.home { background: url(../images/menuactive-blue.png) repeat scroll 0 0 #ff4c29; margin-left: 5px; }
|
26 |
-
.ma2-preset-style-blue #nav li.home-yellow { background: url("../images/menuactive-blue.png") repeat scroll 0 0 transparent; }
|
27 |
-
.ma2-preset-style-blue #nav li.active a { color:#fff; }
|
28 |
-
.ma2-preset-style-blue ul#nav li.active { background: url("../images/menuactive-blue.png") repeat scroll 0 0 transparent; }
|
29 |
-
/* 1st Level */
|
30 |
-
.ma2-preset-style-blue #nav ul li { border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
|
31 |
-
.ma2-preset-style-blue #nav ul li,
|
32 |
-
#nav ul li.active { background: url(../images/menuactive.png) repeat scroll 0 0 #F4A910; float: none; margin: 0; padding-bottom: 1px; height:33px; }
|
33 |
-
.ma2-preset-style-blue #nav ul li.active { background: url(../images/menuactive-blue.png) repeat scroll 0 0 #f36d00; float: none; margin: 0; padding-bottom: 1px; height:33px; }
|
34 |
-
.ma2-preset-style-blue #nav ul a,
|
35 |
-
.ma2-preset-style-blue #nav ul a:hover { float:none; padding-left:10px; background:none; }
|
36 |
-
.ma2-preset-style-blue #nav ul li a { font-weight:normal !important; }
|
37 |
-
/* 2nd Level */
|
38 |
-
.ma2-preset-style-blue #nav ul,
|
39 |
-
.ma2-preset-style-blue #nav div { position:absolute; width:15em; top:53px; left:-10000px; border:0px solid #899ba5; }
|
40 |
-
.ma2-preset-style-blue #nav div ul { position:static; width:auto; border:none; }
|
41 |
-
/* 3rd+ Level */
|
42 |
-
.ma2-preset-style-blue #nav ul ul,
|
43 |
-
.ma2-preset-style-blue #nav ul div { top:26px;}
|
44 |
-
.ma2-preset-style-blue #nav ul li a { background: url(../images/menuactive-blue.png) repeat scroll 0 0 #f36d00; height: 26px; }
|
45 |
-
.ma2-preset-style-blue #nav ul li a:hover{ height:25px; background: url(../images/titlebane.png) repeat scroll 0 0 transparent; opacity:0.73; -o-opacity:0.73; -moz-opacity:0.73; -webkit-opacity:0.73; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=73)"; }
|
46 |
-
.ma2-preset-style-blue #nav ul li a,
|
47 |
-
.ma2-preset-style-blue #nav ul li a:hover { color:#fff !important; line-height: 28px; }
|
48 |
-
.ma2-preset-style-blue #nav ul span { padding:3px 15px 4px; }
|
49 |
-
#nav li ul li.first,
|
50 |
-
#nav li ul li.first a,
|
51 |
-
#nav li ul li.first a:hover,
|
52 |
-
#nav li.last ul.level0 li.first,
|
53 |
-
#nav li.last ul.level0 li.first a,
|
54 |
-
#nav li.last ul.level0 li.first a:hover,
|
55 |
-
#nav li.parent ul.level0 li.parent ul li.first,
|
56 |
-
#nav li.parent ul.level0 li.parent ul li.first a,
|
57 |
-
#nav li.parent ul.level0 li.parent ul li.first a:hover { border-radius: 0 8px 0 0; }
|
58 |
-
#nav ul li.last li span,
|
59 |
-
.ma2-preset-style-blue #nav ul li.last li span { padding:3px 15px 4px; }
|
60 |
-
.ma2-preset-style-blue #nav ul li.last { background:#ff4c29; background-image: url(../images/menuactive-blue.png); background-repeat: repeat; padding-bottom:0; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
61 |
-
.ma2-preset-style-blue #nav ul li.last a:hover { height:25px; background: url(../images/titlebane.png) repeat scroll 0 0 transparent; opacity:0.73; -o-opacity:0.73; -moz-opacity:0.73; -webkit-opacity:0.73; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=73)"; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
62 |
-
.ma2-preset-style-blue #nav ul li.last a,
|
63 |
-
.ma2-preset-style-blue #nav ul li.last a:hover { color:#fff !important; line-height: 28px; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
64 |
-
.ma2-preset-style-blue ul#nav li.last ul.level0 li.last a,
|
65 |
-
.ma2-preset-style-blue ul#nav li.last ul.level0 li.last a:hover { color:#fff !important; line-height: 28px; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
66 |
-
.ma2-preset-style-blue #nav li.last ul li a,
|
67 |
-
.ma2-preset-style-blue #nav li.last ul li a:hover { border-radius: 0; -o-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
|
68 |
-
.ma2-preset-style-blue #nav li.home-yellow a span { color:#606060; }
|
69 |
-
.ma2-preset-style-blue #nav li.active a { height: 26px; }
|
70 |
-
/* style for item menuTop */
|
71 |
-
.ma2-preset-style-blue ul#nav li.parent ul li.parent a { background: url("../images/bkg_nav2.gif") no-repeat scroll 170px 19px transparent; }
|
72 |
-
.ma2-preset-style-blue ul#nav li.parent ul li.parent { background: url("../images/menuactive-blue.png") repeat scroll 0 0 #FF4C29; }
|
73 |
-
.ma2-preset-style-blue ul#nav li.parent ul li.parent ul li a:hover { background: url(../images/titlebane.png) repeat scroll 0 0 transparent; }
|
74 |
-
.ma2-preset-style-blue ul#nav li.parent ul li.parent ul li a { background: url("../images/menuactive-blue.png") repeat scroll 0 0 #FF4C29; }
|
75 |
-
.ma2-preset-style-blue ul#nav li.parent ul li.parent ul li.last a { border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
76 |
-
ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png") repeat scroll 0 0 transparent; opacity:0.73; -o-opacity:0.73; -moz-opacity:0.73; -webkit-opacity:0.73; }
|
77 |
-
.products-grid-bar li.item { float: left; list-style: none outside none; text-align: left; width: 30%; }
|
78 |
-
/* Show menu */
|
79 |
-
#nav li ul.shown-sub,
|
80 |
-
#nav li div.shown-sub { left:0; z-index:999; }
|
81 |
-
#nav li .shown-sub ul.shown-sub,
|
82 |
-
#nav li .shown-sub li div.shown-sub { left:136px; }
|
83 |
-
/* Show menu blue*/
|
84 |
-
.ma2-preset-style-blue #nav li ul.shown-sub,
|
85 |
-
.ma2-preset-style-blue #nav li div.shown-sub { left:0; z-index:999; }
|
86 |
-
.ma2-preset-style-blue #nav li .shown-sub ul.shown-sub,
|
87 |
-
.ma2-preset-style-blue #nav li .shown-sub li div.shown-sub { left:136px; }
|
88 |
-
/* =========================================================== */
|
89 |
-
/* Add to Cart */
|
90 |
-
/* =================================================== */
|
91 |
-
.add-to-cart-blue-style5 button.button { border-radius: 18px 0 0 18px; padding-left: 10px; }
|
92 |
-
.add-to-cart-blue-style4 button.button { border-radius: 0px 8px 0px 8px; }
|
93 |
-
.add-to-cart-blue-style3 button.button { border-radius: 18px 18px 18px 18px; padding-left: 10px; padding-right: 10px; }
|
94 |
-
.add-to-cart-blue-style2 button.button { border-radius: 8px 0px 8px 0px; }
|
95 |
-
.add-to-cart-blue-style1 button.button { border-radius: 68px 5px 68px 5px; padding-left: 10px; padding-right: 10px; }
|
96 |
-
.add-to-cart-blue button.button,
|
97 |
-
.add-to-cart-blue-style1 button.button,
|
98 |
-
.add-to-cart-blue-style2 button.button,
|
99 |
-
.add-to-cart-blue-style3 button.button,
|
100 |
-
.add-to-cart-blue-style4 button.button,
|
101 |
-
.add-to-cart-blue-style5 button.button { background:url("../images/apptocart-blue.png") repeat scroll 10% 0 transparent; border: none; line-height: 27px; height: 27px; }
|
102 |
-
.add-to-cart-blue button.button:hover,
|
103 |
-
.add-to-cart-blue-style1 button.button:hover,
|
104 |
-
.add-to-cart-blue-style2 button.button:hover,
|
105 |
-
.add-to-cart-blue-style3 button.button:hover,
|
106 |
-
.add-to-cart-blue-style4 button.button:hover,
|
107 |
-
.add-to-cart-blue-style5 button.button:hover { background:url("../images/menuactive-blue.png") repeat scroll 10% 0 transparent; }
|
108 |
-
.add-to-cart-blue .button-shopping-cart button.button span,.add-to-cart-green .button-shopping-cart button.button span { background:url("../images/buttonshopcartgreenblue.png") repeat scroll 0 0 transparent; border: none; padding: 0px; }
|
109 |
-
.add-to-cart-blue .button-shopping-cart button.button span span { height: 30px; line-height: 30px; padding-left: 30px; padding-right: 10px; }
|
110 |
-
/* =============== */
|
111 |
-
.ma2-preset-style-blue .header .links li a span.ma2-cart { font-weight: none; color: #ff4c29; }
|
112 |
-
.ma2-preset-style-blue .header .links li a span.ma2-cart { font-weight: none; color: #00b2f6; }
|
113 |
-
.ma2-preset-style-blue button.button:hover { background:url("../images/menuactive-blue.png") repeat scroll 0 0 transparent; }
|
114 |
-
.ma2-preset-style-blue button.button { background:url("../images/apptocart-blue.png") repeat scroll 0 0 transparent; }
|
115 |
-
.ma2-preset-style-blue .button-shopping-cart button.button span { background:url("../images/buttonshopcartgreenblue.png") repeat scroll 0 0 transparent; }
|
116 |
-
.ma2-preset-style-blue .slideshow-title,
|
117 |
-
.ma2-preset-style-blue .block-cart .empty,
|
118 |
-
.ma2-preset-style-blue .call-toll-free .call-title,
|
119 |
-
.ma2-preset-style-blue .free_shipping .free_shipping-left .free_shipping_title,
|
120 |
-
.ma2-preset-style-blue .free_shipping_onorder,
|
121 |
-
.ma2-preset-style-blue .block-title-subscribe { color:#00B2F6; }
|
122 |
-
.ma2-preset-style-blue .cs-buttons a.cs-active { background:url("../images/itembaneactive-blue.png") no-repeat scroll 0 0px transparent; }
|
123 |
-
.ma2-preset-style-blue .free_shipping-right,
|
124 |
-
.ma2-preset-style-blue .call-toll-free .number-call { color:#ff4c29; }
|
125 |
-
.ma2-preset-style-blue .product-title h5 a,
|
126 |
-
.ma2-preset-style-blue .item-content .short-description-product { color:#333; padding-bottom: 10px;}
|
127 |
-
.ma2-preset-style-blue .special-price .price,
|
128 |
-
.ma2-preset-style-blue .regular-price .price,
|
129 |
-
.ma2-preset-style-blue .price-box .price,
|
130 |
-
.ma2-preset-style-blue .item-content .box-price .format-span-price2 { color:#FF4C29; }
|
131 |
-
.ma2-preset-style-blue .catalog-product-title .heading-box-product .format-span span,
|
132 |
-
.ma2-preset-style-blue .page-title h1, .ma2-preset-style-blue .page-title h2,
|
133 |
-
.ma2-preset-style-blue .summary .amount a span,
|
134 |
-
.ma2-preset-style-blue .item-title-view .heading-box-product .format-span span { color:#00B2F6; }
|
135 |
-
/* preset-style color for breadcrum */
|
136 |
-
/* ================================== */
|
137 |
-
.ma2-preset-style-blue li.home a,
|
138 |
-
.ma2-preset-style-blue li strong,
|
139 |
-
.ma2-preset-style-blue li a,
|
140 |
-
.ma2-preset-style-blue .box-view{ color:#333333; }
|
141 |
-
.ma2-preset-style-blue .products-list .product-name a { color:#333333; }
|
142 |
-
.ma2-preset-style-blue .f-fix-first .desc { color:#888888; }
|
143 |
-
/* preset-style for Icon New and Icon Available */
|
144 |
-
/* ================================================ */
|
145 |
-
.ma2-preset-style-blue .label-new { background-color:#ff4c29; }
|
146 |
-
/* preset-style for toolbar */
|
147 |
-
/* ============================= */
|
148 |
-
.ma2-preset-style-blue .toolbar-bottom .toolbar .pager .amount,
|
149 |
-
.ma2-preset-style-blue .block p.block-subtitle { color:#666666; }
|
150 |
-
.ma2-preset-style-blue .toolbar-bottom .toolbar .pager .pages strong,
|
151 |
-
.ma2-preset-style-blue .toolbar-bottom .toolbar .pager .pages ol li a,
|
152 |
-
.ma2-preset-style-blue .product-shop { color:#666666; }
|
153 |
-
.ma2-preset-style-blue .toolbar-bottom .toolbar .pager .pages ol li.current { font-weight:bold; font-size:12px; }
|
154 |
-
.ma2-preset-style-blue .toolbar-bottom .toolbar .pager .pages ol li.current { color:#00B2F6; }
|
155 |
-
.ma2-preset-style-blue .buttons-set a.f-left,
|
156 |
-
.ma2-preset-style-blue .a-center a { color:#ff4c29; font-style: italic; }
|
157 |
-
/* style for products details */
|
158 |
-
/* =========================================== */
|
159 |
-
.ma2-preset-style-blue .product-collateral,
|
160 |
-
.ma2-preset-style-blue .product-view .product-essential,
|
161 |
-
.ma2-preset-style-blue .product-view .product-collateral { padding-left:0px; padding-right:10px; }
|
162 |
-
/* style for footer */
|
163 |
-
/* =========================================== */
|
164 |
-
.ma2-preset-style-blue .footer-top-top,
|
165 |
-
.ma2-preset-style-blue .footer-top-bottom { float:left; width:100%; text-align:left; }
|
166 |
-
/* banner bottom ship next day */
|
167 |
-
.ma2-preset-style-blue .banner-bottom-blue { width: 100%; background:url("../images/bg-center.png") repeat-x scroll 0 0px transparent; height: 51px; color: #FFF; font-family: Arial; font-size: 24px; text-transform: uppercase; font-weight: bold; font-style: italic; line-height: 50px; text-align: center; }
|
168 |
-
.ma2-preset-style-blue .banner-bottom-blue a { text-transform: capitalize; text-decoration: none; color: #FFF; font-size: 12px; }
|
169 |
-
.ma2-preset-style-blue .footer a { color: #00B2F6; }
|
|
|
|
|
|
|
1 |
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: blue.css 13 2013-11-05 10:07:42Z minhnv $ */
|
21 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/custom.css
CHANGED
@@ -19,54 +19,2372 @@
|
|
19 |
**/
|
20 |
/* $Id: custom.css 15 2013-12-25 04:31:20Z minhnv $ */
|
21 |
|
|
|
|
|
22 |
* {
|
23 |
margin: 0;
|
24 |
-
padding: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
|
|
26 |
|
27 |
-
/*
|
28 |
-
|
29 |
-
|
30 |
-
position: fixed;
|
31 |
-
top: 0px;
|
32 |
-
z-index: 35101;
|
33 |
}
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
display: block;
|
39 |
}
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
left: 0;
|
44 |
-
padding: 10px;
|
45 |
-
position: fixed;
|
46 |
-
top: 30px;
|
47 |
-
z-index: 35101;
|
48 |
}
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
51 |
font-weight: normal;
|
52 |
-
|
|
|
|
|
53 |
}
|
54 |
-
|
55 |
-
|
56 |
-
margin-right: 5px;
|
57 |
-
margin-top: 2px;
|
58 |
-
width: auto;
|
59 |
}
|
60 |
-
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
62 |
}
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
font-size: 14px;
|
67 |
font-weight: normal;
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
/* MA2 BLOCKS */
|
72 |
.blocks-wrapper{
|
@@ -190,7 +2508,7 @@ fieldset#params_demo_preset label{
|
|
190 |
width: 32%;
|
191 |
}
|
192 |
.width33 {
|
193 |
-
width: 33.3333333333
|
194 |
}
|
195 |
.width34 {
|
196 |
width: 34%;
|
@@ -390,640 +2708,3 @@ fieldset#params_demo_preset label{
|
|
390 |
.width100 {
|
391 |
width: 100%;
|
392 |
}
|
393 |
-
|
394 |
-
|
395 |
-
/*================== Custom Css ================== */
|
396 |
-
/* ============================================================ */
|
397 |
-
.clear {
|
398 |
-
clear: both;
|
399 |
-
}
|
400 |
-
|
401 |
-
.max-width {
|
402 |
-
max-width: 100%;
|
403 |
-
}
|
404 |
-
|
405 |
-
button.button span {
|
406 |
-
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
407 |
-
border: medium none;
|
408 |
-
}
|
409 |
-
|
410 |
-
button.button { text-transform: uppercase; }
|
411 |
-
button.btn-cart { padding-left: 23px; line-height: 16px; }
|
412 |
-
button.btn-cart span {
|
413 |
-
display: block;
|
414 |
-
font-family: oswald;
|
415 |
-
font-size: 12pt;
|
416 |
-
font-weight: normal;
|
417 |
-
padding: 3px 8px;
|
418 |
-
text-align: center;
|
419 |
-
white-space: nowrap;
|
420 |
-
}
|
421 |
-
button.btn-submit {
|
422 |
-
background-color: #000000;
|
423 |
-
background-image: url("../images/submit.png");
|
424 |
-
border: 0 solid #333333;
|
425 |
-
color: #FFFFFF;
|
426 |
-
display: inline-block;
|
427 |
-
font-family: arial;
|
428 |
-
font-size: 12px;
|
429 |
-
font-weight: normal;
|
430 |
-
padding: 5px 10px;
|
431 |
-
text-decoration: none;
|
432 |
-
text-transform: capitalize;
|
433 |
-
}
|
434 |
-
.btn-detail {
|
435 |
-
background-color: #CACDD1;
|
436 |
-
background-image: url("../images/bg-btn-details.gif");
|
437 |
-
border: 1px solid #DDDDDD;
|
438 |
-
color: #333333;
|
439 |
-
display: inline-block;
|
440 |
-
font-family: oswald;
|
441 |
-
font-size: 12pt;
|
442 |
-
font-weight: normal;
|
443 |
-
margin-top: 4px;
|
444 |
-
padding: 0 10px 0 36px;
|
445 |
-
text-decoration: none;
|
446 |
-
text-transform: uppercase;
|
447 |
-
cursor: pointer;
|
448 |
-
}
|
449 |
-
|
450 |
-
/*========= CSS Preset Styles ========= */
|
451 |
-
/* ============================================================ */
|
452 |
-
#smenu{ position:fixed; right: -40px; top: 26%; z-index:9999; padding-top:4px; padding-bottom:4px; background-color: #FFFFF2; border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1); -o-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1); }
|
453 |
-
#smenu:hover { position:fixed; right: 0px; top: 26%; z-index:9999; transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
|
454 |
-
.below-menu { display:none; position:relative; width:99%; background-color:#EBEBEB; }
|
455 |
-
|
456 |
-
ul#devices { list-style: none outside none; position: relative; padding-left:40px; padding-top:20px; padding-bottom:20px; background:url("../images/nav-item.gif") no-repeat 0 0 transparent; }
|
457 |
-
ul#devices li a { display: inline-block; height: 28px; padding-left: 2px; text-decoration: none; }
|
458 |
-
ul#devices li#item-yellow a,
|
459 |
-
ul#devices li#item-blue a,
|
460 |
-
ul#devices li#item-green a { font-family:Arial: font-size:12px; font-weight:bold; }
|
461 |
-
ul#devices li#item-yellow a { color:#e96b07; }
|
462 |
-
ul#devices li#item-blue a { color:#00468C; }
|
463 |
-
ul#devices li#item-green a { color:#7ba62f; }
|
464 |
-
ul#devices li#item-blue-bg a { width:28px; background: url("../images/blue.gif") no-repeat scroll 0 0 transparent; }
|
465 |
-
ul#devices li#item-blue-bg a:hover { background: url("../images/blue.gif") no-repeat scroll 0 -30px transparent; }
|
466 |
-
ul#devices li#item-green-bg a { width:28px; background: url("../images/green.gif") no-repeat scroll 0 0 transparent; }
|
467 |
-
ul#devices li#item-green-bg a:hover { background: url("../images/green.gif") no-repeat scroll 0 -30px transparent; }
|
468 |
-
ul#devices li#item-yellow-bg a { width:28px; background: url("../images/yellow.gif") no-repeat scroll 0 0 transparent; }
|
469 |
-
ul#devices li#item-yellow-bg a:hover { background: url("../images/yellow.gif") no-repeat scroll 0 -30px transparent; }
|
470 |
-
|
471 |
-
|
472 |
-
/*====== Custom Header ======*/
|
473 |
-
/* ============================================================ */
|
474 |
-
.header-container, .nav-container, .main-container { background: none; }
|
475 |
-
.header-container {
|
476 |
-
background-attachment: scroll;
|
477 |
-
background-color: transparent;
|
478 |
-
background-image: url("../images/header-container-top.png");
|
479 |
-
background-position: 0 0;
|
480 |
-
background-repeat: repeat-x;
|
481 |
-
}
|
482 |
-
.header { padding: 0px; margin: 0 auto; }
|
483 |
-
.header .logo { margin: 0px; }
|
484 |
-
.header-top-links { float: left; line-height: 35px; font-size: 12px; color: #FFF; }
|
485 |
-
.header-top-link a { font-weight: bold; text-decoration: none; color: #f0f0f0; margin-left: 10px; }
|
486 |
-
.header-top-link a:hover { text-decoration: underline; }
|
487 |
-
.header-top { float: right; width: 717px; }
|
488 |
-
.header .form-search { background: none; float: left; position:relative; height: 35px; top: 50px; right: 0px; left: 50px; width: 458px; }
|
489 |
-
.header .form-search input.input-text {
|
490 |
-
height: 25px;
|
491 |
-
width: 350px;
|
492 |
-
margin-right: 0px;
|
493 |
-
border: 1px solid #dfdede;
|
494 |
-
border-right: none;
|
495 |
-
}
|
496 |
-
.header .form-search label { display: none; }
|
497 |
-
.header .form-search button.button span { background: none; height: 30px; padding: 0; }
|
498 |
-
.header .form-search button.button span span { background:url("../images/btn_search.png") no-repeat scroll 0 0 transparent; font-size: 0; height: 31px; width: 96px; margin: 0; padding: 0; }
|
499 |
-
.header .input-text-mini-search,
|
500 |
-
.header .button-mini-search { float:left; }
|
501 |
-
.header .quick-access { padding: 30px 0 0; margin:0px; width: 220px; float:right; }
|
502 |
-
.quick-access .links { width: 100%; height:35px; padding-top: 10px; padding-right: 0px; margin-top: 8px; }
|
503 |
-
|
504 |
-
.header .links li { background: none; float: right; font-size: 12px; font-weight: bold; padding: 0 8px; }
|
505 |
-
.header .links li a { text-decoration: none; }
|
506 |
-
.header .links li a span.ma2-cart span { color: #A4A4A4; font-weight: normal; }
|
507 |
-
.header .links li a span.ma2-cart,
|
508 |
-
.header .links li a span.ma2-checkout { font-weight: none; color: #FF4000; }
|
509 |
-
|
510 |
-
.omg-custom-link { width: 100%; }
|
511 |
-
.omg-link { width: 75%; float: left; }
|
512 |
-
.omg-icon-link { width: 25%; float: left; }
|
513 |
-
.omg-icon-img { margin-top: 14px; margin-right: 18px; }
|
514 |
-
|
515 |
-
.netq-login { float:right; width: 255px; height: 34px; background: url("../images/loginleft.png") no-repeat scroll 0 0 transparent; line-height: 34px; height: 34px; text-align: center; }
|
516 |
-
.netq-login a, .netq-login span { color: #FFF; margin-right: 5px; }
|
517 |
-
.netq-login a { color: #FFFFFF; text-decoration: underline; }
|
518 |
-
.netq-login .welcome-msg { font-size: 12px; text-align: center; }
|
519 |
-
|
520 |
-
input, select, textarea, button { color: #a4a4a4; }
|
521 |
-
|
522 |
-
|
523 |
-
/*====== Custom SlideShow, Banner Maintop 1 ======*/
|
524 |
-
/* ============================================================ */
|
525 |
-
.slideshow-maintop1{
|
526 |
-
float:left;
|
527 |
-
margin: 5px 0 15px 15px;
|
528 |
-
}
|
529 |
-
.banner-maintop1 {
|
530 |
-
float: right;
|
531 |
-
margin: 5px 15px 15px 0;
|
532 |
-
text-align: right;
|
533 |
-
}
|
534 |
-
.banner-bottom {
|
535 |
-
background-image: url("../images/banner-bottom.png");
|
536 |
-
background-repeat: repeat-x;
|
537 |
-
background-attachment: scroll;
|
538 |
-
background-position: 0 0;
|
539 |
-
background-color: transparent;
|
540 |
-
color: #FFFFFF;
|
541 |
-
font-family: Arial;
|
542 |
-
font-size: 24px;
|
543 |
-
font-style: italic;
|
544 |
-
font-weight: bold;
|
545 |
-
height: 51px;
|
546 |
-
line-height: 50px;
|
547 |
-
text-align: center;
|
548 |
-
text-transform: uppercase;
|
549 |
-
padding: 5px 15px;
|
550 |
-
}
|
551 |
-
.banner-bottom a {
|
552 |
-
color: #FFFFFF;
|
553 |
-
font-size: 12px;
|
554 |
-
text-decoration: none;
|
555 |
-
text-transform: capitalize;
|
556 |
-
}
|
557 |
-
.banner-maintop2 {
|
558 |
-
padding: 0 15px 5px;
|
559 |
-
}
|
560 |
-
.manufacturers-maintop3 {
|
561 |
-
background-image: url("../images/manufacturers.png");
|
562 |
-
background-repeat: repeat-x;
|
563 |
-
background-attachment: scroll;
|
564 |
-
background-position: 0 0;
|
565 |
-
background-color: transparent;
|
566 |
-
float: left;
|
567 |
-
height: 80px;
|
568 |
-
margin-top: 20px;
|
569 |
-
margin-left: 3px;
|
570 |
-
padding-left: 15px;
|
571 |
-
width: 924px;
|
572 |
-
}
|
573 |
-
.manufacturer {
|
574 |
-
background-image: url("../images/manufacturersright.png");
|
575 |
-
background-repeat: no-repeat;
|
576 |
-
background-attachment: scroll;
|
577 |
-
background-position: right 0;
|
578 |
-
background-color: transparent;
|
579 |
-
float: left;
|
580 |
-
height: 55px;
|
581 |
-
}
|
582 |
-
.ma2-manufacturers .last {
|
583 |
-
background: none;
|
584 |
-
}
|
585 |
-
/*====== Custom Product Lists ======*/
|
586 |
-
/* ============================================================ */
|
587 |
-
.product-title {
|
588 |
-
min-height: 33px;
|
589 |
-
}
|
590 |
-
.price-box {
|
591 |
-
float: left;
|
592 |
-
margin-top: 10px;
|
593 |
-
padding-top: 0;
|
594 |
-
width: 100%;
|
595 |
-
}
|
596 |
-
.price-box p {
|
597 |
-
float: left;
|
598 |
-
}
|
599 |
-
.price-to {
|
600 |
-
margin: 0;
|
601 |
-
width: 100%;
|
602 |
-
}
|
603 |
-
.price-from {
|
604 |
-
margin: 0;
|
605 |
-
width: 100%;
|
606 |
-
}
|
607 |
-
ul.add-to-links {
|
608 |
-
padding: 0;
|
609 |
-
}
|
610 |
-
.add-to-links {
|
611 |
-
font-size: 11px;
|
612 |
-
margin: 5px 0 0;
|
613 |
-
}
|
614 |
-
.link-wishlist {
|
615 |
-
color: #DC6809 !important;
|
616 |
-
font-weight: bold;
|
617 |
-
}
|
618 |
-
.price-box .price-label {
|
619 |
-
display: inline-block;
|
620 |
-
}
|
621 |
-
|
622 |
-
.container ul.ma2-nav-breadcrum {
|
623 |
-
margin: 0;
|
624 |
-
padding: 0 20px;
|
625 |
-
}
|
626 |
-
|
627 |
-
.category-products .item-content {
|
628 |
-
padding: 12px 10px 80px;
|
629 |
-
}
|
630 |
-
.special-price .price, .regular-price .price, .price-box .price {
|
631 |
-
font-family: oswald;
|
632 |
-
font-size: 13pt;
|
633 |
-
font-weight: normal;
|
634 |
-
}
|
635 |
-
.format-span {
|
636 |
-
font-family: oswald;
|
637 |
-
font-size: 24px;
|
638 |
-
font-weight: normal;
|
639 |
-
}
|
640 |
-
.breadcrumbs li strong {
|
641 |
-
font-weight: bold;
|
642 |
-
}
|
643 |
-
.breadcrumbs {
|
644 |
-
font-size: 12px;
|
645 |
-
font-weight: bold;
|
646 |
-
line-height: 1.25;
|
647 |
-
text-transform: uppercase;
|
648 |
-
padding-bottom: 0;
|
649 |
-
}
|
650 |
-
#ma2-icon-nav-breadcrum {
|
651 |
-
border: 0 none;
|
652 |
-
height: 23px;
|
653 |
-
margin-left: -2px;
|
654 |
-
margin-right: -2px;
|
655 |
-
margin-top: -5px;
|
656 |
-
vertical-align: top;
|
657 |
-
width: 18px;
|
658 |
-
}
|
659 |
-
.title-category-page {
|
660 |
-
font-size: 26px;
|
661 |
-
}
|
662 |
-
.title-category-page {
|
663 |
-
float: left;
|
664 |
-
font-size: 26px;
|
665 |
-
width: 38%;
|
666 |
-
}
|
667 |
-
.title-list-category {
|
668 |
-
border-bottom: 1px solid #EDEDED;
|
669 |
-
border-top: 1px solid #EDEDED;
|
670 |
-
height: 33px;
|
671 |
-
padding-bottom: 5px;
|
672 |
-
padding-top: 2px;
|
673 |
-
width: 98%;
|
674 |
-
}
|
675 |
-
.button-view-more {
|
676 |
-
float: left;
|
677 |
-
padding-top: 6px;
|
678 |
-
width: 22%;
|
679 |
-
}
|
680 |
-
.box-view-btn {
|
681 |
-
text-align: center;
|
682 |
-
width: 123px;
|
683 |
-
}
|
684 |
-
.btn-viewmore {
|
685 |
-
background-image: url("../images/entry_edit_head_arrow_up.gif");
|
686 |
-
background-repeat: no-repeat;
|
687 |
-
background-attachment: scroll;
|
688 |
-
background-position: 96% 38%;
|
689 |
-
background-site: 19px auto;
|
690 |
-
background-color: transparent;
|
691 |
-
color: #666666;
|
692 |
-
display: block;
|
693 |
-
font-size: 12px;
|
694 |
-
font-weight: bold;
|
695 |
-
height: 20px;
|
696 |
-
list-style: none outside none;
|
697 |
-
padding-top: 3px;
|
698 |
-
text-align: center;
|
699 |
-
}
|
700 |
-
.btn-viewless {
|
701 |
-
background-image: url("../images/entry_edit_head_arrow_down.gif");
|
702 |
-
background-repeat: no-repeat;
|
703 |
-
background-attachment: scroll;
|
704 |
-
background-position: 96% 38%;
|
705 |
-
background-site: 19px auto;
|
706 |
-
background-color: transparent;
|
707 |
-
color: #666666;
|
708 |
-
display: block;
|
709 |
-
font-size: 12px;
|
710 |
-
font-weight: bold;
|
711 |
-
height: 20px;
|
712 |
-
list-style: none outside none;
|
713 |
-
padding-top: 3px;
|
714 |
-
text-align: center;
|
715 |
-
}
|
716 |
-
.total-products-view {
|
717 |
-
float: left;
|
718 |
-
width: 36%;
|
719 |
-
}
|
720 |
-
.total-items-view {
|
721 |
-
color: #666666;
|
722 |
-
float: right;
|
723 |
-
font-family: Arial;
|
724 |
-
font-size: 12px;
|
725 |
-
padding-right: 5px;
|
726 |
-
padding-top: 10px;
|
727 |
-
text-transform: capitalize;
|
728 |
-
}
|
729 |
-
.f-fix {
|
730 |
-
float: left;
|
731 |
-
text-align: justify;
|
732 |
-
width: 100%;
|
733 |
-
}
|
734 |
-
.f-fix-first {
|
735 |
-
float: left;
|
736 |
-
padding-right: 15px;
|
737 |
-
width: 68%;
|
738 |
-
}
|
739 |
-
.f-fix-last {
|
740 |
-
float: left;
|
741 |
-
width: 28%;
|
742 |
-
}
|
743 |
-
.button-new-available {
|
744 |
-
border: 0 solid #EDEDED;
|
745 |
-
height: 38px;
|
746 |
-
width: 100%;
|
747 |
-
}
|
748 |
-
.label-new {
|
749 |
-
background-color: #6F5651;
|
750 |
-
color: #FFFFFF;
|
751 |
-
margin-right: 10px;
|
752 |
-
}
|
753 |
-
.label-available {
|
754 |
-
background-color: #E7E7E7;
|
755 |
-
color: #666666;
|
756 |
-
}
|
757 |
-
.label-new, .label-available {
|
758 |
-
float: left;
|
759 |
-
font-family: Arial;
|
760 |
-
font-size: 12px;
|
761 |
-
font-weight: bold;
|
762 |
-
padding: 3px 10px;
|
763 |
-
text-align: center;
|
764 |
-
}
|
765 |
-
|
766 |
-
|
767 |
-
/*====== Custom Catalog Product View ======*/
|
768 |
-
/* ============================================================ */
|
769 |
-
|
770 |
-
.item-title-view {
|
771 |
-
margin-bottom: 10px;
|
772 |
-
}
|
773 |
-
.products-right {
|
774 |
-
margin-bottom: 5px;
|
775 |
-
}
|
776 |
-
.item-title-view,
|
777 |
-
.products-right {
|
778 |
-
border-bottom: 1px solid #EDEDED;
|
779 |
-
border-top: 1px solid #EDEDED;
|
780 |
-
color: #6F5651;
|
781 |
-
font-family: Arial;
|
782 |
-
font-size: 26px;
|
783 |
-
text-transform: uppercase;
|
784 |
-
width: 98%;
|
785 |
-
}
|
786 |
-
.tab-content-datasheet {
|
787 |
-
padding: 20px 10px;
|
788 |
-
}
|
789 |
-
.rating-links, .rating-links .amount a, .box-Email .email-friend a {
|
790 |
-
color: #888888;
|
791 |
-
}
|
792 |
-
.product-view .product-shop .availability span {
|
793 |
-
font-weight: normal;
|
794 |
-
}
|
795 |
-
.product-view .product-shop .availability {
|
796 |
-
margin: 10px 0;
|
797 |
-
font-size: 11px;
|
798 |
-
}
|
799 |
-
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
|
800 |
-
display: inline;
|
801 |
-
}
|
802 |
-
.add-to-box .add-to-links li {
|
803 |
-
display: block !important;
|
804 |
-
}
|
805 |
-
.add-to-box .add-to-links li .separator {
|
806 |
-
display: none !important;
|
807 |
-
}
|
808 |
-
.add-to-box .add-to-cart {
|
809 |
-
float: left;
|
810 |
-
}
|
811 |
-
.box-review2, .box-review3, .box-review4, .box-review5 {
|
812 |
-
float: left;
|
813 |
-
}
|
814 |
-
.box-review2, .box-review3 {
|
815 |
-
width: 50%;
|
816 |
-
}
|
817 |
-
.box-review3 {
|
818 |
-
padding-top: 0;
|
819 |
-
}
|
820 |
-
.box-review2, .box-review3 {
|
821 |
-
width: 50%;
|
822 |
-
}
|
823 |
-
.box-review5 {
|
824 |
-
margin-top: 6px;
|
825 |
-
}
|
826 |
-
.box-review6,
|
827 |
-
.box-review8 {
|
828 |
-
padding-top: 15px;
|
829 |
-
padding-bottom: 15px;
|
830 |
-
}
|
831 |
-
.box-review1, .box-review4, .box-review5, .box-review6, .box-review8, .box-viewmore, .btn-viewmore {
|
832 |
-
width: 100%;
|
833 |
-
}
|
834 |
-
.box-review9 {
|
835 |
-
margin: 10px 0;
|
836 |
-
}
|
837 |
-
.social-view { width:100%; margin: 10px 0; }
|
838 |
-
.box-products-related {
|
839 |
-
float: left;
|
840 |
-
width: 33%;
|
841 |
-
}
|
842 |
-
.product-title-relative a {
|
843 |
-
color: #333333;
|
844 |
-
display: block;
|
845 |
-
margin: 15px 0;
|
846 |
-
}
|
847 |
-
|
848 |
-
/*====== Custom Slidebar Shopping Cart ======*/
|
849 |
-
/* ============================================================ */
|
850 |
-
.block { border: none; }
|
851 |
-
.block .block-title { background: #999; }
|
852 |
-
.block-cart .block-title strong { background-image: none; padding-left: 5px; }
|
853 |
-
|
854 |
-
.block .block-title strong span {
|
855 |
-
color: #EAE9E9;
|
856 |
-
font-family: oswald;
|
857 |
-
font-size: 14pt;
|
858 |
-
font-weight: normal;
|
859 |
-
line-height: 40px;
|
860 |
-
}
|
861 |
-
|
862 |
-
.container .block-viewed strong span,
|
863 |
-
.container .block-progress strong span,
|
864 |
-
.container .opc-block-progress strong span {
|
865 |
-
font-size: 11pt;
|
866 |
-
line-height: 25pt;
|
867 |
-
}
|
868 |
-
.block-cart .block-content { background: url("../images/shoppingcart.png") no-repeat scroll right 0 #f9f9f9; padding-bottom: 15px;}
|
869 |
-
.block-cart .empty { color: #F4A910; font-weight: bold; }
|
870 |
-
.block-cart .subtotal { background: none repeat scroll 0 0 transparent; float: left; padding: 6px 0; width: 100%; }
|
871 |
-
.img-product { width:100%; float:left; text-align:left; }
|
872 |
-
.block-cart .label { float: left; }
|
873 |
-
.block-cart .subtotal .price { font-weight: normal; float: right; }
|
874 |
-
.pro-cus-titl{min-height:18px;}
|
875 |
-
.button-shopping-cart { float: left; margin-top: 10px; width: 94%; }
|
876 |
-
.button-shopping-cart span, .block-cart .label { font-size: 12px; color: #666; }
|
877 |
-
.button-shopping-cart button.button { float: left; background: none; padding-left: 0px; }
|
878 |
-
.button-shopping-cart button.button span { background:url("../images/buttonshopcart.png") repeat scroll 0 0 transparent; border: none; padding: 0px; }
|
879 |
-
.button-shopping-cart button.button span span { height: 28px; line-height: 28px; padding-left: 15px; padding-right: 8px; }
|
880 |
-
.button-shopping-cart .btn-cart { margin-left: 10px; }
|
881 |
-
|
882 |
-
|
883 |
-
/*====== Custom mainbottom2Area ======*/
|
884 |
-
/* ============================================================ */
|
885 |
-
.blocks-wrapper .block-subscribe,
|
886 |
-
.blocks-wrapper .call-toll-free,
|
887 |
-
.blocks-wrapper .free_shipping {
|
888 |
-
padding: 10px;
|
889 |
-
}
|
890 |
-
.block-title-subscribe {
|
891 |
-
font-family: Oswald;
|
892 |
-
font-size: 14pt;
|
893 |
-
font-weight: normal;
|
894 |
-
text-align: left;
|
895 |
-
text-transform: uppercase;
|
896 |
-
}
|
897 |
-
.block-subscribe input.input-text {
|
898 |
-
float: left;
|
899 |
-
height: 22px;
|
900 |
-
margin-right: 5px;
|
901 |
-
width: 190px;
|
902 |
-
}
|
903 |
-
.form-subscribe-header label {
|
904 |
-
display: none;
|
905 |
-
}
|
906 |
-
.block-subscribe label {
|
907 |
-
color: #666666;
|
908 |
-
font-weight: bold;
|
909 |
-
}
|
910 |
-
.block-subscribe .actions {
|
911 |
-
background-color: transparent;
|
912 |
-
margin: 0;
|
913 |
-
padding: 0;
|
914 |
-
text-align: left;
|
915 |
-
}
|
916 |
-
.block-subscribe .block-content {
|
917 |
-
padding-left: 0;
|
918 |
-
}
|
919 |
-
|
920 |
-
.call-toll-free p, .free_shipping-left p {
|
921 |
-
color: #6E6E6E;
|
922 |
-
}
|
923 |
-
.call-toll-free .call-title {
|
924 |
-
color: #F4A910;
|
925 |
-
font-family: Oswald;
|
926 |
-
font-size: 14pt;
|
927 |
-
text-transform: uppercase;
|
928 |
-
}
|
929 |
-
.call-toll-free {
|
930 |
-
float: left;
|
931 |
-
text-align: left;
|
932 |
-
}
|
933 |
-
.call-toll-free .number-call {
|
934 |
-
color: #6F5651;
|
935 |
-
font-family: Georgia;
|
936 |
-
font-size: 24px;
|
937 |
-
line-height: 24px;
|
938 |
-
}
|
939 |
-
|
940 |
-
.free_shipping-right {
|
941 |
-
color: #F4A910;
|
942 |
-
float: left;
|
943 |
-
font-family: Georgia;
|
944 |
-
font-size: 55px;
|
945 |
-
line-height: 36px;
|
946 |
-
}
|
947 |
-
.free_shipping-left {
|
948 |
-
float: left;
|
949 |
-
text-align: left;
|
950 |
-
width: 133px;
|
951 |
-
}
|
952 |
-
.free_shipping .free_shipping-left .free_shipping_title {
|
953 |
-
color: #6F5651;
|
954 |
-
font-family: oswald;
|
955 |
-
font-size: 14pt;
|
956 |
-
font-weight: normal;
|
957 |
-
text-transform: uppercase;
|
958 |
-
}
|
959 |
-
.free_shipping_onorder {
|
960 |
-
color: #6F5651;
|
961 |
-
font-family: oswald;
|
962 |
-
font-size: 15px;
|
963 |
-
text-transform: uppercase;
|
964 |
-
}
|
965 |
-
|
966 |
-
/*====== Custom mainbottom3Area ======*/
|
967 |
-
/* ============================================================ */
|
968 |
-
.box-demo-social {
|
969 |
-
padding: 10px 20px;
|
970 |
-
text-align: right;
|
971 |
-
}
|
972 |
-
|
973 |
-
|
974 |
-
/*====== Custom Footer ======*/
|
975 |
-
/* ============================================================ */
|
976 |
-
.footer .footer1-1, .footer .footer1-2, .footer .footer1-3 {
|
977 |
-
float: left;
|
978 |
-
width: 20%;
|
979 |
-
}
|
980 |
-
.footer .footer1-4 {
|
981 |
-
float: left;
|
982 |
-
width: 40%;
|
983 |
-
}
|
984 |
-
.footer .footer_right,
|
985 |
-
.footer .footer-links-column-wrapper {
|
986 |
-
padding: 20px 15px;
|
987 |
-
}
|
988 |
-
.footer-links-column-wrapper ul li {
|
989 |
-
color: #969595;
|
990 |
-
float: left;
|
991 |
-
width: 100%;
|
992 |
-
}
|
993 |
-
.footer_right_top {
|
994 |
-
margin-bottom: 5px;
|
995 |
-
margin-top: 20px;
|
996 |
-
}
|
997 |
-
.footer .validation-advice, .footer .input-box {
|
998 |
-
float: left;
|
999 |
-
width: 210px;
|
1000 |
-
}
|
1001 |
-
.footer .block-content .actions {
|
1002 |
-
float: right;
|
1003 |
-
}
|
1004 |
-
.footer .block .block-title strong span {
|
1005 |
-
color: #F4A910;
|
1006 |
-
font-family: Oswald;
|
1007 |
-
font-size: 14pt;
|
1008 |
-
text-transform: uppercase;
|
1009 |
-
}
|
1010 |
-
.footer .footer2Area {
|
1011 |
-
background-image: url("../images/fotter_bottom.png");
|
1012 |
-
background-repeat: no-repeat;
|
1013 |
-
background-attachment: scroll;
|
1014 |
-
background-position: 0 0;
|
1015 |
-
background-color: transparent;
|
1016 |
-
float: left;
|
1017 |
-
height: 20px;
|
1018 |
-
margin-bottom: 20px;
|
1019 |
-
width: 945px;
|
1020 |
-
}
|
1021 |
-
|
1022 |
-
/*====== Custom SlideShow =======*/
|
1023 |
-
/* ============================================== */
|
1024 |
-
.container .ma2-slideshow ol.proto-controls li.start-stop a {
|
1025 |
-
background-image: none;
|
1026 |
-
background-color: transparent;
|
1027 |
-
height: 88px;
|
1028 |
-
width: 44px;
|
1029 |
-
}
|
19 |
**/
|
20 |
/* $Id: custom.css 15 2013-12-25 04:31:20Z minhnv $ */
|
21 |
|
22 |
+
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
23 |
+
|
24 |
* {
|
25 |
margin: 0;
|
26 |
+
padding: 0;
|
27 |
+
}
|
28 |
+
body{
|
29 |
+
background: url(../images/body-bg.png);
|
30 |
+
}
|
31 |
+
a{
|
32 |
+
color: #ff7d59;
|
33 |
+
text-decoration: none;
|
34 |
+
}
|
35 |
+
a:hover{
|
36 |
+
color: #ff7d59;
|
37 |
+
}
|
38 |
+
img {
|
39 |
+
max-width: 100%;
|
40 |
+
}
|
41 |
+
ul li, li{
|
42 |
+
list-style: none;
|
43 |
+
}
|
44 |
+
h1,h2,h3,h4,h5,h6{
|
45 |
+
font-family: oswald;
|
46 |
+
font-weight: normal;
|
47 |
+
line-height: normal;
|
48 |
+
}
|
49 |
+
/* PresetStyles Control box */
|
50 |
+
#ma2styles-control-box{
|
51 |
+
right: 0;
|
52 |
+
position: fixed;
|
53 |
+
top: 165px;
|
54 |
+
z-index: 35101;
|
55 |
+
}
|
56 |
+
.ma2styles-control-box{
|
57 |
+
position: relative;
|
58 |
+
}
|
59 |
+
a.presetstyles-btn{
|
60 |
+
background: url("../images/presetstyles-btn.png") no-repeat;
|
61 |
+
width: 39px;
|
62 |
+
height: 37px;
|
63 |
+
display: block;
|
64 |
+
}
|
65 |
+
#ma2-theme-styles{
|
66 |
+
background: #F5F5F5;
|
67 |
+
border: 1px solid #ddd;
|
68 |
+
right: 0;
|
69 |
+
padding: 10px;
|
70 |
+
position: fixed;
|
71 |
+
z-index: 35101;
|
72 |
+
}
|
73 |
+
label#params_demo_preset-lbl{
|
74 |
+
font-size: 14px;
|
75 |
+
font-weight: normal;
|
76 |
+
line-height: 20px;
|
77 |
+
}
|
78 |
+
fieldset#params_demo_preset{
|
79 |
+
margin: 10px 0;
|
80 |
+
position: relative;
|
81 |
+
text-align: center;
|
82 |
+
}
|
83 |
+
fieldset#params_demo_preset input[type="radio"]{
|
84 |
+
float: left;
|
85 |
+
left: -999em;
|
86 |
+
margin-right: 0;
|
87 |
+
margin-top: 15px;
|
88 |
+
position: absolute;
|
89 |
+
width: auto;
|
90 |
+
}
|
91 |
+
fieldset#params_demo_preset label{
|
92 |
+
/* background: url("../images/styles-button.png") no-repeat 0 0;
|
93 |
+
color: #fc6a76; */
|
94 |
+
border-radius: 20px;
|
95 |
+
display: inline-block;
|
96 |
+
width: 41px;
|
97 |
+
height: 41px;
|
98 |
+
text-indent: -999em;
|
99 |
+
cursor: pointer;
|
100 |
+
}
|
101 |
+
fieldset#params_demo_preset label.blue{
|
102 |
+
background: #0294e3;
|
103 |
+
}
|
104 |
+
fieldset#params_demo_preset label.green{
|
105 |
+
background: #79a52e;
|
106 |
+
color: #16ab91;
|
107 |
+
margin: 0;
|
108 |
+
}
|
109 |
+
fieldset#params_demo_preset label.yellow{
|
110 |
+
background: #f4a910;
|
111 |
+
}
|
112 |
+
button.apply-btn{
|
113 |
+
cursor: pointer;
|
114 |
+
}
|
115 |
+
|
116 |
+
/* GENERAL LAYOUT */
|
117 |
+
.header h1.logo{
|
118 |
+
width: 20%;
|
119 |
+
margin-bottom: 20px;
|
120 |
+
}
|
121 |
+
.topblocks{
|
122 |
+
width: 78%;
|
123 |
+
float: right;
|
124 |
+
}
|
125 |
+
/* GENERAL LAYOUT END */
|
126 |
+
|
127 |
+
.nav-container{
|
128 |
+
background: #fff;
|
129 |
+
border: 1px solid #cdd0d4;
|
130 |
+
float: left;
|
131 |
+
padding: 0;
|
132 |
+
margin: 10px 0 0;
|
133 |
+
width: 100%;
|
134 |
+
}
|
135 |
+
.page .main .container{
|
136 |
+
background: #fff;
|
137 |
+
border: 1px solid #cdd0d4;
|
138 |
+
}
|
139 |
+
|
140 |
+
/* SIDEBAR LEFT - RIGHT */
|
141 |
+
|
142 |
+
.sidebar .block,
|
143 |
+
.sidebar .widget{
|
144 |
+
float: left;
|
145 |
+
margin-bottom: 20px;
|
146 |
+
overflow: hidden;
|
147 |
+
width: 100%;
|
148 |
+
}
|
149 |
+
.sidebar .widget-title,
|
150 |
+
.sidebar .block-title{
|
151 |
+
border-bottom: 1px solid #EDEDED;
|
152 |
+
border-top: 1px solid #EDEDED;
|
153 |
+
padding: 5px 0 !important;
|
154 |
+
}
|
155 |
+
.sidebar .widget-title span,
|
156 |
+
.sidebar .block-title span{
|
157 |
+
line-height: normal;
|
158 |
+
}
|
159 |
+
.sidebar ul li,
|
160 |
+
.sidebar ol li {
|
161 |
+
background: url("../images/sidebar-arrow.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
|
162 |
+
padding-left: 12px !important;
|
163 |
+
}
|
164 |
+
.col-left ul li, .col-right ul li {
|
165 |
+
border-bottom: 1px solid #E6E6E4;
|
166 |
+
padding: 10px 0;
|
167 |
+
}
|
168 |
+
.sidebar .product-item-inner{
|
169 |
+
margin: 0;
|
170 |
+
}
|
171 |
+
/* MANUFACTURERS */
|
172 |
+
.ma2-manufacturers ul li{
|
173 |
+
float: left;
|
174 |
+
margin-bottom: 5px;
|
175 |
+
}
|
176 |
+
/* MANUFACTURERS END */
|
177 |
+
|
178 |
+
/* MA2 BLOCKS */
|
179 |
+
.blocks-wrapper{
|
180 |
+
|
181 |
+
}
|
182 |
+
.blocks-wrapper .block,
|
183 |
+
.blocks-wrapper .widget-block{
|
184 |
+
margin-bottom: 10px;
|
185 |
+
overflow: hidden;
|
186 |
+
}
|
187 |
+
.blocks-wrapper .block-first{
|
188 |
+
|
189 |
+
}
|
190 |
+
.blocks-wrapper .block-midle{
|
191 |
+
|
192 |
+
}
|
193 |
+
.blocks-wrapper .block-last{
|
194 |
+
|
195 |
+
}
|
196 |
+
.blocks-sample .block,
|
197 |
+
.blocks-sample .widget{
|
198 |
+
display: block;
|
199 |
+
margin-bottom: 20px;
|
200 |
+
overflow: hidden;
|
201 |
+
}
|
202 |
+
.width100 .widget{
|
203 |
+
margin-left: 0 !important;
|
204 |
+
margin-right: 0 !important;
|
205 |
+
}
|
206 |
+
/* MA2 BLOCKS END */
|
207 |
+
|
208 |
+
/* TOP BLOCKS */
|
209 |
+
.top1Area ul li,
|
210 |
+
.top2Area ul li{
|
211 |
+
border-right: 1px solid #FFFFFF;
|
212 |
+
padding: 0 5px;
|
213 |
+
}
|
214 |
+
.top1Area ul li.last,
|
215 |
+
.top2Area ul li.last{
|
216 |
+
border-right: none;
|
217 |
+
}
|
218 |
+
.top1Area ul li a,
|
219 |
+
.top2Area ul li a{
|
220 |
+
color: #FFFFFF;
|
221 |
+
}
|
222 |
+
.top1Area ul li a:hover,
|
223 |
+
.top2Area ul li a:hover{
|
224 |
+
color: #FF7D59;
|
225 |
+
}
|
226 |
+
.top1Area{
|
227 |
+
color: #FFFFFF;
|
228 |
+
}
|
229 |
+
.top1Area .widget{
|
230 |
+
padding: 10px 0;
|
231 |
+
}
|
232 |
+
.top2Area{
|
233 |
+
|
234 |
+
}
|
235 |
+
.top1Area .block-top11{
|
236 |
+
clear: none !important;
|
237 |
+
width: 68%;
|
238 |
+
float: left;
|
239 |
+
}
|
240 |
+
.top1Area .block-top12{
|
241 |
+
background: url("../images/loginleft.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
242 |
+
clear: none !important;
|
243 |
+
float: right;
|
244 |
+
padding-left: 10px;
|
245 |
+
width: 30%;
|
246 |
+
}
|
247 |
+
.topblocks .block-search{
|
248 |
+
width: 68%;
|
249 |
+
float: left;
|
250 |
+
clear: none !important;
|
251 |
+
}
|
252 |
+
.topblocks .block-search input.input-text{
|
253 |
+
width: 350px;
|
254 |
+
height: 22px;
|
255 |
+
border: 1px solid #DFDEDE;
|
256 |
+
}
|
257 |
+
.topblocks .block-search input:focus{
|
258 |
+
background-color: #EDF7FD;
|
259 |
+
}
|
260 |
+
.topblocks .block-search button.button{
|
261 |
+
background: url(../images/search-btn.png) repeat-x #040404;
|
262 |
+
border: 1px solid #5b5a5a;
|
263 |
+
border-radius: 0 0 0 0;
|
264 |
+
margin: 0;
|
265 |
+
padding: 5px 15px;
|
266 |
+
}
|
267 |
+
.topblocks .block-search button.button span{
|
268 |
+
background: none;
|
269 |
+
color: #FFFFFF;
|
270 |
+
font-weight: bold;
|
271 |
+
text-transform: lowercase;
|
272 |
+
}
|
273 |
+
.topblocks .block-cart{
|
274 |
+
width: 30%;
|
275 |
+
float: right;
|
276 |
+
clear: none !important;
|
277 |
+
}
|
278 |
+
.topblocks .block-cart .block-title{
|
279 |
+
display: none;
|
280 |
+
}
|
281 |
+
.topblocks .block-cart .block-content{
|
282 |
+
background: url(../images/cart-icon.png) no-repeat 100% 0;
|
283 |
+
padding: 5px 40px 5px 0;
|
284 |
+
}
|
285 |
+
.topblocks .block-cart .subtotal,
|
286 |
+
.topblocks .block-cart .block-subtitle,
|
287 |
+
.topblocks .block-cart .mini-products-list{
|
288 |
+
display: none;
|
289 |
+
}
|
290 |
+
.topblocks .block-cart button.button{
|
291 |
+
background: none;
|
292 |
+
padding: 0;
|
293 |
+
}
|
294 |
+
.topblocks .block-cart button.button span{
|
295 |
+
color: #FF7D59;
|
296 |
+
text-transform: none;
|
297 |
+
}
|
298 |
+
.block-cart .subtotal {
|
299 |
+
text-align: left;
|
300 |
+
margin: 5px 0;
|
301 |
+
}
|
302 |
+
.block-cart .actions {
|
303 |
+
margin: 5px 0;
|
304 |
+
}
|
305 |
+
.block-cart button.button{
|
306 |
+
float: left;
|
307 |
+
}
|
308 |
+
.block-cart .mini-products-list li.item{
|
309 |
+
background: none;
|
310 |
+
padding-left: 0 !important;
|
311 |
+
}
|
312 |
+
.block-cart span.price{
|
313 |
+
font-size: 15px;
|
314 |
+
}
|
315 |
+
/* TOP BLOCKS END */
|
316 |
+
|
317 |
+
.contenttop2Area .widget-block{
|
318 |
+
width: 100%;
|
319 |
+
float: left;
|
320 |
+
}
|
321 |
+
.contenttop2Area .widget-block .widget-title{
|
322 |
+
color: #333333;
|
323 |
+
font-size: 20px;
|
324 |
+
}
|
325 |
+
.contenttop2Area .widget-block .widget{
|
326 |
+
margin-bottom: 0;
|
327 |
+
padding-bottom: 0;
|
328 |
+
}
|
329 |
+
div.breadcrumbs {
|
330 |
+
background: #FFF;
|
331 |
+
border: none;
|
332 |
+
border-bottom: 1px solid #E9E9E9;
|
333 |
+
margin-bottom: 20px;
|
334 |
+
padding: 10px 0;
|
335 |
+
overflow: hidden;
|
336 |
+
}
|
337 |
+
.breadcrumbs ul{
|
338 |
+
padding: 0 15px;
|
339 |
+
}
|
340 |
+
.breadcrumbs li.home a{
|
341 |
+
background: url("../images/icon-home.png") no-repeat scroll 0 2px;
|
342 |
+
padding-left: 25px;
|
343 |
+
}
|
344 |
+
.breadcrumbs li,
|
345 |
+
.breadcrumbs li a,
|
346 |
+
.breadcrumbs li span{
|
347 |
+
float: left;
|
348 |
+
}
|
349 |
+
.breadcrumbs li,
|
350 |
+
.breadcrumbs li strong {
|
351 |
+
font-size: 14px;
|
352 |
+
font-weight: normal;
|
353 |
+
}
|
354 |
+
.breadcrumbs li span {
|
355 |
+
color: #1C2B3A;
|
356 |
+
margin: 0 5px;
|
357 |
+
padding: 0;
|
358 |
+
}
|
359 |
+
/* CUSTOM STYLES END */
|
360 |
+
|
361 |
+
/* BLOCK-LAYERED-NAV */
|
362 |
+
.block-layered-nav{
|
363 |
+
|
364 |
+
}
|
365 |
+
.block-layered-nav .block-title{
|
366 |
+
text-indent: 0 !important;
|
367 |
+
}
|
368 |
+
.block-layered-nav .block-title span{
|
369 |
+
background: none !important;
|
370 |
+
text-indent: 0 !important;
|
371 |
+
}
|
372 |
+
.block-layered-nav .block-content{
|
373 |
+
background: none;
|
374 |
+
border: none;
|
375 |
+
}
|
376 |
+
.block-layered-nav .block-subtitle,
|
377 |
+
.block-layered-nav dt{
|
378 |
+
font-size: 16px;
|
379 |
+
font-weight: normal;
|
380 |
+
text-transform: uppercase;
|
381 |
+
}
|
382 |
+
.block-layered-nav dt,
|
383 |
+
.block-layered-nav dd{
|
384 |
+
background: none;
|
385 |
+
padding: 0;
|
386 |
+
}
|
387 |
+
.block-layered-nav #narrow-by-list dt{
|
388 |
+
clear: both;
|
389 |
+
margin-top: 20px;
|
390 |
+
}
|
391 |
+
.block-layered-nav dd li{
|
392 |
+
padding: 10px 0;
|
393 |
+
}
|
394 |
+
.block-layered-nav dd li a{
|
395 |
+
color: #333333
|
396 |
+
}
|
397 |
+
.block-layered-nav dd li span.count{
|
398 |
+
|
399 |
+
}
|
400 |
+
.block-layered-nav dd a:hover{
|
401 |
+
color: #FF7D59;
|
402 |
+
text-decoration: none;
|
403 |
+
}
|
404 |
+
.block-layered-nav dd span.price{
|
405 |
+
font-size: 14px;
|
406 |
+
line-height: normal;
|
407 |
+
}
|
408 |
+
.block-layered-nav .currently li{
|
409 |
+
background: none;
|
410 |
+
padding: 10px 0 !important;
|
411 |
+
}
|
412 |
+
.block-layered-nav .category-filter-price{
|
413 |
+
|
414 |
+
}
|
415 |
+
.block-layered-nav .category-filter-price .block-title{
|
416 |
+
display: none;
|
417 |
+
}
|
418 |
+
.block-layered-nav .block-content p.block-subtitle{
|
419 |
+
display: none;
|
420 |
+
}
|
421 |
+
/* BLOCK-LAYERED-NAV END */
|
422 |
+
|
423 |
+
/* STYLE BRANDS */
|
424 |
+
.block-brands{
|
425 |
+
|
426 |
+
}
|
427 |
+
.block-brands h3.block-title{
|
428 |
+
background: #312f34;
|
429 |
+
color: #fff;
|
430 |
+
}
|
431 |
+
ul.brands{}
|
432 |
+
ul.brands li{
|
433 |
+
padding: 10px 0;
|
434 |
+
}
|
435 |
+
ul.brands li a{
|
436 |
+
color: #999999;
|
437 |
+
font-size: 15px;
|
438 |
+
line-height: normal;
|
439 |
+
text-transform: uppercase;
|
440 |
+
}
|
441 |
+
/* STYLE BRANDS END */
|
442 |
+
|
443 |
+
|
444 |
+
/* CUSTOM STYLE MY WISHLIST */
|
445 |
+
#wishlist-sidebar{
|
446 |
+
|
447 |
+
}
|
448 |
+
#wishlist-sidebar .price-box p,
|
449 |
+
#wishlist-sidebar .price-box p span{
|
450 |
+
font-size: 14px;
|
451 |
+
font-weight: normal;
|
452 |
+
padding: 0;
|
453 |
+
text-align: left;
|
454 |
+
}
|
455 |
+
#wishlist-sidebar .price-box{
|
456 |
+
|
457 |
+
}
|
458 |
+
/* CUSTOM STYLE MY WISHLIST END */
|
459 |
+
|
460 |
+
.widget-block{
|
461 |
+
float: left;
|
462 |
+
}
|
463 |
+
.widget-block .widget-i{
|
464 |
+
margin: 0 10px;
|
465 |
+
position: relative;
|
466 |
+
}
|
467 |
+
.widget-block.first .widget-i{
|
468 |
+
margin-left: 0;
|
469 |
+
}
|
470 |
+
.widget-block.last .widget-i{
|
471 |
+
margin-right: 0;
|
472 |
+
}
|
473 |
+
.widget-block.last{
|
474 |
+
float: right;
|
475 |
+
}
|
476 |
+
.widget-block.width100 .widget-i{
|
477 |
+
margin: 0;
|
478 |
+
}
|
479 |
+
li.widget{
|
480 |
+
list-style: none;
|
481 |
+
}
|
482 |
+
li.widget-cms-link-block{
|
483 |
+
display: block;
|
484 |
+
}
|
485 |
+
/* MAIN TOP BLOCKS */
|
486 |
+
.maintop1Area,
|
487 |
+
.maintop2Area,
|
488 |
+
.maintop3Area{
|
489 |
+
|
490 |
+
}
|
491 |
+
.maintop1Area{
|
492 |
+
padding: 15px 15px 0;
|
493 |
+
}
|
494 |
+
.maintop1Area .block-first{
|
495 |
+
float: right;
|
496 |
+
}
|
497 |
+
.maintop1Area .block-first .widget{
|
498 |
+
margin-left: 15px;
|
499 |
+
margin-right: 0;
|
500 |
+
}
|
501 |
+
.maintop1Area .block,
|
502 |
+
.maintop1Area .widget-block{
|
503 |
+
margin: 0;
|
504 |
+
}
|
505 |
+
.maintop2Area{
|
506 |
+
|
507 |
+
}
|
508 |
+
.ma2-slideshow .proto-navigation a {
|
509 |
+
background-color: #FFFFFF;
|
510 |
+
border-radius: 30px;
|
511 |
+
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1) inset;
|
512 |
+
height: 18px;
|
513 |
+
text-decoration: none;
|
514 |
+
width: 18px;
|
515 |
+
}
|
516 |
+
.ma2-slideshow .proto-navigation a:hover,
|
517 |
+
.ma2-slideshow .proto-navigation a:focus,
|
518 |
+
.ma2-slideshow .proto-navigation .current-slide a {
|
519 |
+
background-color: #E96B07;
|
520 |
+
}
|
521 |
+
.show .slide .item-desc h1.title a {
|
522 |
+
font-family: oswald;
|
523 |
+
font-size: 20px;
|
524 |
+
}
|
525 |
+
|
526 |
+
.block-maintop-banners{
|
527 |
+
margin-bottom: 10px !important;
|
528 |
+
}
|
529 |
+
.block-ship-next-day{
|
530 |
+
background: url(../images/ship-next-day.png);
|
531 |
+
color: #FFFFFF;
|
532 |
+
font-weight: bold;
|
533 |
+
margin-bottom: 0 !important;
|
534 |
+
padding: 10px 20px;
|
535 |
+
text-align: center;
|
536 |
+
}
|
537 |
+
.block-ma2-manufacturers{
|
538 |
+
background: url(../images/manufacturers.png) repeat-x #f2f2f2;
|
539 |
+
padding: 15px 0 5px 0;
|
540 |
+
}
|
541 |
+
.block-ma2-manufacturers .ma2-manufacturers{
|
542 |
+
margin-bottom: 5px !important;
|
543 |
+
}
|
544 |
+
.block-ma2-manufacturers .ma2-manufacturers li{
|
545 |
+
background: url("../images/manufacturers-border.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
|
546 |
+
}
|
547 |
+
.block-ma2-manufacturers .ma2-manufacturers li.first{
|
548 |
+
background: none;
|
549 |
+
}
|
550 |
+
/* MAIN TOP BLOCKS END */
|
551 |
+
|
552 |
+
/* MAIN BOTTOM BLOCKS */
|
553 |
+
.mainbottom1Area,
|
554 |
+
.mainbottom2Area,
|
555 |
+
.mainbottom3Area{
|
556 |
+
padding: 0 20px;
|
557 |
+
}
|
558 |
+
.mainbottom1Area .block-title,
|
559 |
+
.mainbottom1Area .block-title strong,
|
560 |
+
.mainbottom1Area h3,
|
561 |
+
.mainbottom2Area .block-title,
|
562 |
+
.mainbottom2Area .block-title strong,
|
563 |
+
.mainbottom2Area h3,
|
564 |
+
.mainbottom3Area .block-title,
|
565 |
+
.mainbottom3Area .block-title strong,
|
566 |
+
.mainbottom3Area h3{
|
567 |
+
border: none;
|
568 |
+
color: #00B2F6;
|
569 |
+
font-family: Oswald;
|
570 |
+
font-size: 18px;
|
571 |
+
font-weight: normal;
|
572 |
+
padding: 0;
|
573 |
+
margin-bottom: 10px;
|
574 |
+
text-align: left;
|
575 |
+
text-transform: uppercase;
|
576 |
+
}
|
577 |
+
.mainbottom3Area{
|
578 |
+
background: url(../images/mainbottom.png) repeat-x 0 100%;
|
579 |
+
padding-top: 10px;
|
580 |
+
}
|
581 |
+
.block-subscribe{
|
582 |
+
|
583 |
+
}
|
584 |
+
.block-subscribe .block-content{
|
585 |
+
padding: 0;
|
586 |
+
}
|
587 |
+
.block-subscribe .input-box{
|
588 |
+
float: left;
|
589 |
+
}
|
590 |
+
.block-subscribe input#newsletter{
|
591 |
+
border: 1px solid #DFDEDE;
|
592 |
+
height: 21px;
|
593 |
+
}
|
594 |
+
.block-subscribe input#newsletter:focus{
|
595 |
+
background: #EDF7FD;
|
596 |
+
}
|
597 |
+
.block-subscribe .actions{
|
598 |
+
float: left;
|
599 |
+
}
|
600 |
+
.block-subscribe .actions button.button{
|
601 |
+
background: url("../images/search-btn.png") repeat-x scroll 0 0 #040404;
|
602 |
+
border: 1px solid #5B5A5A;
|
603 |
+
border-radius: 0;
|
604 |
+
margin: 0;
|
605 |
+
padding: 5px 15px;
|
606 |
+
}
|
607 |
+
.block-subscribe .actions button.button span{
|
608 |
+
background: none;
|
609 |
+
color: #FFFFFF;
|
610 |
+
}
|
611 |
+
/* MAIN BOTTOM BLOCKS END */
|
612 |
+
|
613 |
+
/* FOOTER BLOCKS */
|
614 |
+
.footer{
|
615 |
+
border: none;
|
616 |
+
border-top: 1px solid #DDDDDD;
|
617 |
+
padding: 10px 20px 0 20px;
|
618 |
+
}
|
619 |
+
.footer h3{
|
620 |
+
font-family: 'Oswald',sans-serif;
|
621 |
+
font-size: 14px;
|
622 |
+
font-weight: normal;
|
623 |
+
}
|
624 |
+
.footer ul li{
|
625 |
+
display: block;
|
626 |
+
margin: 5px 0;
|
627 |
+
}
|
628 |
+
.footer ul li a{
|
629 |
+
color: #969595;
|
630 |
+
text-decoration: none;
|
631 |
+
}
|
632 |
+
.footer ul li a:hover{
|
633 |
+
color: #FF7D59;
|
634 |
+
}
|
635 |
+
/* FOOTER BLOCKS END */
|
636 |
+
|
637 |
+
/* SUBSCRIBE */
|
638 |
+
|
639 |
+
/* SUBSCRIBE END */
|
640 |
+
|
641 |
+
/* SUBPAGE END */
|
642 |
+
.error-msg{
|
643 |
+
color: #ff0000;
|
644 |
+
}
|
645 |
+
|
646 |
+
/* CATEGORY VIEW */
|
647 |
+
.page-title{
|
648 |
+
margin: 0 0 15px;
|
649 |
+
width: auto;
|
650 |
+
}
|
651 |
+
.page-title h1, .page-title h2{
|
652 |
+
text-transform: uppercase;
|
653 |
+
margin: 0;
|
654 |
+
}
|
655 |
+
.category-title{
|
656 |
+
margin: 0;
|
657 |
+
}
|
658 |
+
.category-image{
|
659 |
+
max-height: 250px;
|
660 |
+
}
|
661 |
+
.page-title,
|
662 |
+
.category-title{
|
663 |
+
border: none;
|
664 |
+
line-height: normal;
|
665 |
+
margin: 0 0 5px 0;
|
666 |
+
padding: 0 0 5px 0 !important;
|
667 |
+
}
|
668 |
+
.page-title,
|
669 |
+
.category-title,
|
670 |
+
.category-description{
|
671 |
+
padding: 0 0 8px 0px;
|
672 |
+
}
|
673 |
+
.category-description{
|
674 |
+
margin: 15px 0;
|
675 |
+
}
|
676 |
+
.category-products{
|
677 |
+
|
678 |
+
}
|
679 |
+
.category-products ul{
|
680 |
+
margin: 0 0 0px 0;
|
681 |
+
}
|
682 |
+
.category-products ul.first{
|
683 |
+
margin: 10px 0 0 0;
|
684 |
+
}
|
685 |
+
.category-products ul.last{
|
686 |
+
margin: 0 0 10px 0;
|
687 |
+
}
|
688 |
+
.toolbar-top,
|
689 |
+
.toolbar-bottom{
|
690 |
+
background: #e8e8e8;
|
691 |
+
color: #999999;
|
692 |
+
float: left;
|
693 |
+
font-weight: normal;
|
694 |
+
margin: 0;
|
695 |
+
width: 100%;
|
696 |
+
}
|
697 |
+
.toolbar-bottom {
|
698 |
+
border-top: 1px solid #ededed;
|
699 |
+
}
|
700 |
+
.toolbar-top .limiter ,
|
701 |
+
.toolbar-top .sort-by ,
|
702 |
+
.toolbar-bottom .limiter ,
|
703 |
+
.toolbar-bottom .sort-by {
|
704 |
+
margin-left: 20px;
|
705 |
+
}
|
706 |
+
.toolbar-top .pager .pages ,
|
707 |
+
.toolbar-bottom .pager .pages{
|
708 |
+
margin: 0;
|
709 |
+
}
|
710 |
+
.toolbar-top .pager ,
|
711 |
+
.toolbar-bottom .pager {
|
712 |
+
border: medium none;
|
713 |
+
clear: both;
|
714 |
+
float: left;
|
715 |
+
margin: 15px 20px 0;
|
716 |
+
padding: 0;
|
717 |
+
width: 93%;
|
718 |
+
}
|
719 |
+
.toolbar-top .pager strong,
|
720 |
+
.toolbar-top .pager li,
|
721 |
+
.toolbar-bottom .pager strong,
|
722 |
+
.toolbar-bottom .pager li{
|
723 |
+
border: 1px solid #C3C3C3;
|
724 |
+
color: #808080;
|
725 |
+
font-size: 12px;
|
726 |
+
line-height: normal;
|
727 |
+
font-weight: normal;
|
728 |
+
text-transform: none;
|
729 |
+
margin: 0 2px;
|
730 |
+
padding: 1px 5px;
|
731 |
+
}
|
732 |
+
.toolbar-top .pager .pages strong,
|
733 |
+
.toolbar-bottom .pager .pages strong{
|
734 |
+
|
735 |
+
}
|
736 |
+
.toolbar-top .pager li.current,
|
737 |
+
.toolbar-bottom .pager li.current{
|
738 |
+
background: none repeat scroll 0 0 #d53428;
|
739 |
+
border: 1px solid #d53428;
|
740 |
+
color: #fff;
|
741 |
+
padding: 1px 5px;
|
742 |
+
}
|
743 |
+
.toolbar-top .pager li a.i-previous,
|
744 |
+
.toolbar-bottom .pager li a.i-previous{
|
745 |
+
/* background: url("../images/prev-page.png") no-repeat 0 50%;
|
746 |
+
padding-left: 25px; */
|
747 |
+
}
|
748 |
+
.toolbar-top .pager li a.i-next,
|
749 |
+
.toolbar-bottom .pager li a.i-next{
|
750 |
+
/* background: url("../images/next-page.png") no-repeat 100% 50%;
|
751 |
+
padding-right: 25px; */
|
752 |
+
}
|
753 |
+
.toolbar-top .pager li a.i-previous,
|
754 |
+
.toolbar-bottom .pager li a.i-previous,
|
755 |
+
.toolbar-top .pager li a.i-next,
|
756 |
+
.toolbar-bottom .pager li a.i-next{
|
757 |
+
padding: 1px 8px;
|
758 |
+
}
|
759 |
+
.toolbar-top .amount ,
|
760 |
+
.toolbar-bottom .amount {
|
761 |
+
border: 1px solid #C3C3C3;
|
762 |
+
border-radius: 3px;
|
763 |
+
font-size: 12px;
|
764 |
+
padding: 1px 8px;
|
765 |
+
float: right;
|
766 |
+
}
|
767 |
+
.toolbar-top .sort-by ,
|
768 |
+
.toolbar-bottom .sort-by {
|
769 |
+
/* margin-top: 22px; */
|
770 |
+
float: left;
|
771 |
+
}
|
772 |
+
.toolbar-top .sort-by select,
|
773 |
+
.toolbar-bottom .sort-by select,
|
774 |
+
.toolbar-top .limiter select,
|
775 |
+
.toolbar-bottom .limiter select{
|
776 |
+
padding: 2px;
|
777 |
+
}
|
778 |
+
.toolbar-top .sort-by label,
|
779 |
+
.toolbar-bottom .sort-by label,
|
780 |
+
.toolbar-top .limiter,
|
781 |
+
.toolbar-bottom .limiter{
|
782 |
+
color: #666;
|
783 |
+
}
|
784 |
+
.toolbar-top .limiter,
|
785 |
+
.toolbar-bottom .limiter{
|
786 |
+
float: left;
|
787 |
+
}
|
788 |
+
.toolbar-top .pager .limiter,
|
789 |
+
.toolbar-bottom .pager .limiter{
|
790 |
+
/* margin-top: 5px; */
|
791 |
+
float: left;
|
792 |
+
}
|
793 |
+
.toolbar-top .toolbar ,
|
794 |
+
.toolbar-bottom .toolbar {
|
795 |
+
overflow: hidden;
|
796 |
+
padding: 10px;
|
797 |
+
}
|
798 |
+
.toolbar-top .toolbar .view-mode,
|
799 |
+
.toolbar-bottom .toolbar .view-mode{
|
800 |
+
float: left;
|
801 |
+
}
|
802 |
+
.toolbar-top .toolbar .view-mode .swich-mode,
|
803 |
+
.toolbar-bottom .toolbar .view-mode .swich-mode,
|
804 |
+
.toolbar-top .toolbar .view-mode .swich-mode label,
|
805 |
+
.toolbar-bottom .toolbar .view-mode .swich-mode label{
|
806 |
+
float: left;
|
807 |
+
line-height: 19px;
|
808 |
+
}
|
809 |
+
.toolbar-top .toolbar .view-mode .grid,
|
810 |
+
.toolbar-top .toolbar .view-mode .list,
|
811 |
+
.toolbar-bottom .toolbar .view-mode .grid,
|
812 |
+
.toolbar-bottom .toolbar .view-mode .list{
|
813 |
+
display: inline-block;
|
814 |
+
float: left;
|
815 |
+
height: 19px;
|
816 |
+
line-height: 19px;
|
817 |
+
margin-left: 10px;
|
818 |
+
padding: 0;
|
819 |
+
text-indent: -999em;
|
820 |
+
width: 19px;
|
821 |
+
}
|
822 |
+
.toolbar-top .toolbar .view-mode strong.list,
|
823 |
+
.toolbar-bottom .toolbar .view-mode strong.list,
|
824 |
+
.toolbar-top .toolbar .view-mode strong.grid,
|
825 |
+
.toolbar-bottom .toolbar .view-mode strong.grid{
|
826 |
+
border: none;
|
827 |
+
}
|
828 |
+
.toolbar-top .toolbar .view-mode strong.list span,
|
829 |
+
.toolbar-bottom .toolbar .view-mode strong.list span,
|
830 |
+
.toolbar-top .toolbar .view-mode .grid span,
|
831 |
+
.toolbar-bottom .toolbar .view-mode strong.grid span{
|
832 |
+
background: url("../images/toolbar-mode.png") no-repeat 0 -19px;
|
833 |
+
display: block;
|
834 |
+
}
|
835 |
+
.toolbar-top .toolbar .view-mode strong.grid span,
|
836 |
+
.toolbar-bottom .toolbar .view-mode strong.grid span{
|
837 |
+
background-position: 0 0;
|
838 |
+
}
|
839 |
+
.toolbar-top .toolbar .view-mode a.list span,
|
840 |
+
.toolbar-bottom .toolbar .view-mode a.list span,
|
841 |
+
.toolbar-top .toolbar .view-mode a.grid span,
|
842 |
+
.toolbar-bottom .toolbar .view-mode a.grid span{
|
843 |
+
background: url("../images/toolbar-mode-active.png") no-repeat 0 -19px;
|
844 |
+
display: block;
|
845 |
+
}
|
846 |
+
.toolbar-top .toolbar .view-mode a.grid span,
|
847 |
+
.toolbar-bottom .toolbar .view-mode a.grid span{
|
848 |
+
background-position: 0 0;
|
849 |
+
}
|
850 |
+
.category-products p.no-rating{
|
851 |
+
font-size: 11px;
|
852 |
+
min-height: 31px;
|
853 |
+
}
|
854 |
+
/* CATEGORY VIEW END */
|
855 |
+
|
856 |
+
/* PRODUCTS VIEW */
|
857 |
+
a.product-image{
|
858 |
+
display: block;
|
859 |
+
height: auto !important;
|
860 |
+
padding: 0;
|
861 |
+
text-align: center;
|
862 |
+
width: 100%;
|
863 |
+
}
|
864 |
+
a.product-image img{
|
865 |
+
max-height: 100%;
|
866 |
+
max-width: 100%;
|
867 |
+
}
|
868 |
+
ul.products-grid{
|
869 |
+
border: none;
|
870 |
+
float: left;
|
871 |
+
margin: 0;
|
872 |
+
padding: 0;
|
873 |
+
width: 100% !important;
|
874 |
+
}
|
875 |
+
ul.products-grid .item{
|
876 |
+
float: left;
|
877 |
+
padding: 0;
|
878 |
+
}
|
879 |
+
ul.products-grid .first{
|
880 |
+
|
881 |
+
}
|
882 |
+
ul.products-grid .last{
|
883 |
+
float: right;
|
884 |
+
}
|
885 |
+
ul.products-grid .item .spacer{
|
886 |
+
|
887 |
+
}
|
888 |
+
ul.products-grid .first .spacer{
|
889 |
+
|
890 |
+
}
|
891 |
+
ul.products-grid .last .spacer{
|
892 |
+
|
893 |
+
}
|
894 |
+
div.product-image{
|
895 |
+
height: 200px !important;
|
896 |
+
overflow: hidden;
|
897 |
+
position: relative;
|
898 |
+
text-align: center;
|
899 |
+
width: 100%;
|
900 |
+
}
|
901 |
+
div.product-image a.product-image{
|
902 |
+
|
903 |
+
}
|
904 |
+
div.product-image img{
|
905 |
+
border: 0 none;
|
906 |
+
height: auto;
|
907 |
+
/*
|
908 |
+
max-height: 100%;
|
909 |
+
max-width: 100%; */
|
910 |
+
}
|
911 |
+
div.product-info{
|
912 |
+
clear: both;
|
913 |
+
}
|
914 |
+
ul.products-grid .product-name{
|
915 |
+
color: #2bbbd8;
|
916 |
+
display: block;
|
917 |
+
font-family: Arial;
|
918 |
+
font-weight: normal;
|
919 |
+
line-height: normal;
|
920 |
+
margin: 5px 0;
|
921 |
+
padding: 5px 0;
|
922 |
+
text-align: center;
|
923 |
+
}
|
924 |
+
|
925 |
+
.product-sale-off{
|
926 |
+
background: url("../images/icon-saleoff.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
|
927 |
+
color: #FFFFFF;
|
928 |
+
font-size: 14px;
|
929 |
+
font-weight: bold;
|
930 |
+
height: 40px;
|
931 |
+
padding: 15px 0;
|
932 |
+
text-align: center;
|
933 |
+
text-transform: uppercase;
|
934 |
+
width: 70px;
|
935 |
+
left: 40%;
|
936 |
+
position: absolute;
|
937 |
+
top: 0;
|
938 |
+
}
|
939 |
+
div.product-more{
|
940 |
+
background: none;
|
941 |
+
overflow: hidden;
|
942 |
+
}
|
943 |
+
div.product-more:hover{
|
944 |
+
|
945 |
+
}
|
946 |
+
.product-name,
|
947 |
+
h3.product-name{
|
948 |
+
display: block;
|
949 |
+
font-weight: normal;
|
950 |
+
line-height: normal;
|
951 |
+
margin-bottom: 5px;
|
952 |
+
padding-bottom: 5px;
|
953 |
+
text-decoration: none;
|
954 |
+
}
|
955 |
+
.product-name a,
|
956 |
+
h3.product-name a,
|
957 |
+
h4.product-name a{
|
958 |
+
color: #333333;
|
959 |
+
font-family: Arial;
|
960 |
+
font-size: 13px;
|
961 |
+
font-weight: bold;
|
962 |
+
line-height: normal;
|
963 |
+
text-decoration: none;
|
964 |
+
}
|
965 |
+
.product-item-inner div.ratings{
|
966 |
+
|
967 |
+
}
|
968 |
+
.product-item-inner div.ratings .rating-box {
|
969 |
+
display: inline-block;
|
970 |
+
float: none;
|
971 |
+
margin-right: 3px;
|
972 |
+
}
|
973 |
+
.product-item-inner div.ratings span.amount a{
|
974 |
+
text-decoration: none;
|
975 |
+
}
|
976 |
+
.category-products div.ratings .rating-links{
|
977 |
+
/* display: none; */
|
978 |
+
}
|
979 |
+
div.price-box{
|
980 |
+
font-family: 'Oswald',sans-serif;
|
981 |
+
overflow: hidden;
|
982 |
+
margin: 5px 0;
|
983 |
+
}
|
984 |
+
div.price-box span.regular-price .price,
|
985 |
+
div.price-box span.regular-price{
|
986 |
+
display: block;
|
987 |
+
float: none !important;
|
988 |
+
}
|
989 |
+
div.price-box p.old-price,
|
990 |
+
div.price-box p.special-price{
|
991 |
+
float: left;
|
992 |
+
margin: 0;
|
993 |
+
padding: 0;
|
994 |
+
}
|
995 |
+
div.price-box p.old-price{
|
996 |
+
padding: 0 3px 0 0;
|
997 |
+
}
|
998 |
+
div.price-box p.special-price{
|
999 |
+
width: 55%;
|
1000 |
+
}
|
1001 |
+
span.price{
|
1002 |
+
font-size: 18px;
|
1003 |
+
line-height: normal;
|
1004 |
+
font-weight: normal;
|
1005 |
+
padding: 0 5px;
|
1006 |
+
}
|
1007 |
+
div.price-box p.old-price span{
|
1008 |
+
color: #9C9C9C;
|
1009 |
+
font-size: 14px;
|
1010 |
+
font-weight: normal;
|
1011 |
+
line-height: 22px;
|
1012 |
+
text-decoration: line-through;
|
1013 |
+
padding-left: 0;
|
1014 |
+
}
|
1015 |
+
div.price-box p.special-price span{
|
1016 |
+
color: #FF4C29;
|
1017 |
+
font-weight: normal;
|
1018 |
+
}
|
1019 |
+
span.price-notice{}
|
1020 |
+
span.price-notice span.price{
|
1021 |
+
font-size: 13px;
|
1022 |
+
}
|
1023 |
+
.regular-price .price{
|
1024 |
+
color: #FF4C29;
|
1025 |
+
font-weight: normal;
|
1026 |
+
padding: 0;
|
1027 |
+
}
|
1028 |
+
|
1029 |
+
.products-grid .actions,
|
1030 |
+
.product-items .actions{
|
1031 |
+
bottom: auto;
|
1032 |
+
float: left;
|
1033 |
+
margin-top: 5px;
|
1034 |
+
position: relative;
|
1035 |
+
width: 100%;
|
1036 |
+
}
|
1037 |
+
button.button{
|
1038 |
+
background: url(../images/btn-bg.png);
|
1039 |
+
border: none;
|
1040 |
+
border-radius: 0 0 0 0;
|
1041 |
+
padding: 5px 15px 5px 33px;
|
1042 |
+
}
|
1043 |
+
button.button:hover{
|
1044 |
+
background: url(../images/nav-active.png);
|
1045 |
+
}
|
1046 |
+
button.button span{
|
1047 |
+
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
1048 |
+
border: medium none;
|
1049 |
+
color: #FFFFFF;
|
1050 |
+
display: inline-block;
|
1051 |
+
font-family: 'Oswald',sans-serif;
|
1052 |
+
font-size: 15px;
|
1053 |
+
font-weight: normal;
|
1054 |
+
line-height: normal;
|
1055 |
+
text-transform: uppercase;
|
1056 |
+
}
|
1057 |
+
button.button span,
|
1058 |
+
button.button span span{
|
1059 |
+
padding: 0;
|
1060 |
+
margin: 0;
|
1061 |
+
}
|
1062 |
+
.block .product-items-inner .actions{
|
1063 |
+
text-align: center;
|
1064 |
+
margin-top: 10px;
|
1065 |
+
}
|
1066 |
+
.block .actions a{
|
1067 |
+
float: none;
|
1068 |
+
}
|
1069 |
+
.actions ul.add-to-links{
|
1070 |
+
margin: 10px 0 0 0;
|
1071 |
+
padding: 0;
|
1072 |
+
clear: both;
|
1073 |
+
}
|
1074 |
+
ul.add-to-links{
|
1075 |
+
float: left;
|
1076 |
+
width: 100%;
|
1077 |
+
margin-top: 10px;
|
1078 |
+
}
|
1079 |
+
ul.add-to-links li{
|
1080 |
+
background: none;
|
1081 |
+
border: none;
|
1082 |
+
padding: 0 !important;
|
1083 |
+
display: inline;
|
1084 |
+
}
|
1085 |
+
ul.add-to-links li a{
|
1086 |
+
font-weight: normal;
|
1087 |
+
text-decoration: none;
|
1088 |
+
text-transform: none;
|
1089 |
+
}
|
1090 |
+
.add-to-links li a.link-compare{
|
1091 |
+
background-position: 0 -27px;
|
1092 |
+
}
|
1093 |
+
.add-to-links .separator{
|
1094 |
+
display: inline;
|
1095 |
+
}
|
1096 |
+
/* PRODUCT RATING */
|
1097 |
+
.rating-box,
|
1098 |
+
.rating-box .rating {
|
1099 |
+
background: url("../images/bkg_rating.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
|
1100 |
+
height: 14px;
|
1101 |
+
}
|
1102 |
+
.rating-box{
|
1103 |
+
background-position: 0 0;
|
1104 |
+
width: 70px;
|
1105 |
+
}
|
1106 |
+
/* PRODUCT RATING END */
|
1107 |
+
|
1108 |
+
/* PRODUCTS LIST VIEW */
|
1109 |
+
.products-list{
|
1110 |
+
float: left;
|
1111 |
+
width: 100%;
|
1112 |
+
}
|
1113 |
+
.products-list li.item{
|
1114 |
+
border-bottom: 1px solid #E0E0E0;
|
1115 |
+
padding: 10px 0;
|
1116 |
+
}
|
1117 |
+
.products-list div.product-image{
|
1118 |
+
display: block;
|
1119 |
+
min-height: 200px;
|
1120 |
+
overflow: hidden;
|
1121 |
+
padding: 5px 1%;
|
1122 |
+
margin: 0;
|
1123 |
+
text-align: center;
|
1124 |
+
width: 30% !important;
|
1125 |
+
float: left;
|
1126 |
+
}
|
1127 |
+
.products-list div.product-image a.product-image{
|
1128 |
+
display: block;
|
1129 |
+
width: 100%;
|
1130 |
+
height: 100%;
|
1131 |
+
margin: 0;
|
1132 |
+
padding: 0;
|
1133 |
+
}
|
1134 |
+
.products-list .product-more{
|
1135 |
+
width: 68%;
|
1136 |
+
float: right;
|
1137 |
+
margin: 0;
|
1138 |
+
padding: 0;
|
1139 |
+
text-align: left;
|
1140 |
+
}
|
1141 |
+
.products-list .price-box{
|
1142 |
+
float: none;
|
1143 |
+
}
|
1144 |
+
.products-list .price-box span.regular-price .price,
|
1145 |
+
.products-list .price-box span.regular-price{
|
1146 |
+
text-align: left;
|
1147 |
+
}
|
1148 |
+
.products-list .product-name{
|
1149 |
+
color: #2bbbd8;
|
1150 |
+
display: block;
|
1151 |
+
font-weight: bold;
|
1152 |
+
text-align: left;
|
1153 |
+
}
|
1154 |
+
.products-list .product-name a{
|
1155 |
+
color: #333;
|
1156 |
+
}
|
1157 |
+
.products-list .product-more div.ratings .rating-links{
|
1158 |
+
display: block;
|
1159 |
+
}
|
1160 |
+
.products-list .add-to-links .separator{
|
1161 |
+
display: inline;
|
1162 |
+
}
|
1163 |
+
.product-item-inner{
|
1164 |
+
margin: 8px;
|
1165 |
+
padding: 0 !important;
|
1166 |
+
overflow: hidden;
|
1167 |
+
}
|
1168 |
+
.product-item-inner:hover{
|
1169 |
+
|
1170 |
+
}
|
1171 |
+
/* PRODUCTS VIEW END */
|
1172 |
+
|
1173 |
+
/* PRODUCTS DETAILS VIEW */
|
1174 |
+
.product-view .box-tags .form-add button.button span{
|
1175 |
+
background: none;
|
1176 |
+
}
|
1177 |
+
.product-view .box-tags .form-add label{
|
1178 |
+
padding: 8px 0;
|
1179 |
+
}
|
1180 |
+
.product-view .box-tags .form-add input.input-text{
|
1181 |
+
padding: 7px 1px;
|
1182 |
+
}
|
1183 |
+
.product-view .box-tags .note{
|
1184 |
+
margin: 8px 0 0;
|
1185 |
+
}
|
1186 |
+
.product-view .product-shop .product-name,
|
1187 |
+
.product-view .product-shop .short-description,
|
1188 |
+
.product-view .product-shop .ratings,
|
1189 |
+
.product-view .product-shop .price-addtobox,
|
1190 |
+
.product-view .product-shop .product-options,
|
1191 |
+
.product-view .product-shop .product-options-bottom,
|
1192 |
+
.product-view .product-shop .productSocialSharing{
|
1193 |
+
float: left;
|
1194 |
+
width: 100%;
|
1195 |
+
margin: 10px 0 10px 0;
|
1196 |
+
}
|
1197 |
+
.product-view .product-shop .product-name{
|
1198 |
+
margin: 0;
|
1199 |
+
text-align: left;
|
1200 |
+
}
|
1201 |
+
.product-view .product-shop .short-description{
|
1202 |
+
margin: 0;
|
1203 |
+
}
|
1204 |
+
.product-view .product-shop .ratings,
|
1205 |
+
table.ratings-table,
|
1206 |
+
.product-collateral{
|
1207 |
+
clear: both;
|
1208 |
+
}
|
1209 |
+
.product-view{
|
1210 |
+
padding: 0 0 20px 0;
|
1211 |
+
overflow: hidden;
|
1212 |
+
}
|
1213 |
+
.product-view .product-shop{
|
1214 |
+
width: auto;
|
1215 |
+
float: left;
|
1216 |
+
}
|
1217 |
+
.product-view .product-shop .product-name h1{
|
1218 |
+
font-size: 25px;
|
1219 |
+
font-weight: normal;
|
1220 |
+
line-height: normal;
|
1221 |
+
padding: 0px 0;
|
1222 |
+
margin: 0;
|
1223 |
+
}
|
1224 |
+
.product-view .product-shop .product-info p.product-cat{
|
1225 |
+
margin-bottom: 0;
|
1226 |
+
}
|
1227 |
+
.product-view .product-shop .product-info{
|
1228 |
+
border-right: 1px solid #314455;
|
1229 |
+
}
|
1230 |
+
.product-view .product-shop .product-info{
|
1231 |
+
width: 53%;
|
1232 |
+
float: left;
|
1233 |
+
}
|
1234 |
+
.product-view .product-shop .product-info .product-sku span,
|
1235 |
+
.product-view .product-shop .product-info .availability span.in-stock,
|
1236 |
+
.product-view .product-shop .product-info .availability span.out-stock,
|
1237 |
+
.product-view .product-shop .product-info .product-cat span{
|
1238 |
+
color: #6e758c;
|
1239 |
+
}
|
1240 |
+
.product-view .product-img-box{
|
1241 |
+
float: left;
|
1242 |
+
margin-right: 3%;
|
1243 |
+
overflow: hidden;
|
1244 |
+
width: 45%;
|
1245 |
+
}
|
1246 |
+
.product-view .product-img-box .product-image-zoom{
|
1247 |
+
background: none repeat scroll 0 0 #EEEEEE;
|
1248 |
+
border: 1px solid #E4E4E4;
|
1249 |
+
border-radius: 5px;
|
1250 |
+
height: 280px;
|
1251 |
+
overflow: hidden;
|
1252 |
+
padding: 10px 3%;
|
1253 |
+
text-align: center;
|
1254 |
+
width: 93%;
|
1255 |
+
}
|
1256 |
+
.product-view .product-img-box .product-image-zoom a{
|
1257 |
+
display: block;
|
1258 |
+
}
|
1259 |
+
span.zoom-icon{
|
1260 |
+
background: url("../images/zoom-icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
|
1261 |
+
bottom: 10px;
|
1262 |
+
cursor: pointer;
|
1263 |
+
display: block;
|
1264 |
+
height: 16px;
|
1265 |
+
position: absolute;
|
1266 |
+
right: 10px;
|
1267 |
+
width: 16px;
|
1268 |
+
}
|
1269 |
+
.product-view .product-img-box .zoom {
|
1270 |
+
background: none;
|
1271 |
+
}
|
1272 |
+
.product-view .product-img-box .zoom #track {
|
1273 |
+
background: url("../images/slider_bg.gif") repeat-x scroll 50% 50% rgba(0, 0, 0, 0);
|
1274 |
+
cursor: pointer;
|
1275 |
+
}
|
1276 |
+
|
1277 |
+
|
1278 |
+
.product-addtocart-area{
|
1279 |
+
float: right;
|
1280 |
+
width: 52%;
|
1281 |
+
}
|
1282 |
+
.product-view .product-shop .price-addtobox{
|
1283 |
+
border-bottom: 1px solid #e6e6e1;
|
1284 |
+
border-top: 1px solid #e6e6e1;
|
1285 |
+
padding: 20px 0 0px 0;
|
1286 |
+
}
|
1287 |
+
.product-view div.price-box{
|
1288 |
+
clear: both;
|
1289 |
+
}
|
1290 |
+
.product-view div.price-box span.regular-price,
|
1291 |
+
.product-view div.price-box span.regular-price span,
|
1292 |
+
.product-view div.price-box p.old-price,
|
1293 |
+
.product-view div.price-box p.special-price{
|
1294 |
+
width: auto;
|
1295 |
+
text-align: left;
|
1296 |
+
}
|
1297 |
+
.product-view div.price-box p.old-price,
|
1298 |
+
.product-view div.price-box p.special-price{
|
1299 |
+
float: left;
|
1300 |
+
}
|
1301 |
+
.product-view div.price-box p.old-price,
|
1302 |
+
.product-view div.price-box p.old-price span{
|
1303 |
+
|
1304 |
+
}
|
1305 |
+
.product-view div.price-box p.special-price,
|
1306 |
+
.product-view div.price-box p.special-price span{
|
1307 |
+
color: #444;
|
1308 |
+
}
|
1309 |
+
.product-view p.availability{
|
1310 |
+
background: none repeat scroll 0 0 #F9F9F9;
|
1311 |
+
float: left;
|
1312 |
+
padding: 10px;
|
1313 |
+
padding-right: 30px;
|
1314 |
+
margin-bottom: 10px;
|
1315 |
+
}
|
1316 |
+
.product-view .out-of-stock span,
|
1317 |
+
.product-view .in-stock span{
|
1318 |
+
background: url("../images/stock-icon.png") no-repeat;
|
1319 |
+
font-weight: normal;
|
1320 |
+
padding-bottom: 1px;
|
1321 |
+
padding-left: 20px;
|
1322 |
+
padding-top: 1px
|
1323 |
+
}
|
1324 |
+
.product-view .in-stock span,
|
1325 |
+
.product-view .out-of-stock span{
|
1326 |
+
color: #86b113;
|
1327 |
+
font-weight: bold;
|
1328 |
+
padding-bottom: 1px;
|
1329 |
+
padding-top: 1px;
|
1330 |
+
}
|
1331 |
+
.product-view .out-of-stock span{
|
1332 |
+
background-position: 0 -15px;
|
1333 |
+
}
|
1334 |
+
|
1335 |
+
.product-options dt label{
|
1336 |
+
font-size: 14px;
|
1337 |
+
font-weight: normal;
|
1338 |
+
text-transform: uppercase;
|
1339 |
+
}
|
1340 |
+
.product-view .add-to-box{
|
1341 |
+
padding: 0;
|
1342 |
+
}
|
1343 |
+
.product-view .add-to-cart input#qty{
|
1344 |
+
border: 1px solid #e5e5e5;
|
1345 |
+
padding: 9px;
|
1346 |
+
text-align: center;
|
1347 |
+
}
|
1348 |
+
.product-view .add-to-cart label{
|
1349 |
+
color: #6E758C;
|
1350 |
+
font-weight: normal;
|
1351 |
+
padding: 10px 1px;
|
1352 |
+
}
|
1353 |
+
.product-view .add-to-cart label,
|
1354 |
+
.product-view .add-to-cart .qty{
|
1355 |
+
|
1356 |
+
}
|
1357 |
+
.product-view button.btn-cart,
|
1358 |
+
.product-view button.btn-cart span,
|
1359 |
+
.product-view button.btn-cart span span{
|
1360 |
+
color: #FFF;
|
1361 |
+
font-size: 16px;
|
1362 |
+
float: none;
|
1363 |
+
}
|
1364 |
+
.product-view button.btn-cart{
|
1365 |
+
|
1366 |
+
padding: 5px 10px 5px 30px;
|
1367 |
+
}
|
1368 |
+
.product-view button.btn-cart:hover{
|
1369 |
+
|
1370 |
+
}
|
1371 |
+
.product-view button.btn-cart:hover span,
|
1372 |
+
.product-view button.btn-cart:hover span span{
|
1373 |
+
color: #FFF;
|
1374 |
+
}
|
1375 |
+
.product-view .product-addtocart-area .add-to-box .or{
|
1376 |
+
line-height: 39px;
|
1377 |
+
margin: 0 1px;
|
1378 |
+
}
|
1379 |
+
.product-view .product-addtocart-area a{
|
1380 |
+
|
1381 |
+
}
|
1382 |
+
.product-view .product-addtocart-area a:hover{
|
1383 |
+
|
1384 |
+
}
|
1385 |
+
.product-view p.no-rating{
|
1386 |
+
float: left;
|
1387 |
+
margin: 10px 0;
|
1388 |
+
width: 100%;
|
1389 |
+
}
|
1390 |
+
.product-view .rating-box{
|
1391 |
+
margin-right: 10px;
|
1392 |
+
}
|
1393 |
+
.product-view p.rating-links{
|
1394 |
+
font-size: 12px;
|
1395 |
+
}
|
1396 |
+
.product-collateral .box-collateral{
|
1397 |
+
margin-bottom: 10px;
|
1398 |
+
}
|
1399 |
+
div.product-collateral {
|
1400 |
+
background: none repeat scroll 0 0 #EDF0F2;
|
1401 |
+
padding: 15px;
|
1402 |
+
}
|
1403 |
+
div.product-collateral h2{
|
1404 |
+
font-weight: normal;
|
1405 |
+
}
|
1406 |
+
.product-view .box-reviews .form-add h3 span{
|
1407 |
+
color: #E26703;
|
1408 |
+
font-weight: normal;
|
1409 |
+
}
|
1410 |
+
.product-view .product-options dt label.required em {
|
1411 |
+
color: #EB340A;
|
1412 |
+
margin-right: 5px;
|
1413 |
+
}
|
1414 |
+
.product-view .product-options dd,
|
1415 |
+
.product-view .product-options dl.last dd.last{
|
1416 |
+
border: medium none;
|
1417 |
+
margin: 0;
|
1418 |
+
padding: 8px 0;
|
1419 |
+
}
|
1420 |
+
.product-view .product-options,
|
1421 |
+
.product-view .product-options-bottom{
|
1422 |
+
background: none;
|
1423 |
+
position: relative;
|
1424 |
+
}
|
1425 |
+
.product-view .product-options-bottom{
|
1426 |
+
border: none;
|
1427 |
+
margin: 0;
|
1428 |
+
margin-top: 0px !important;
|
1429 |
+
padding: 0;
|
1430 |
+
}
|
1431 |
+
.product-view .product-options-bottom .price-box{
|
1432 |
+
/* display: none; */
|
1433 |
+
float: left;
|
1434 |
+
margin: 5px 20px 5px 0;;
|
1435 |
+
padding: 0;
|
1436 |
+
}
|
1437 |
+
.product-view .product-options select{
|
1438 |
+
max-width: none;
|
1439 |
+
}
|
1440 |
+
table#upsell-product-table{
|
1441 |
+
|
1442 |
+
}
|
1443 |
+
table#upsell-product-table h3.product-name{
|
1444 |
+
margin-top: 10px;
|
1445 |
+
}
|
1446 |
+
table#upsell-product-table div.price-box span.regular-price{
|
1447 |
+
padding: 0;
|
1448 |
+
float: right;
|
1449 |
+
}
|
1450 |
+
table#upsell-product-table div.price-box p.old-price{
|
1451 |
+
line-height: normal;
|
1452 |
+
}
|
1453 |
+
table#upsell-product-table div.price-box p.old-price span{
|
1454 |
+
color: #FF7D59;
|
1455 |
+
font-weight: normal;
|
1456 |
+
line-height: 25px;
|
1457 |
+
text-decoration: line-through;
|
1458 |
+
}
|
1459 |
+
table#upsell-product-table div.price-box p.special-price{
|
1460 |
+
float: right;
|
1461 |
+
}
|
1462 |
+
table#upsell-product-table div.price-box p.special-price span{
|
1463 |
+
|
1464 |
+
}
|
1465 |
+
table#upsell-product-table div.ratings{
|
1466 |
+
width: auto;
|
1467 |
+
}
|
1468 |
+
.product-view .box-up-sell .products-grid .ratings .rating-box{
|
1469 |
+
float: left;
|
1470 |
+
}
|
1471 |
+
.product-view .box-up-sell .products-grid td{
|
1472 |
+
width: auto;
|
1473 |
+
padding: 10px 25px;
|
1474 |
+
}
|
1475 |
+
.product-view .box-up-sell .products-grid td.empty{
|
1476 |
+
display: none;
|
1477 |
+
}
|
1478 |
+
.product-view .box-up-sell .products-grid td img{
|
1479 |
+
|
1480 |
+
}
|
1481 |
+
|
1482 |
+
.product-view .product-options{
|
1483 |
+
border: none;
|
1484 |
+
border-top: 1px solid #ebeced;
|
1485 |
+
border-bottom: 1px solid #ebeced;
|
1486 |
+
margin: 0px;
|
1487 |
+
padding: 0;
|
1488 |
+
overflow: hidden;
|
1489 |
+
}
|
1490 |
+
.product-view .product-shop .add-to-links{
|
1491 |
+
text-align: left;
|
1492 |
+
margin-top: 10px;
|
1493 |
+
}
|
1494 |
+
.product-view .product-shop .add-to-links a{
|
1495 |
+
color: #43596d;
|
1496 |
+
}
|
1497 |
+
.product-view .email-friend{
|
1498 |
+
clear: both;
|
1499 |
+
margin-top: 10px;
|
1500 |
+
}
|
1501 |
+
.product-view .email-friend a{
|
1502 |
+
background: url("../images/icon-email.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
|
1503 |
+
color: #666666;
|
1504 |
+
line-height: 27px;
|
1505 |
+
padding: 10px 0 10px 35px;
|
1506 |
+
}
|
1507 |
+
.product-view .email-friend.no-options{
|
1508 |
+
background: none;
|
1509 |
+
}
|
1510 |
+
.product-view .product-options dt{
|
1511 |
+
padding: 5px 0 0 0;
|
1512 |
+
}
|
1513 |
+
.product-view .product-options p.required{
|
1514 |
+
font-size: 12px;
|
1515 |
+
margin: 0;
|
1516 |
+
padding: 5px;
|
1517 |
+
position: absolute;
|
1518 |
+
right: 0;
|
1519 |
+
top: 0;
|
1520 |
+
}
|
1521 |
+
.product-shop .product-options-bottom div.price-box p.old-price,
|
1522 |
+
.product-shop .product-options-bottom div.price-box p.special-price{
|
1523 |
+
|
1524 |
+
}
|
1525 |
+
.product-shop .product-options-bottom div.price-box p.old-price span,
|
1526 |
+
.product-shop .product-options-bottom div.price-box p.special-price span{
|
1527 |
+
|
1528 |
+
}
|
1529 |
+
.product-shop .product-options-bottom div.price-box p.old-price span{
|
1530 |
+
padding-left:0;
|
1531 |
+
}
|
1532 |
+
.product-view .product-options-bottom .add-to-cart{
|
1533 |
+
float: left;
|
1534 |
+
}
|
1535 |
+
.product-view .product-options-bottom .add-to-cart label,
|
1536 |
+
.product-view .product-options-bottom .add-to-cart .qty{
|
1537 |
+
float: left;
|
1538 |
+
}
|
1539 |
+
.product-view .product-options-bottom .add-to-cart .qty {
|
1540 |
+
padding: 2px;
|
1541 |
+
}
|
1542 |
+
|
1543 |
+
.productSocialSharing{
|
1544 |
+
float: left;
|
1545 |
+
margin: 10px 0;
|
1546 |
+
width: 100%;
|
1547 |
+
}
|
1548 |
+
.productSocialSharing .socialSharing{
|
1549 |
+
float: left;
|
1550 |
+
}
|
1551 |
+
.productSocialSharing .facebookButton,
|
1552 |
+
.productSocialSharing .twitterButton{
|
1553 |
+
|
1554 |
+
}
|
1555 |
+
.productSocialSharing .facebookButton{
|
1556 |
+
margin-right: 12px;
|
1557 |
+
}
|
1558 |
+
.product-view .product-collateral{
|
1559 |
+
background: none;
|
1560 |
+
padding: 0;
|
1561 |
+
margin: 0;
|
1562 |
+
margin-top: 15px;
|
1563 |
+
}
|
1564 |
+
.product-view .tab-list .tab{
|
1565 |
+
padding: 5px 20px;
|
1566 |
+
margin-right: 10px;
|
1567 |
+
}
|
1568 |
+
.product-view .tab-list .tab span{
|
1569 |
+
color: #666;
|
1570 |
+
font-weight: normal;
|
1571 |
+
padding: 0;
|
1572 |
+
}
|
1573 |
+
.product-view .tab-list .active{
|
1574 |
+
border-bottom: 1px solid #FFFFFF;
|
1575 |
+
}
|
1576 |
+
.product-view .tab-list .active span{
|
1577 |
+
color: #333;
|
1578 |
+
}
|
1579 |
+
.product-view .tab-list .tab-content{
|
1580 |
+
|
1581 |
+
}
|
1582 |
+
.product-view .tab-list .tab-container{
|
1583 |
+
top: 35px;
|
1584 |
+
}
|
1585 |
+
#zoom{
|
1586 |
+
z-index: 99999;
|
1587 |
+
}
|
1588 |
+
#zoom_table td.mm{
|
1589 |
+
border-radius: 3px 3px 3px 3px;
|
1590 |
+
-moz-box-shadow: 5px 5px 5px 5px #888;
|
1591 |
+
-webkit-box-shadow: 5px 5px 5px 5px #888;
|
1592 |
+
box-shadow: 5px 5px 5px 5px #888;
|
1593 |
+
z-index: 999;
|
1594 |
+
}
|
1595 |
+
a#zoom_close{
|
1596 |
+
background: url("../images/closebox.png");
|
1597 |
+
width: 30px;
|
1598 |
+
height: 30px;
|
1599 |
+
display: block;
|
1600 |
+
}
|
1601 |
+
/* PRODUCTS DETAILS VIEW END */
|
1602 |
+
|
1603 |
+
/* PRODUCTS RELATED */
|
1604 |
+
.block-related{
|
1605 |
+
position: relative;
|
1606 |
+
}
|
1607 |
+
.sidebar .block-related h3.block-title{
|
1608 |
+
background: none;
|
1609 |
+
border-bottom: 1px solid #e5e5e3;
|
1610 |
+
border-top: 1px solid #e5e5e3;
|
1611 |
+
color: #798281;
|
1612 |
+
font-size: 22px;
|
1613 |
+
line-height: normal;
|
1614 |
+
margin: 0 0 10px;
|
1615 |
+
padding: 8px 30px !important;
|
1616 |
+
text-align: center;
|
1617 |
+
text-transform: uppercase;
|
1618 |
+
}
|
1619 |
+
.related-slider{
|
1620 |
+
position: relative;
|
1621 |
+
overflow: visible !important;
|
1622 |
+
}
|
1623 |
+
.related-slider .controls{
|
1624 |
+
left: 0;
|
1625 |
+
margin: 0 7%;
|
1626 |
+
position: absolute;
|
1627 |
+
top: -39px;
|
1628 |
+
width: 85%;
|
1629 |
+
z-index: 9999;
|
1630 |
+
}
|
1631 |
+
.related-slider .controls .ico-next,
|
1632 |
+
.related-slider .controls .ico-prev{
|
1633 |
+
background: url("../images/slider-controls.png");
|
1634 |
+
width: 10px;
|
1635 |
+
height: 16px;
|
1636 |
+
display: block;
|
1637 |
+
text-indent: -999em;
|
1638 |
+
}
|
1639 |
+
.related-slider .controls .ico-next{
|
1640 |
+
background-position: -10px 0;
|
1641 |
+
float: right;
|
1642 |
+
}
|
1643 |
+
.related-slider .controls .ico-prev{
|
1644 |
+
float: left;
|
1645 |
+
}
|
1646 |
+
.carousel .middle {
|
1647 |
+
overflow: hidden;
|
1648 |
+
position: relative;
|
1649 |
+
z-index: 1;
|
1650 |
+
}
|
1651 |
+
.related-slider .inner{
|
1652 |
+
width: 2500px;
|
1653 |
+
}
|
1654 |
+
.related-slider .inner .related-slide {
|
1655 |
+
border: none;
|
1656 |
+
float: left;
|
1657 |
+
width: 220px;
|
1658 |
+
}
|
1659 |
+
|
1660 |
+
.related-products-list{
|
1661 |
+
|
1662 |
+
}
|
1663 |
+
.related-products-list li.item{
|
1664 |
+
float: left;
|
1665 |
+
}
|
1666 |
+
.related-products-list li.item .product-item-inner{
|
1667 |
+
background: none;
|
1668 |
+
border: none;
|
1669 |
+
border-radius: 0;
|
1670 |
+
}
|
1671 |
+
.related-products-list li.item .product-item-inner:hover{
|
1672 |
+
border: none;
|
1673 |
+
margin: 0;
|
1674 |
+
padding: 0;
|
1675 |
+
}
|
1676 |
+
.related-products-list li.item .product{
|
1677 |
+
padding: 0;
|
1678 |
+
margin: 0;
|
1679 |
+
}
|
1680 |
+
.related-products-list li.first .product{
|
1681 |
+
|
1682 |
+
}
|
1683 |
+
.related-products-list li.last .product{
|
1684 |
+
|
1685 |
+
}
|
1686 |
+
ol.related-products-list .product-details{
|
1687 |
+
margin: 0;
|
1688 |
+
padding: 0;
|
1689 |
+
}
|
1690 |
+
ol.related-products-list li .product a.product-image{
|
1691 |
+
border: none;
|
1692 |
+
display: block;
|
1693 |
+
text-align: center;
|
1694 |
+
width: 100%;
|
1695 |
+
}
|
1696 |
+
ol.related-products-list .product-details{
|
1697 |
+
background: none;
|
1698 |
+
clear: both;
|
1699 |
+
overflow: hidden;
|
1700 |
+
padding: 0px;
|
1701 |
+
}
|
1702 |
+
ol.related-products-list .product-details .product-name{
|
1703 |
+
color: #333333;
|
1704 |
+
display: block;
|
1705 |
+
line-height: normal;
|
1706 |
+
margin-bottom: 5px;
|
1707 |
+
padding-bottom: 5px;
|
1708 |
+
font-size: 15px;
|
1709 |
+
}
|
1710 |
+
ol.related-products-list .product-details .ratings{
|
1711 |
+
margin-top: 12px;
|
1712 |
+
}
|
1713 |
+
ol.related-products-list .product-details .ratings .amount{
|
1714 |
+
display: none;
|
1715 |
+
}
|
1716 |
+
.related-products-list div.price-box p.old-price, div.price-box p.special-price,
|
1717 |
+
.related-products-list div.price-box p.old-price, div.price-box p.special-price{
|
1718 |
+
/* width: auto; */
|
1719 |
+
}
|
1720 |
+
.related-products-list div.price-box p span ,
|
1721 |
+
.related-products-list div.price-box span.regular-price ,
|
1722 |
+
.related-products-list div.price-box span.regular-price span {
|
1723 |
+
font-weight: normal;
|
1724 |
+
}
|
1725 |
+
ul.related-row-list{
|
1726 |
+
float: left;
|
1727 |
+
width: 100%;
|
1728 |
+
}
|
1729 |
+
ul.related-row-list li.item .product{
|
1730 |
+
margin: 0 0px;
|
1731 |
+
}
|
1732 |
+
ul.related-row-list li.first .product{
|
1733 |
+
margin: 0 0;
|
1734 |
+
}
|
1735 |
+
ul.related-row-list li.last .product{
|
1736 |
+
margin: 0 0;
|
1737 |
+
}
|
1738 |
+
ul.related-row-list li.item input.checkbox{
|
1739 |
+
margin: 0 0 0 10px;
|
1740 |
+
}
|
1741 |
+
ol.related-products-list .product-details ul.add-to-links{
|
1742 |
+
margin: 0;
|
1743 |
+
}
|
1744 |
+
.block-related .product .product-image,
|
1745 |
+
.block-related .product .product-details{
|
1746 |
+
margin: 0;
|
1747 |
+
text-align: center;
|
1748 |
+
width: 100% !important;
|
1749 |
+
}
|
1750 |
+
.block-related .product .product-details .actions{
|
1751 |
+
margin-top: 5px;
|
1752 |
+
text-align: center;
|
1753 |
+
}
|
1754 |
+
.block-related .product .product-details .add-to-links{
|
1755 |
+
margin-top: 5px;
|
1756 |
+
}
|
1757 |
+
.block-related div.price-box p.old-price{
|
1758 |
+
text-align: left;
|
1759 |
+
}
|
1760 |
+
/* PRODUCTS RELATED END */
|
1761 |
+
|
1762 |
+
/* REVIEW */
|
1763 |
+
form#review-form{
|
1764 |
+
|
1765 |
+
}
|
1766 |
+
form#review-form .buttons-set{
|
1767 |
+
float: left;
|
1768 |
+
border: none;
|
1769 |
+
}
|
1770 |
+
form#review-form textarea#review_field{
|
1771 |
+
padding: 5px 10px;
|
1772 |
+
}
|
1773 |
+
form#review-form .buttons-set button.button{
|
1774 |
+
|
1775 |
+
}
|
1776 |
+
form#review-form .buttons-set button.button span{
|
1777 |
+
line-height: 19px;
|
1778 |
+
}
|
1779 |
+
table#product-review-table{
|
1780 |
+
|
1781 |
+
}
|
1782 |
+
table#product-review-table tbody tr th{
|
1783 |
+
border-left: 1px solid #D9DDE3;
|
1784 |
+
}
|
1785 |
+
table#product-review-table thead tr.first th{
|
1786 |
+
background: #D9E5EE;
|
1787 |
+
border-top: 1px solid #D9DDE3;
|
1788 |
+
border-left: 1px solid #D9DDE3;
|
1789 |
+
}
|
1790 |
+
table#product-review-table tbody tr.first th{
|
1791 |
+
background: none;
|
1792 |
+
}
|
1793 |
+
table#product-review-table thead th,
|
1794 |
+
table#product-review-table thead td{
|
1795 |
+
color: #666;
|
1796 |
+
}
|
1797 |
+
/* REVIEW END */
|
1798 |
+
|
1799 |
+
/* BLOCK CART */
|
1800 |
+
|
1801 |
+
/* BLOCK CART END */
|
1802 |
+
|
1803 |
+
/* CART PAGE */
|
1804 |
+
.cart button.button,
|
1805 |
+
.cart button.button span{
|
1806 |
+
margin: 0;
|
1807 |
+
}
|
1808 |
+
.cart{
|
1809 |
+
overflow: hidden;
|
1810 |
+
}
|
1811 |
+
.cart .page-title h1 {
|
1812 |
+
margin: 0 0 0 0;
|
1813 |
+
}
|
1814 |
+
.cart fieldset{
|
1815 |
+
|
1816 |
+
}
|
1817 |
+
.cart table#shopping-cart-table{
|
1818 |
+
border-collapse: collapse;
|
1819 |
+
width: 100%;
|
1820 |
+
}
|
1821 |
+
.cart table#shopping-cart-table dl.item-options dt{
|
1822 |
+
margin-right: 10px;
|
1823 |
+
}
|
1824 |
+
.cart table#shopping-cart-table dl.item-options dd{
|
1825 |
+
color: #DD412B;
|
1826 |
+
margin-right: 15px;
|
1827 |
+
}
|
1828 |
+
.cart table#shopping-cart-table dl.item-options dt,
|
1829 |
+
.cart table#shopping-cart-table dl.item-options dd{
|
1830 |
+
float: left;
|
1831 |
+
padding: 0;
|
1832 |
+
}
|
1833 |
+
.btn-remove2 {
|
1834 |
+
margin-top: 5px;
|
1835 |
+
}
|
1836 |
+
.data-table td, .data-table th {
|
1837 |
+
padding: 8px 10px;
|
1838 |
+
vertical-align: top;
|
1839 |
+
}
|
1840 |
+
tr.first th{
|
1841 |
+
background: #60B99A;
|
1842 |
+
}
|
1843 |
+
.data-table thead th,
|
1844 |
+
.data-table thead td {
|
1845 |
+
font-size: 15px;
|
1846 |
+
font-weight: normal;
|
1847 |
+
line-height: normal;
|
1848 |
+
padding: 5px 10px;
|
1849 |
+
}
|
1850 |
+
.data-table tbody{
|
1851 |
+
|
1852 |
+
}
|
1853 |
+
.data-table tbody tr{
|
1854 |
+
|
1855 |
+
}
|
1856 |
+
.data-table tbody tr td{
|
1857 |
+
font-size: 15px;
|
1858 |
+
font-weight: normal;
|
1859 |
+
text-align: center;
|
1860 |
+
}
|
1861 |
+
.data-table thead th {
|
1862 |
+
background: url("../images/bkg_th.gif") repeat-x scroll 0 100% #D9E5EE;
|
1863 |
+
}
|
1864 |
+
.data-table tfoot tr.first td {
|
1865 |
+
background: url("../images/bkg_tfoot.gif") repeat-x scroll 0 0 #D9E5EE;
|
1866 |
+
}
|
1867 |
+
.data-table tbody tr td h3.product-name{
|
1868 |
+
text-align: left;
|
1869 |
+
}
|
1870 |
+
.data-table tbody tr td .item-options dl{
|
1871 |
+
text-align: left;
|
1872 |
+
}
|
1873 |
+
.data-table tbody tr td .item-options dt,
|
1874 |
+
.data-table tbody tr td .item-options dd{
|
1875 |
+
float: left;
|
1876 |
+
}
|
1877 |
+
.data-table tbody tr td .item-options dt{
|
1878 |
+
margin-right: 10px;
|
1879 |
+
}
|
1880 |
+
.data-table tbody tr td .item-options dd{
|
1881 |
+
color: #5E8AB4;
|
1882 |
+
margin-right: 15px;
|
1883 |
+
}
|
1884 |
+
.data-table tbody tr td h2.product-name,
|
1885 |
+
.data-table tbody tr td h2.product-name a{
|
1886 |
+
font-size: 18px;
|
1887 |
+
font-weight: normal;
|
1888 |
+
text-align: left;
|
1889 |
+
text-decoration: none;
|
1890 |
+
}
|
1891 |
+
.data-table tbody tr td span{
|
1892 |
+
font-size: 16px;
|
1893 |
+
font-weight: normal;
|
1894 |
+
}
|
1895 |
+
td.a-right{
|
1896 |
+
text-align: right;
|
1897 |
+
}
|
1898 |
+
.cart-collaterals{
|
1899 |
+
margin-top: 10px;
|
1900 |
+
padding: 10px 0 0 0;
|
1901 |
+
overflow: hidden;
|
1902 |
+
}
|
1903 |
+
.cart-collaterals .col2-set{
|
1904 |
+
width: 62% !important;
|
1905 |
+
float: left;
|
1906 |
+
}
|
1907 |
+
.cart-collaterals .col2-set .col-1,
|
1908 |
+
.cart-collaterals .col2-set .col-2{
|
1909 |
+
width: 49% !important;
|
1910 |
+
float: left;
|
1911 |
+
}
|
1912 |
+
.cart-collaterals .col2-set .col-2{
|
1913 |
+
float: right;
|
1914 |
+
}
|
1915 |
+
.cart-collaterals .col2-set #discount-coupon-form,
|
1916 |
+
.cart-collaterals .col2-set .shipping {
|
1917 |
+
background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFFF;
|
1918 |
+
border: 1px solid #D0CBC1;
|
1919 |
+
display: block;
|
1920 |
+
margin: 0 0 18px;
|
1921 |
+
padding: 12px 15px;
|
1922 |
+
/* border: 1px solid #CCCCCC;
|
1923 |
+
margin-bottom: 10px;
|
1924 |
+
overflow: hidden;
|
1925 |
+
padding: 0; */
|
1926 |
+
}
|
1927 |
+
.cart-collaterals .col2-set .shipping .form-list input.input-text{
|
1928 |
+
width: auto;
|
1929 |
+
}
|
1930 |
+
.cart-collaterals .col2-set .shipping .form-list select{
|
1931 |
+
width: 240px;
|
1932 |
+
}
|
1933 |
+
.cart .discount h2, .cart .shipping h2 {
|
1934 |
+
background-position: 0 0;
|
1935 |
+
background-repeat: no-repeat;
|
1936 |
+
color: #E26703;
|
1937 |
+
font: bold 13px/16px Arial,Helvetica,sans-serif;
|
1938 |
+
padding: 0 0 0 21px;
|
1939 |
+
text-transform: uppercase;
|
1940 |
+
}
|
1941 |
+
.cart .discount h2 {
|
1942 |
+
background-image: url("../images/i_discount.gif");
|
1943 |
+
}
|
1944 |
+
.cart .shipping h2 {
|
1945 |
+
background-image: url("../images/i_shipping.gif");
|
1946 |
+
}
|
1947 |
+
|
1948 |
+
.cart-collaterals .totals {
|
1949 |
+
background: none repeat scroll 0 0 #DEE5E8;
|
1950 |
+
border: 1px solid #BEBCB7;
|
1951 |
+
float: right;
|
1952 |
+
padding: 10px;
|
1953 |
+
width: 33%;
|
1954 |
+
}
|
1955 |
+
.cart-collaterals .totals a{
|
1956 |
+
|
1957 |
+
}
|
1958 |
+
.cart-collaterals .totals table#shopping-cart-totals-table{
|
1959 |
+
border-collapse: collapse;
|
1960 |
+
text-align: right;
|
1961 |
+
width: 100%;
|
1962 |
+
}
|
1963 |
+
.cart-collaterals .totals table#shopping-cart-totals-table tfoot,
|
1964 |
+
.cart-collaterals .totals table#shopping-cart-totals-table tbody{
|
1965 |
+
|
1966 |
+
}
|
1967 |
+
.cart-collaterals .totals table#shopping-cart-totals-table tfoot td,
|
1968 |
+
.cart-collaterals .totals table#shopping-cart-totals-table tbody td{
|
1969 |
+
padding: 5px 0;
|
1970 |
+
vertical-align: bottom;
|
1971 |
+
}
|
1972 |
+
ul.checkout-types{
|
1973 |
+
padding: 10px 8px;
|
1974 |
+
text-align: center;
|
1975 |
+
}
|
1976 |
+
ul.checkout-types li{
|
1977 |
+
margin: 10px 0;
|
1978 |
+
}
|
1979 |
+
.cart .crosssell h2,
|
1980 |
+
.cart .crosssell h3.product-name{
|
1981 |
+
font-weight: normal;
|
1982 |
+
}
|
1983 |
+
.cart .crosssell h3.product-name a{
|
1984 |
+
font-size: 12px;
|
1985 |
+
}
|
1986 |
+
.cart .data-table tbody tr td{
|
1987 |
+
text-align: left;
|
1988 |
+
}
|
1989 |
+
.cart .data-table tbody tr td img{
|
1990 |
+
max-width: none !important;
|
1991 |
+
}
|
1992 |
+
.cart .crosssell .product-image{
|
1993 |
+
padding: 5px;
|
1994 |
+
}
|
1995 |
+
.cart .crosssell .product-details {
|
1996 |
+
margin-left: 100px;
|
1997 |
+
}
|
1998 |
+
.cart .discount h2{
|
1999 |
+
|
2000 |
+
}
|
2001 |
+
.cart-empty{
|
2002 |
+
padding: 15px 0;
|
2003 |
+
}
|
2004 |
+
.buttons-set{
|
2005 |
+
border: none;
|
2006 |
+
padding: 0;
|
2007 |
+
margin: 10px 0;
|
2008 |
+
}
|
2009 |
+
.buttons-set p.required{
|
2010 |
+
text-align: left;
|
2011 |
+
margin: 0 0 10px;
|
2012 |
+
}
|
2013 |
+
.buttons-set .back-link {
|
2014 |
+
margin-top: 4px;
|
2015 |
+
}
|
2016 |
+
#shipping-zip-form .buttons-set button.button,
|
2017 |
+
.discount-form .buttons-set button.button,
|
2018 |
+
#co-shipping-method-form .buttons-set button.button{
|
2019 |
+
/* float: left; */
|
2020 |
+
}
|
2021 |
+
.buttons-set button.button{
|
2022 |
+
|
2023 |
+
}
|
2024 |
+
.cart button.btn-continue{
|
2025 |
+
float: left;
|
2026 |
+
}
|
2027 |
+
/* CART PAGE END */
|
2028 |
+
|
2029 |
+
/* PRODUCT CHECK-OUT PAGE */
|
2030 |
+
.opc{
|
2031 |
+
|
2032 |
+
}
|
2033 |
+
.opc button.button,
|
2034 |
+
.opc button.button span{
|
2035 |
+
/* background: #FF7D59;
|
2036 |
+
color: #FFF; */
|
2037 |
+
float: right;
|
2038 |
+
text-decoration: none;
|
2039 |
+
}
|
2040 |
+
.opc {
|
2041 |
+
border: none;
|
2042 |
+
margin: 0;
|
2043 |
+
padding: 0 0 10px;
|
2044 |
+
}
|
2045 |
+
.opc .active {
|
2046 |
+
|
2047 |
+
}
|
2048 |
+
.opc li.section {
|
2049 |
+
border: none;
|
2050 |
+
position: relative;
|
2051 |
+
}
|
2052 |
+
.opc li.section:first-child {
|
2053 |
+
margin-top: 0;
|
2054 |
+
}
|
2055 |
+
.opc .step-title {
|
2056 |
+
background: url("../images/bkg_opc-title-off.gif") repeat-x scroll 0 100% #EEEEEE;
|
2057 |
+
border-color: 1px solid #D9DDE3;
|
2058 |
+
padding: 2px 5px;
|
2059 |
+
}
|
2060 |
+
.opc .allow .step-title {
|
2061 |
+
color: #FFFFFF;
|
2062 |
+
cursor: pointer;
|
2063 |
+
}
|
2064 |
+
.opc .active .step-title {
|
2065 |
+
background: none repeat scroll 0 0 #F9F3E3;
|
2066 |
+
border: 1px solid #BBAFA0;
|
2067 |
+
cursor: default;
|
2068 |
+
}
|
2069 |
+
|
2070 |
+
.opc .active .step-title .number {
|
2071 |
+
background: none repeat scroll 0 0 #F18200;
|
2072 |
+
color: #FFFFFF;
|
2073 |
+
}
|
2074 |
+
.opc .step {
|
2075 |
+
border: 1px solid #BBAFA0;
|
2076 |
+
border-top: none;
|
2077 |
+
overflow: hidden;
|
2078 |
+
padding: 10px;
|
2079 |
+
}
|
2080 |
+
.opc .step fieldset{
|
2081 |
+
border: none;
|
2082 |
+
}
|
2083 |
+
.opc .step .col2-set{
|
2084 |
+
float: left;
|
2085 |
+
width: 100%;
|
2086 |
+
}
|
2087 |
+
.opc .step .col2-set .col-1,
|
2088 |
+
.opc .step .col2-set .col-2{
|
2089 |
+
width: 48%;
|
2090 |
+
float: left;
|
2091 |
+
}
|
2092 |
+
.opc .step .col2-set .col-1{
|
2093 |
+
|
2094 |
+
}
|
2095 |
+
.opc .step .col2-set .col-2{
|
2096 |
+
float: right;
|
2097 |
+
}
|
2098 |
+
.opc .step-title .number {
|
2099 |
+
background: none repeat scroll 0 0 #FFFFFF;
|
2100 |
+
float: left;
|
2101 |
+
font-family: arial;
|
2102 |
+
font-size: 12px;
|
2103 |
+
font-weight: normal;
|
2104 |
+
line-height: normal;
|
2105 |
+
margin: 2px;
|
2106 |
+
padding: 3px 5px;
|
2107 |
+
}
|
2108 |
+
.opc .allow .number {
|
2109 |
+
color: #999;
|
2110 |
+
line-height: normal;
|
2111 |
+
margin: 2px;
|
2112 |
+
padding: 3px 5px;
|
2113 |
+
}
|
2114 |
+
.opc .active .number {
|
2115 |
+
color: #FFF;
|
2116 |
+
}
|
2117 |
+
.opc h2 {
|
2118 |
+
float: left;
|
2119 |
+
font-size: 13px;
|
2120 |
+
line-height: normal;
|
2121 |
+
margin: 5px 0;
|
2122 |
+
}
|
2123 |
+
.opc .allow h2 {
|
2124 |
+
color: #F18200;
|
2125 |
+
}
|
2126 |
+
.opc .active h2 {
|
2127 |
+
color: #F18200;
|
2128 |
+
}
|
2129 |
+
.opc .step-title h2{
|
2130 |
+
color: #999;
|
2131 |
+
}
|
2132 |
+
.opc .active .step-title h2 {
|
2133 |
+
color: #F18200;
|
2134 |
+
}
|
2135 |
+
.opc .step-title a {
|
2136 |
+
visibility: hidden;
|
2137 |
+
}
|
2138 |
+
.opc ul li{
|
2139 |
+
margin: 5px 0;
|
2140 |
+
overflow: hidden;
|
2141 |
+
padding: 0;
|
2142 |
+
}
|
2143 |
+
.opc ul li .field{
|
2144 |
+
margin: 5px 0;
|
2145 |
+
}
|
2146 |
+
.opc .buttons-set{
|
2147 |
+
border: none;
|
2148 |
+
padding: 15px 0 0;
|
2149 |
+
}
|
2150 |
+
.form-list label{
|
2151 |
+
padding-bottom: 5px;
|
2152 |
+
}
|
2153 |
+
.form-list li.fields .field {
|
2154 |
+
float: left;
|
2155 |
+
width: 250px;
|
2156 |
+
}
|
2157 |
+
table.checkout-review-table{
|
2158 |
+
width: 100%;
|
2159 |
+
}
|
2160 |
+
table#checkout-review-table tfoot tr td{
|
2161 |
+
vertical-align: bottom;
|
2162 |
+
}
|
2163 |
+
#opc-block-progress{
|
2164 |
+
|
2165 |
+
}
|
2166 |
+
.block-progress .block-title strong{
|
2167 |
+
font-size: 18px;
|
2168 |
+
}
|
2169 |
+
#checkout-progress-wrapper{
|
2170 |
+
|
2171 |
+
}
|
2172 |
+
#checkout-progress-wrapper .block-content{
|
2173 |
+
|
2174 |
+
}
|
2175 |
+
#checkout-progress-wrapper .block-content dl{
|
2176 |
+
|
2177 |
+
}
|
2178 |
+
#checkout-progress-wrapper .block-content dl dt{
|
2179 |
+
padding: 5px;
|
2180 |
+
}
|
2181 |
+
li#opc-review button.btn-checkout{
|
2182 |
+
border: none;
|
2183 |
+
}
|
2184 |
+
.multiple-checkout table#multiship-addresses-table .item-options,
|
2185 |
+
#checkoutSteps #opc-review table#checkout-review-table .item-options{
|
2186 |
+
|
2187 |
+
}
|
2188 |
+
.multiple-checkout .title-buttons button.button span,
|
2189 |
+
#multiship-addresses-table tfoot button.button span{
|
2190 |
+
background: none;
|
2191 |
+
text-transform: none;
|
2192 |
+
}
|
2193 |
+
#checkoutSteps h2,
|
2194 |
+
#checkoutSteps h3,
|
2195 |
+
#checkoutSteps h4,
|
2196 |
+
div.multiple-checkout h2,
|
2197 |
+
div.multiple-checkout h3,
|
2198 |
+
div.multiple-checkout h4{
|
2199 |
+
font-weight: normal;
|
2200 |
+
}
|
2201 |
+
.checkout-onepage-success .page-content{
|
2202 |
+
background: #fff;
|
2203 |
+
overflow: hidden;
|
2204 |
+
padding: 15px 0;
|
2205 |
+
}
|
2206 |
+
.block-progress dt {
|
2207 |
+
background: none repeat scroll 0 0 #EEEEEE;
|
2208 |
+
border: 1px solid #A3AEB3;
|
2209 |
+
color: #999999;
|
2210 |
+
font-size: 13px;
|
2211 |
+
font-weight: bold;
|
2212 |
+
line-height: 1.35;
|
2213 |
+
margin: 0 0 6px;
|
2214 |
+
padding: 2px 8px;
|
2215 |
+
}
|
2216 |
+
/* PRODUCT CHECK-OUT PAGE END */
|
2217 |
+
|
2218 |
+
/* ORDER PAGE */
|
2219 |
+
table#my-orders-table{
|
2220 |
+
width: 100%;
|
2221 |
+
}
|
2222 |
+
form#reorder-validate-detail .block-content{
|
2223 |
+
|
2224 |
+
}
|
2225 |
+
.col-left #cart-sidebar-reorder{
|
2226 |
+
|
2227 |
+
}
|
2228 |
+
.col-left #cart-sidebar-reorder li{
|
2229 |
+
margin: 5px 0;
|
2230 |
+
}
|
2231 |
+
form#reorder-validate-detail div.actions button.btn-cart{
|
2232 |
+
color: #FFFFFF;
|
2233 |
+
display: block;
|
2234 |
+
font: bold 12px/19px Arial,Helvetica,sans-serif;
|
2235 |
+
margin: 8px 0;
|
2236 |
+
padding: 5px 8px;
|
2237 |
+
text-align: center;
|
2238 |
+
white-space: nowrap;
|
2239 |
+
}
|
2240 |
+
form#reorder-validate-detail div.actions button.btn-cart span{
|
2241 |
+
padding:0;
|
2242 |
+
margin: 0;
|
2243 |
}
|
2244 |
+
/* ORDER PAGE END */
|
2245 |
|
2246 |
+
/* MY ACCOUNT PAGE */
|
2247 |
+
.my-account{
|
2248 |
+
|
|
|
|
|
|
|
2249 |
}
|
2250 |
+
.block-reorder input.checkbox,
|
2251 |
+
.dashboard .box-reviews .number,
|
2252 |
+
.dashboard .box-tags .number{
|
2253 |
+
margin-top: 1px;
|
|
|
2254 |
}
|
2255 |
+
.dashboard .welcome-msg{
|
2256 |
+
margin: 0 0 0 0;
|
2257 |
+
padding: 15px 0;
|
|
|
|
|
|
|
|
|
|
|
2258 |
}
|
2259 |
+
/* MY ACCOUNT PAGE END */
|
2260 |
+
|
2261 |
+
input.input-text,
|
2262 |
+
select, textarea,
|
2263 |
+
.product-custom-option {
|
2264 |
+
border: 1px solid #CCCCCC;
|
2265 |
+
font-size: 100%;
|
2266 |
font-weight: normal;
|
2267 |
+
outline: medium none;
|
2268 |
+
padding: 4px 4px 4px 4px;
|
2269 |
+
vertical-align: middle;
|
2270 |
}
|
2271 |
+
select{
|
2272 |
+
max-width: 250px;
|
|
|
|
|
|
|
2273 |
}
|
2274 |
+
input.input-text{
|
2275 |
+
border: 1px solid #CCCCCC;
|
2276 |
+
font-size: 100%;
|
2277 |
+
font-weight: normal;
|
2278 |
+
outline: medium none;
|
2279 |
+
vertical-align: middle;
|
2280 |
+
padding: 5px 10px;
|
2281 |
}
|
2282 |
+
div.validation-advice{
|
2283 |
+
color: #ff0000;
|
2284 |
+
font-size: 12px;
|
|
|
2285 |
font-weight: normal;
|
2286 |
+
padding-left: 0;
|
2287 |
+
}
|
2288 |
+
button.btn-proceed-checkout{
|
2289 |
+
|
2290 |
+
}
|
2291 |
+
button.btn-proceed-checkout span,
|
2292 |
+
button.btn-proceed-checkout span span{
|
2293 |
+
padding: 0;
|
2294 |
+
}
|
2295 |
+
.block .block-content{
|
2296 |
+
padding: 5px 0;
|
2297 |
+
}
|
2298 |
+
.block-account .block-title,
|
2299 |
+
.widget-title,
|
2300 |
+
.block-title{
|
2301 |
+
color: #00B2F6;
|
2302 |
+
font-size: 18px;
|
2303 |
+
font-family: 'Oswald',sans-serif;
|
2304 |
+
font-weight: normal;
|
2305 |
+
line-height: normal;
|
2306 |
+
text-transform: uppercase;
|
2307 |
+
margin: 0 0 10px;
|
2308 |
+
padding: 0 !important;
|
2309 |
+
}
|
2310 |
+
.block-reorder .block-title strong{
|
2311 |
+
|
2312 |
+
}
|
2313 |
+
.block-account .block-title strong{
|
2314 |
+
|
2315 |
+
font-size: 20px;
|
2316 |
+
}
|
2317 |
+
.block-title strong{
|
2318 |
+
background: none !important;
|
2319 |
+
font-weight: normal;
|
2320 |
+
}
|
2321 |
+
.block .block-title strong{
|
2322 |
+
font-size: 18px;
|
2323 |
+
font-weight: normal;
|
2324 |
+
}
|
2325 |
+
|
2326 |
+
/* MY WISHLIST */
|
2327 |
+
.my-wishlist{
|
2328 |
+
|
2329 |
+
}
|
2330 |
+
table#wishlist-table thead th{
|
2331 |
+
background: none repeat scroll 0 0 #60B99A;
|
2332 |
+
color: #FFFFFF;
|
2333 |
+
}
|
2334 |
+
table#wishlist-table .price-box{
|
2335 |
+
margin-top: 0 !important;
|
2336 |
+
}
|
2337 |
+
table#wishlist-table .price-box p.old-price,
|
2338 |
+
table#wishlist-table .price-box p.special-price{
|
2339 |
+
width: 100%;
|
2340 |
+
font-size: 25px !important;
|
2341 |
+
text-align: center;
|
2342 |
+
}
|
2343 |
+
table#wishlist-table .price-box p.regular-price .price,
|
2344 |
+
table#wishlist-table .price-box p.special-price .price{
|
2345 |
+
font-size: 30px !important;
|
2346 |
+
}
|
2347 |
+
table#wishlist-table .price-box .regular-price span.price-decimals,
|
2348 |
+
table#wishlist-table .price-box .special-price span.price-decimals{
|
2349 |
+
font-size: 15px !important;
|
2350 |
+
}
|
2351 |
+
.my-wishlist button.btn-cart{
|
2352 |
+
margin: 10px 0px;
|
2353 |
+
}
|
2354 |
+
.my-wishlist .buttons-set .btn-add span,
|
2355 |
+
.my-wishlist .buttons-set .btn-share span {
|
2356 |
+
background: none repeat scroll 0 0 #60B99A ;
|
2357 |
+
border-color: #406A83;
|
2358 |
+
}
|
2359 |
+
/* MY WISHLIST */
|
2360 |
+
|
2361 |
+
/* MY ACCOUNT PAGE */
|
2362 |
+
.fieldset .legend{
|
2363 |
+
font-weight: normal;
|
2364 |
+
padding: 3px 8px;
|
2365 |
}
|
2366 |
+
/* MY ACCOUNT PAGE END */
|
2367 |
+
|
2368 |
+
/* ACCOUNT LOGIN PAGE */
|
2369 |
+
.account-login{}
|
2370 |
+
.account-login .col2-set{
|
2371 |
+
|
2372 |
+
}
|
2373 |
+
.account-login .col2-set .col-1,
|
2374 |
+
.account-login .col2-set .col-2{
|
2375 |
+
/* width: 50%;
|
2376 |
+
float: left; */
|
2377 |
+
}
|
2378 |
+
.account-login{}
|
2379 |
+
/* ACCOUNT LOGIN PAGE END */
|
2380 |
+
|
2381 |
+
/* REGISTERED USERS */
|
2382 |
+
.registered-users{}
|
2383 |
+
#opc-login a.f-left,
|
2384 |
+
.registered-users a.f-left{
|
2385 |
+
margin-top: 8px;
|
2386 |
+
}
|
2387 |
+
/* REGISTERED USERS */
|
2388 |
|
2389 |
/* MA2 BLOCKS */
|
2390 |
.blocks-wrapper{
|
2508 |
width: 32%;
|
2509 |
}
|
2510 |
.width33 {
|
2511 |
+
width: 33.3333333333% !important;
|
2512 |
}
|
2513 |
.width34 {
|
2514 |
width: 34%;
|
2708 |
.width100 {
|
2709 |
width: 100%;
|
2710 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/fonts/index.html
ADDED
File without changes
|
skin/frontend/ma2/ante/css/green.css
CHANGED
@@ -1,165 +1,71 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
-webkit-border-fit
|
3 |
-
/* Reset ================================================================================= */
|
4 |
/**
|
5 |
-
*
|
6 |
-
*
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
.
|
22 |
-
|
23 |
-
/*
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
.
|
31 |
-
|
32 |
-
|
33 |
-
.
|
34 |
-
.
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
.
|
41 |
-
|
42 |
-
.
|
43 |
-
.
|
44 |
-
.
|
45 |
-
.
|
46 |
-
.
|
47 |
-
.
|
48 |
-
.
|
49 |
-
#
|
50 |
-
|
51 |
-
|
52 |
-
#
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
#
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
.
|
65 |
-
|
66 |
-
|
67 |
-
.
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
.
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
.ma2-preset-style-green ul#nav li.parent ul li.parent ul li.last a { border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
76 |
-
ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png") repeat scroll 0 0 transparent; opacity:0.73; -o-opacity:0.73; -moz-opacity:0.73; -webkit-opacity:0.73; }
|
77 |
-
.products-grid-bar li.item { float: left; list-style: none outside none; text-align: left; width: 30%; }
|
78 |
-
/* Show menu */
|
79 |
-
#nav li ul.shown-sub,
|
80 |
-
#nav li div.shown-sub { left:0; z-index:999; }
|
81 |
-
#nav li .shown-sub ul.shown-sub,
|
82 |
-
#nav li .shown-sub li div.shown-sub { left:136px; }
|
83 |
-
/* Show menu green*/
|
84 |
-
.ma2-preset-style-green #nav li ul.shown-sub,
|
85 |
-
.ma2-preset-style-green #nav li div.shown-sub { left:0; z-index:999; }
|
86 |
-
.ma2-preset-style-green #nav li .shown-sub ul.shown-sub,
|
87 |
-
.ma2-preset-style-green #nav li .shown-sub li div.shown-sub { left:136px; }
|
88 |
-
/* =========================================================== */
|
89 |
-
/* Add to Cart */
|
90 |
-
/* =================================================== */
|
91 |
-
.add-to-cart-green-style5 button.button { border-radius: 18px 0 0 18px; padding-left: 10px; }
|
92 |
-
.add-to-cart-green-style4 button.button { border-radius: 0px 8px 0px 8px; }
|
93 |
-
.add-to-cart-green-style3 button.button { border-radius: 18px 18px 18px 18px; padding-left: 10px; padding-right: 10px; }
|
94 |
-
.add-to-cart-green-style2 button.button { border-radius: 8px 0px 8px 0px; }
|
95 |
-
.add-to-cart-green-style1 button.button { border-radius: 68px 5px 68px 5px; padding-left: 10px; padding-right: 10px; }
|
96 |
-
.add-to-cart-green button.button,
|
97 |
-
.add-to-cart-green-style1 button.button,
|
98 |
-
.add-to-cart-green-style2 button.button,
|
99 |
-
.add-to-cart-green-style3 button.button,
|
100 |
-
.add-to-cart-green-style4 button.button,
|
101 |
-
.add-to-cart-green-style5 button.button { background:url("../images/apptocart-green.png") repeat scroll 10% 0 transparent; border: none; line-height: 27px; height: 27px; }
|
102 |
-
.add-to-cart-green button.button:hover,
|
103 |
-
.add-to-cart-green-style1 button.button:hover,
|
104 |
-
.add-to-cart-green-style2 button.button:hover,
|
105 |
-
.add-to-cart-green-style3 button.button:hover,
|
106 |
-
.add-to-cart-green-style4 button.button:hover,
|
107 |
-
.add-to-cart-green-style5 button.button:hover { background:url("../images/menuactive-green.png") repeat scroll 10% 0 transparent; }
|
108 |
-
.add-to-cart-green .button-shopping-cart button.button span span { height: 30px; line-height: 30px; padding-left: 30px; padding-right: 10px; }
|
109 |
-
/* ================ */
|
110 |
-
.ma2-preset-style-green .header .links li a span.ma2-cart { font-weight: none; color: #e86900; }
|
111 |
-
.ma2-preset-style-green .header .links li a span.ma2-cart { font-weight: none; color: #7ba62f; }
|
112 |
-
.ma2-preset-style-green button.button:hover { background:url("../images/menuactive-green.png") repeat scroll 0 0 transparent; }
|
113 |
-
.ma2-preset-style-green button.button { background:url("../images/apptocart-green.png") repeat scroll 0 0 transparent; }
|
114 |
-
.ma2-preset-style-green .button-shopping-cart button.button span { background:url("../images/buttonshopcartgreenblue.png") repeat scroll 0 0 transparent; }
|
115 |
-
.ma2-preset-style-green .slideshow-title,
|
116 |
-
.ma2-preset-style-green .block-cart .empty,
|
117 |
-
.ma2-preset-style-green .call-toll-free .call-title,
|
118 |
-
.ma2-preset-style-green .free_shipping .free_shipping-left .free_shipping_title,
|
119 |
-
.ma2-preset-style-green .free_shipping_onorder,
|
120 |
-
.ma2-preset-style-green .block-title-subscribe { color:#79a42e; }
|
121 |
-
.ma2-preset-style-green .cs-buttons a.cs-active { background:url("../images/itembaneactive-green.png") no-repeat scroll 0 0px transparent; }
|
122 |
-
.ma2-preset-style-green .free_shipping-right,
|
123 |
-
.ma2-preset-style-green .call-toll-free .number-call { color:#e96b07; }
|
124 |
-
.ma2-preset-style-green .product-title h5 a,
|
125 |
-
.ma2-preset-style-green .item-content .short-description-product { color:#333333; padding-bottom: 10px;}
|
126 |
-
.ma2-preset-style-green .special-price .price,
|
127 |
-
.ma2-preset-style-green .regular-price .price,
|
128 |
-
.ma2-preset-style-green .price-box .price { color:#E96B07; }
|
129 |
-
.ma2-preset-style-green .item-content .box-price .format-span-price2 { color:#e96b07; }
|
130 |
-
.ma2-preset-style-green .catalog-product-title .heading-box-product .format-span span,
|
131 |
-
.ma2-preset-style-green .page-title h1, .ma2-preset-style-green .page-title h2,
|
132 |
-
.ma2-preset-style-green .summary .amount a span,
|
133 |
-
.ma2-preset-style-green .item-title-view .heading-box-product .format-span span { color:#7aa52f; }
|
134 |
-
/* preset-style color for breadcrum */
|
135 |
-
/* ================================== */
|
136 |
-
.ma2-preset-style-green li.home a,
|
137 |
-
.ma2-preset-style-green li strong,
|
138 |
-
.ma2-preset-style-green li a,
|
139 |
-
.ma2-preset-style-green .box-view { color:#333333; }
|
140 |
-
.ma2-preset-style-green .products-list .product-name a { color:#333333; }
|
141 |
-
.ma2-preset-style-green .f-fix-first .desc { color:#888888; }
|
142 |
-
/* preset-style for Icon New and Icon Available */
|
143 |
-
/* ================================================ */
|
144 |
-
.ma2-preset-style-green .label-new { background-color:#f36d00; }
|
145 |
-
/* preset-style for toolbar */
|
146 |
-
/* ============================= */
|
147 |
-
.ma2-preset-style-green .toolbar-bottom .toolbar .pager .amount,
|
148 |
-
.ma2-preset-style-green .block p.block-subtitle { color:#666666; }
|
149 |
-
.ma2-preset-style-green .toolbar-bottom .toolbar .pager .pages strong,
|
150 |
-
.ma2-preset-style-green .toolbar-bottom .toolbar .pager .pages ol li a,
|
151 |
-
.ma2-preset-style-green .product-shop { color:#666666; }
|
152 |
-
.ma2-preset-style-green .toolbar-bottom .toolbar .pager .pages ol li.current { font-weight:bold; font-size:12px; }
|
153 |
-
.ma2-preset-style-green .toolbar-bottom .toolbar .pager .pages ol li.current { color:#85ad3c; }
|
154 |
-
.ma2-preset-style-green .a-center a,
|
155 |
-
.ma2-preset-style-green .buttons-set a.f-left { color:#ff4c29; font-style: italic; }
|
156 |
-
/* style for products details */
|
157 |
-
/* =========================================== */
|
158 |
-
.ma2-preset-style-green .product-collateral,
|
159 |
-
.ma2-preset-style-green .product-view .product-essential,
|
160 |
-
.ma2-preset-style-green .product-view .product-collateral { padding-left:0px; padding-right:10px; }
|
161 |
-
/* style for footer */
|
162 |
-
/* =========================================== */
|
163 |
-
.ma2-preset-style-green .footer-top-top,
|
164 |
-
.ma2-preset-style-green .footer-top-bottom { float:left; width:100%; text-align:left; }
|
165 |
-
.ma2-preset-style-green .footer a { color: #79A42E; }
|
|
|
|
|
|
|
1 |
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: green.css 13 2013-11-05 10:07:42Z minhnv $ */
|
21 |
+
|
22 |
+
a{
|
23 |
+
color: #E96B07;
|
24 |
+
}
|
25 |
+
|
26 |
+
.block-account .block-title,
|
27 |
+
.widget-title, .block-title{
|
28 |
+
color: #79A42E;
|
29 |
+
}
|
30 |
+
.topblocks .block-cart .block-content {
|
31 |
+
background: url("../images/green/cart-icon.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
|
32 |
+
}
|
33 |
+
#nav ul,
|
34 |
+
#nav li.over, #nav li.active {
|
35 |
+
background: url("../images/green/nav-active.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
|
36 |
+
}
|
37 |
+
.mainbottom1Area .block-title,
|
38 |
+
.mainbottom1Area .block-title strong,
|
39 |
+
.mainbottom1Area h3,
|
40 |
+
.mainbottom2Area .block-title,
|
41 |
+
.mainbottom2Area .block-title strong,
|
42 |
+
.mainbottom2Area h3,
|
43 |
+
.mainbottom3Area .block-title,
|
44 |
+
.mainbottom3Area .block-title strong,
|
45 |
+
.mainbottom3Area h3{
|
46 |
+
color: #79A42E;
|
47 |
+
}
|
48 |
+
.footer ul li a:hover{
|
49 |
+
color: #79A42E;
|
50 |
+
}
|
51 |
+
.regular-price .price,
|
52 |
+
div.price-box p.special-price span{
|
53 |
+
color: #E96B07;
|
54 |
+
}
|
55 |
+
button.button{
|
56 |
+
background: url(../images/green/btn-bg.png);
|
57 |
+
border: none;
|
58 |
+
border-radius: 0 0 0 0;
|
59 |
+
padding: 5px 15px 5px 33px;
|
60 |
+
}
|
61 |
+
button.button:hover{
|
62 |
+
background: url(../images/green/nav-active.png);
|
63 |
+
}
|
64 |
+
.product-view .product-options p.required {
|
65 |
+
color: #E96B07;
|
66 |
+
}
|
67 |
+
.toolbar-top .pager li.current,
|
68 |
+
.toolbar-bottom .pager li.current{
|
69 |
+
background: none repeat scroll 0 0 #E96B07;
|
70 |
+
border: 1px solid #E96B07;
|
71 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/index.html
ADDED
File without changes
|
skin/frontend/ma2/ante/css/ma2_manufacturers/css/frontend.css
DELETED
@@ -1,74 +0,0 @@
|
|
1 |
-
/**
|
2 |
-
* MagenMarket.com
|
3 |
-
*
|
4 |
-
* NOTICE OF LICENSE
|
5 |
-
*
|
6 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
-
* that is bundled with this package in the file LICENSE.txt.
|
8 |
-
* It is also available through the world-wide-web at this URL:
|
9 |
-
* http://opensource.org/licenses/osl-3.0.php
|
10 |
-
*
|
11 |
-
* DISCLAIMER
|
12 |
-
*
|
13 |
-
* Edit or modify this file with yourown risk.
|
14 |
-
*
|
15 |
-
* @category Extensions
|
16 |
-
* @package Ma2_Manufacturers Free
|
17 |
-
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
**/
|
20 |
-
/* $Id: frontend.css 3 2014-01-13 09:15:57Z linhnt $ */
|
21 |
-
|
22 |
-
.ma2-manufacturers{}
|
23 |
-
.ma2-manufacturers .clear {clear: both;}
|
24 |
-
.ma2-manufacturers .manufacturers{}
|
25 |
-
|
26 |
-
/* LIST */
|
27 |
-
.ma2-manufacturers .list{}
|
28 |
-
.ma2-manufacturers .list .manufacturer{}
|
29 |
-
|
30 |
-
/* GRID */
|
31 |
-
|
32 |
-
.ma2-manufacturers .grid{ padding: 10px; }
|
33 |
-
|
34 |
-
.ma2-manufacturers .grid .manufacturer{
|
35 |
-
float: left;
|
36 |
-
}
|
37 |
-
.ma2-manufacturers .manufacturer-inner{ padding: 5px; text-align: center; }
|
38 |
-
.ma2-manufacturers .grid .manufacturer-name{
|
39 |
-
display: block;
|
40 |
-
}
|
41 |
-
|
42 |
-
/* SLIDER */
|
43 |
-
.ma2-manufacturers .manufacturers {overflow: hidden;}
|
44 |
-
.ma2-manufacturers .slider {overflow: hidden; width:100%;}
|
45 |
-
.ma2-manufacturers .slider .manufacturer{
|
46 |
-
float: left;
|
47 |
-
}
|
48 |
-
.ma2-manufacturers .slider .manufacturer-name{
|
49 |
-
display: block;
|
50 |
-
}
|
51 |
-
.ma2-manufacturers .block-inner {position: relative;}
|
52 |
-
.ma2-manufacturers .slider-inner {width: 12356px;}
|
53 |
-
.ma2-manufacturers .manufacturer-slide {float: left;}
|
54 |
-
.ma2-manufacturers .manufacturer-slide .manufacturer-inner{padding: 5px; text-align: center;}
|
55 |
-
.ma2-manufacturers .controls {position: absolute; top: 0; right: 5px; z-index: 1;}
|
56 |
-
.ma2-manufacturers .controls a{
|
57 |
-
border: 1px solid #DDDDDD;
|
58 |
-
display: inline-block;
|
59 |
-
font-size: 18px;
|
60 |
-
height: 20px;
|
61 |
-
line-height: 18px;
|
62 |
-
margin: 1px;
|
63 |
-
outline: medium none;
|
64 |
-
text-align: center;
|
65 |
-
text-decoration: none;
|
66 |
-
width: 20px;
|
67 |
-
}
|
68 |
-
.manufacturer-inner > a {
|
69 |
-
color: #666666;
|
70 |
-
text-decoration: none;
|
71 |
-
}
|
72 |
-
.ma2-manufacturers {
|
73 |
-
border: 0px;
|
74 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/ma2_manufacturers/images/btn-brand-next.png
DELETED
Binary file
|
skin/frontend/ma2/ante/css/ma2_manufacturers/images/btn-brand-prevous.png
DELETED
Binary file
|
skin/frontend/ma2/ante/css/ma2_widgetproductlists/images/bg-btn-details.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/css/ma2_widgetproductlists/images/sale.png
DELETED
Binary file
|
skin/frontend/ma2/ante/css/ma2_widgetproductlists/lightbox.css
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
#lightbox { position: absolute; top: 20px; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; color:#151410; }
|
2 |
-
#lightbox a, #lightbox a:hover { border-bottom:none; color:#151410; text-decoration:underline; }
|
3 |
-
#lightbox a img { border: none; }
|
4 |
-
#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
|
5 |
-
#imageContainer { padding: 10px; }
|
6 |
-
#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
|
7 |
-
#loadingLink { display:block; margin:0 auto; padding:0; width:32px; height:32px; background:url("images/loading.gif") center center no-repeat; text-indent:-9999px; }
|
8 |
-
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
|
9 |
-
#imageContainer>#hoverNav { left: 0; }
|
10 |
-
#hoverNav a { outline: none; }
|
11 |
-
#prevLinkImg, #nextLinkImg { width: 49%; height: 100%; background: transparent url("images/blank.gif") no-repeat; display: block; text-indent:-9999px; }
|
12 |
-
#prevLinkImg { left: 0; float: left;}
|
13 |
-
#nextLinkImg { right: 0; float: right;}
|
14 |
-
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
|
15 |
-
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }
|
16 |
-
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; }
|
17 |
-
#imageData{ padding:0 10px; }
|
18 |
-
#imageDetails{ width: 70%; float: left; text-align: left; }
|
19 |
-
#caption{ font-weight: bold; }
|
20 |
-
#numberDisplay{ display: block; clear: left; }
|
21 |
-
#detailsNav{ display: block; clear: left; padding:0 0 10px 0; }
|
22 |
-
#prevLinkDetails { margin:0 8px 0 0; }
|
23 |
-
#nextLinkDetails { margin:0 8px 0 0; }
|
24 |
-
#closeLink { display:block; margin:0; padding:0 0 10px 0; text-decoration:none; float:right; width:66px; height:28px; background:url("images/closelabel.gif") no-repeat; text-indent:-9999px; overflow:hidden; }
|
25 |
-
#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #151410; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
|
26 |
-
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
27 |
-
* html>body .clearfix { display: inline-block; width: 100%; }
|
28 |
-
* html .clearfix { height: 1%; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/ma2_widgetproductlists/ma2_widgetproductlists.css
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
/**
|
2 |
-
* Copyright 2013 NetQ
|
3 |
-
* Created by NetQ
|
4 |
-
*/
|
5 |
-
ul.products-grid, ul.featured-grid { padding:0px; }
|
6 |
-
.item-content { padding: 8px 20px 20px 0; position: relative; }
|
7 |
-
.category-products-widget { margin-top: 5px; }
|
8 |
-
.catalog-product-title { float: left; width: 98%; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; color: #6f5651; text-transform: uppercase; margin-bottom: 6px; margin-top:-5px; font-family:Arial; font-size: 26px; padding-bottom: 3px; padding-top: 3px; }
|
9 |
-
.note-message { float: left; width: 98%; color: #6f5651; text-transform: uppercase; margin-bottom: 6px; margin-top:-5px; font-family:Arial; font-size: 26px; padding-bottom: 3px; padding-top: 3px; }
|
10 |
-
.catalog-product-default { width: 100%; margin-top: 5px; display: inline-block; }
|
11 |
-
.short-description-product { overflow: hidden; }
|
12 |
-
.border-style { padding-top:3px; border-top: 1px solid #ededed; width:100%; margin-top:10px; }
|
13 |
-
.cart-style { border-bottom: 1px solid #ededed; width:96%; float:left; }
|
14 |
-
.featured-products ul.featured-grid li.item { float:left; list-style: none outside none; }
|
15 |
-
.product-title { min-height:36px; margin-top:15px; }
|
16 |
-
img.sticker-top-right { position: absolute; right: 9px; z-index: 6; }
|
17 |
-
.format-span-price1 { color: #CCCCCC; text-decoration: line-through; }
|
18 |
-
.format-span-price2 { font-family: oswald; font-size: 13pt; font-weight: normal; color:#333; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/ma2slideshow/protoshow.css
CHANGED
@@ -1,237 +1,305 @@
|
|
1 |
-
/* ####################################### */
|
2 |
-
/* ########### STANDARD SETUP ############ */
|
3 |
-
/* ####################################### */
|
4 |
-
|
5 |
-
.protoshow
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
.
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
.proto-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
.proto-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
}
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
.
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
background-color:
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
.proto-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
.proto-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
border: 1px solid #090809;
|
205 |
-
|
206 |
-
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
}
|
212 |
-
|
213 |
-
.proto-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* ####################################### */
|
2 |
+
/* ########### STANDARD SETUP ############ */
|
3 |
+
/* ####################################### */
|
4 |
+
|
5 |
+
.protoshow,
|
6 |
+
.protoshow .show {
|
7 |
+
position: relative;
|
8 |
+
margin: 0;
|
9 |
+
padding: 0;
|
10 |
+
list-style: none;
|
11 |
+
width: 900px;
|
12 |
+
height: 300px;
|
13 |
+
}
|
14 |
+
|
15 |
+
.slide {
|
16 |
+
position: absolute;
|
17 |
+
top: 0;
|
18 |
+
left: 0;
|
19 |
+
z-index: 90;
|
20 |
+
height: 100%;
|
21 |
+
}
|
22 |
+
|
23 |
+
.active-slide {
|
24 |
+
z-index: 100;
|
25 |
+
}
|
26 |
+
|
27 |
+
.protoshow .slide-caption {
|
28 |
+
position: absolute;
|
29 |
+
left: 0;
|
30 |
+
bottom: 0;
|
31 |
+
right: 0;
|
32 |
+
z-index: 100;
|
33 |
+
padding: 1em 10px;
|
34 |
+
background-color: #000;
|
35 |
+
background-color: rgba(0,0,0,.4);
|
36 |
+
color:#fff;
|
37 |
+
}
|
38 |
+
|
39 |
+
.proto-progress-timer {
|
40 |
+
position: absolute;
|
41 |
+
top: 7px;
|
42 |
+
right: 7px;
|
43 |
+
z-index: 9999;
|
44 |
+
}
|
45 |
+
|
46 |
+
|
47 |
+
/* TRANSITION SLIDE
|
48 |
+
------------------------------------------------*/
|
49 |
+
|
50 |
+
.transition-slide .show-window {
|
51 |
+
overflow: hidden;
|
52 |
+
position: relative;
|
53 |
+
}
|
54 |
+
|
55 |
+
.transition-slide .show {
|
56 |
+
position: absolute;
|
57 |
+
top: 0;
|
58 |
+
left: 0;
|
59 |
+
width: 999999px;
|
60 |
+
}
|
61 |
+
|
62 |
+
.transition-slide .slide {
|
63 |
+
position: static; /*overide*/
|
64 |
+
float: left;
|
65 |
+
display: block;
|
66 |
+
}
|
67 |
+
|
68 |
+
|
69 |
+
/* PROTO CONTROLS
|
70 |
+
------------------------------------------------*/
|
71 |
+
|
72 |
+
.proto-controls,
|
73 |
+
.proto-navigation {
|
74 |
+
margin: 0;
|
75 |
+
padding: 0;
|
76 |
+
list-style: none;
|
77 |
+
}
|
78 |
+
|
79 |
+
.proto-controls a:link,
|
80 |
+
.proto-controls a:visited,
|
81 |
+
.proto-navigation a:link,
|
82 |
+
.proto-navigation a:visited {
|
83 |
+
display: block;
|
84 |
+
text-indent: -9999px;
|
85 |
+
overflow: hidden;
|
86 |
+
}
|
87 |
+
|
88 |
+
.proto-controls li {
|
89 |
+
position: absolute;
|
90 |
+
top: 50%;
|
91 |
+
margin-top: -36px;
|
92 |
+
left: 10px;
|
93 |
+
width: 10%;
|
94 |
+
height: 100%;
|
95 |
+
z-index: 110;
|
96 |
+
}
|
97 |
+
|
98 |
+
.proto-controls .forward {
|
99 |
+
right: 10px;
|
100 |
+
left: auto;
|
101 |
+
}
|
102 |
+
|
103 |
+
.proto-controls a {
|
104 |
+
width: 100%;
|
105 |
+
height: 61px;
|
106 |
+
background: url(images/proto_controls_bg.png) no-repeat 0 0;
|
107 |
+
opacity: 0.6;
|
108 |
+
-moz-opacity: 0.6;
|
109 |
+
filter:alpha(opacity=60);
|
110 |
+
}
|
111 |
+
|
112 |
+
.proto-controls a:hover,
|
113 |
+
.proto-controls a:focus {
|
114 |
+
opacity: 1;
|
115 |
+
-moz-opacity: 1;
|
116 |
+
filter:alpha(opacity=100);
|
117 |
+
}
|
118 |
+
|
119 |
+
.proto-controls .forward a {
|
120 |
+
background-position: 100% -90px;
|
121 |
+
}
|
122 |
+
|
123 |
+
|
124 |
+
/* PROTO NAVIGATION
|
125 |
+
------------------------------------------------*/
|
126 |
+
|
127 |
+
.proto-navigation {
|
128 |
+
position: absolute;
|
129 |
+
top: 0;
|
130 |
+
right: 50%;
|
131 |
+
float: right;
|
132 |
+
z-index: 120;
|
133 |
+
}
|
134 |
+
|
135 |
+
.proto-navigation li {
|
136 |
+
float: left;
|
137 |
+
left: 50%;
|
138 |
+
padding: 12px 6px;
|
139 |
+
position: relative;
|
140 |
+
|
141 |
+
}
|
142 |
+
|
143 |
+
.proto-navigation a {
|
144 |
+
background-color: #fff;
|
145 |
+
background-color: rgba(0,0,0,.2);
|
146 |
+
height: 8px;
|
147 |
+
text-decoration: none;
|
148 |
+
width: 8px;
|
149 |
+
-moz-border-radius:30px;
|
150 |
+
-webkit-border-radius:30px;
|
151 |
+
border-radius:30px;
|
152 |
+
-moz-box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);
|
153 |
+
-webkit-box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);
|
154 |
+
box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);
|
155 |
+
}
|
156 |
+
|
157 |
+
.proto-navigation a:hover,
|
158 |
+
.proto-navigation a:focus {
|
159 |
+
background-color: #999;
|
160 |
+
}
|
161 |
+
|
162 |
+
.proto-navigation .current-slide a {
|
163 |
+
background-color: #363F4E;
|
164 |
+
}
|
165 |
+
|
166 |
+
|
167 |
+
|
168 |
+
|
169 |
+
|
170 |
+
|
171 |
+
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
+
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
/*
|
182 |
+
.proto-navigation {
|
183 |
+
margin: 0;
|
184 |
+
padding: 0;
|
185 |
+
list-style: none;
|
186 |
+
position: absolute;
|
187 |
+
right: 5px;
|
188 |
+
bottom: -25px;
|
189 |
+
z-index: 200;
|
190 |
+
}
|
191 |
+
|
192 |
+
.proto-navigation li {
|
193 |
+
float: left;
|
194 |
+
margin-right: 10px;
|
195 |
+
}
|
196 |
+
|
197 |
+
.proto-navigation li a:link,
|
198 |
+
.proto-navigation li a:visited {
|
199 |
+
display: block;
|
200 |
+
width: 8px;
|
201 |
+
height: 8px;
|
202 |
+
text-decoration: none;
|
203 |
+
background-color: rgba(255,255,255,0.5);
|
204 |
+
border: 1px solid #090809;
|
205 |
+
color: #666;
|
206 |
+
text-indent: -9999px;
|
207 |
+
overflow: hidden;
|
208 |
+
-moz-border-radius: 30px;
|
209 |
+
-webkit-border-radius: 30px;
|
210 |
+
border-radius: 30px;
|
211 |
+
}
|
212 |
+
|
213 |
+
.proto-navigation li a:hover,
|
214 |
+
.proto-navigation li a:focus {
|
215 |
+
background-color: #fff;
|
216 |
+
border-color: #000;
|
217 |
+
}
|
218 |
+
|
219 |
+
|
220 |
+
.proto-navigation li.current-slide a:link,
|
221 |
+
.proto-navigation li.current-slide a:visited {
|
222 |
+
background-color: rgba(30,30,30,0.9);
|
223 |
+
|
224 |
+
}
|
225 |
+
|
226 |
+
|
227 |
+
|
228 |
+
|
229 |
+
|
230 |
+
|
231 |
+
.proto-controls {
|
232 |
+
margin: 0;
|
233 |
+
padding: 0;
|
234 |
+
list-style: none;
|
235 |
+
|
236 |
+
}
|
237 |
+
|
238 |
+
.proto-controls .forward,
|
239 |
+
.proto-controls .backward,
|
240 |
+
.proto-controls .start-stop {
|
241 |
+
z-index: 200;
|
242 |
+
float: left;
|
243 |
+
margin: 10px 10px 0 0;
|
244 |
+
}
|
245 |
+
|
246 |
+
.proto-controls .start-stop {
|
247 |
+
margin-top: 10px;
|
248 |
+
|
249 |
+
}
|
250 |
+
|
251 |
+
|
252 |
+
|
253 |
+
|
254 |
+
|
255 |
+
.proto-controls a:link,
|
256 |
+
.proto-controls a:visited {
|
257 |
+
display: inline-block;
|
258 |
+
background-color: #090809;
|
259 |
+
background-image: -moz-linear-gradient(
|
260 |
+
center top,
|
261 |
+
rgb(123,125,130) 2%,
|
262 |
+
rgb(75,80,88) 3%,
|
263 |
+
rgb(42,45,50) 100%
|
264 |
+
);
|
265 |
+
color: #fff;
|
266 |
+
padding: 5px 10px;
|
267 |
+
border: 1px solid #090809;
|
268 |
+
-moz-border-radius: 20px;
|
269 |
+
-webkit-border-radius: 20px;
|
270 |
+
border-radius: 20px;
|
271 |
+
text-decoration: none;
|
272 |
+
text-align: center;
|
273 |
+
width: 60px;
|
274 |
+
}
|
275 |
+
|
276 |
+
.proto-controls a:hover,
|
277 |
+
.proto-controls a:focus {
|
278 |
+
background-image: -moz-linear-gradient(
|
279 |
+
center bottom,
|
280 |
+
rgb(42,45,50) 100%,
|
281 |
+
rgb(75,80,88) 90%,
|
282 |
+
rgb(123,125,130) 20%
|
283 |
+
);
|
284 |
+
color: #e1e1e1;
|
285 |
+
}
|
286 |
+
|
287 |
+
|
288 |
+
.slide-caption {
|
289 |
+
position: absolute;
|
290 |
+
bottom: 0px;
|
291 |
+
left: 0px;
|
292 |
+
width: 880px;
|
293 |
+
background-color: rgba(0,0,0,.5);
|
294 |
+
color: #fff;
|
295 |
+
z-index: 200;
|
296 |
+
padding: 10px;
|
297 |
+
}
|
298 |
+
|
299 |
+
|
300 |
+
.proto-timer {
|
301 |
+
position: absolute;
|
302 |
+
top: 10px;
|
303 |
+
right: 10px;
|
304 |
+
z-index: 9999;
|
305 |
+
}*/
|
skin/frontend/ma2/ante/css/ma2slideshow/styles.css
CHANGED
@@ -1,85 +1,87 @@
|
|
1 |
-
/* Document CSS*/
|
2 |
-
.ma2-slideshow{
|
3 |
-
/* overflow: hidden; */
|
4 |
-
|
5 |
-
width:
|
6 |
-
height:
|
7 |
-
}
|
8 |
-
.transition-slide .show-window {
|
9 |
-
overflow: hidden;
|
10 |
-
position: relative;
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
.protoshow
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
.proto-
|
53 |
-
|
54 |
-
|
55 |
-
.proto-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
.
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
width: 100%;
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
width:
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
line-height: normal;
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
|
|
|
|
85 |
}
|
1 |
+
/* Document CSS*/
|
2 |
+
.ma2-slideshow{
|
3 |
+
/* overflow: hidden; */
|
4 |
+
position: relative;
|
5 |
+
width: 100%;
|
6 |
+
height: 400px;
|
7 |
+
}
|
8 |
+
.transition-slide .show-window {
|
9 |
+
overflow: hidden;
|
10 |
+
position: relative;
|
11 |
+
width: 100%;
|
12 |
+
}
|
13 |
+
.ma2-slideshow .show {
|
14 |
+
color: #FFFFFF;
|
15 |
+
height: 350px;
|
16 |
+
margin: 0 auto;
|
17 |
+
}
|
18 |
+
.transition-slide .show {
|
19 |
+
left: 0;
|
20 |
+
position: absolute;
|
21 |
+
top: 0;
|
22 |
+
width: 999999px;
|
23 |
+
}
|
24 |
+
.protoshow,
|
25 |
+
.protoshow .show {
|
26 |
+
overflow: hidden;
|
27 |
+
height: 300px;
|
28 |
+
list-style: none outside none;
|
29 |
+
margin: 0;
|
30 |
+
padding: 0;
|
31 |
+
position: relative;
|
32 |
+
min-width: 100%;
|
33 |
+
width: 100%;
|
34 |
+
}
|
35 |
+
.proto-controls li{
|
36 |
+
height: auto;
|
37 |
+
width: 5%;
|
38 |
+
}
|
39 |
+
.proto-controls li.start-stop{
|
40 |
+
background: none;
|
41 |
+
left: 48%;
|
42 |
+
}
|
43 |
+
.proto-controls li.start-stop a{
|
44 |
+
background: none repeat scroll 0 0 transparent;
|
45 |
+
color: #FFFFFF;
|
46 |
+
font-size: 75px;
|
47 |
+
font-weight: normal;
|
48 |
+
line-height: 100%;
|
49 |
+
text-decoration: none;
|
50 |
+
text-indent: 0;
|
51 |
+
}
|
52 |
+
.proto-controls a:link,
|
53 |
+
.proto-controls a:visited,
|
54 |
+
.proto-navigation a:link,
|
55 |
+
.proto-navigation a:visited {
|
56 |
+
text-align: left;
|
57 |
+
}
|
58 |
+
.proto-controls,
|
59 |
+
.proto-navigation{
|
60 |
+
list-style: none outside none !important
|
61 |
+
}
|
62 |
+
.ma2-slideshow .show .slide{
|
63 |
+
/* width: 980px; */
|
64 |
+
width: 100%;
|
65 |
+
position: relative;
|
66 |
+
}
|
67 |
+
.ma2-slideshow .show .slide .img-slide{
|
68 |
+
width: 100%;
|
69 |
+
}
|
70 |
+
.ma2-slideshow .show .slide .item-desc{
|
71 |
+
background: url("images/desc-bg.png");
|
72 |
+
width: 96%;
|
73 |
+
position: absolute;
|
74 |
+
padding: 10px 2%;
|
75 |
+
bottom: 0;
|
76 |
+
left: 0;
|
77 |
+
line-height: normal;
|
78 |
+
text-align: left;
|
79 |
+
}
|
80 |
+
.show .slide .item-desc h1.title {
|
81 |
+
line-height: normal;
|
82 |
+
}
|
83 |
+
.show .slide .item-desc h1.title a{
|
84 |
+
text-decoration: none;
|
85 |
+
font-size: 18px;
|
86 |
+
line-height: normal;
|
87 |
}
|
skin/frontend/ma2/ante/css/navmain.css
ADDED
@@ -0,0 +1,224 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Ma2 document CSS
|
3 |
+
*
|
4 |
+
*/
|
5 |
+
|
6 |
+
.nav-container {
|
7 |
+
/* background: #284358;
|
8 |
+
border-top:1px solid #2d444f;
|
9 |
+
border-bottom:1px solid #2d444f; */
|
10 |
+
padding:0 0px;
|
11 |
+
}
|
12 |
+
#nav {
|
13 |
+
border: none;
|
14 |
+
float:left;
|
15 |
+
margin: 0;
|
16 |
+
padding: 0 10px 10px 10px;
|
17 |
+
}
|
18 |
+
/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
|
19 |
+
#nav li {
|
20 |
+
position:relative;
|
21 |
+
text-align:left;
|
22 |
+
}
|
23 |
+
#nav li.over,
|
24 |
+
#nav li.active {
|
25 |
+
z-index:100;
|
26 |
+
} /* to prevent the li separator from showing through on mouseover on li */
|
27 |
+
#nav a,
|
28 |
+
#nav a:hover {
|
29 |
+
display:block;
|
30 |
+
text-decoration:none;
|
31 |
+
}
|
32 |
+
#nav span {
|
33 |
+
display:block; /*cursor:pointer;*/
|
34 |
+
}
|
35 |
+
#nav a {
|
36 |
+
line-height: 40px;
|
37 |
+
}
|
38 |
+
/************ 1ST LEVEL ***************/
|
39 |
+
#nav li {
|
40 |
+
float:left;
|
41 |
+
margin: 0 1px;
|
42 |
+
/* background:url(images/nav1_sep.gif) no-repeat 100% 0; */
|
43 |
+
}
|
44 |
+
#nav > li{
|
45 |
+
padding: 0;
|
46 |
+
margin-top: -15px;
|
47 |
+
}
|
48 |
+
#nav > li a{
|
49 |
+
padding-bottom: 0;
|
50 |
+
padding-top: 20px;
|
51 |
+
}
|
52 |
+
#nav li.home {
|
53 |
+
margin-left: 0;
|
54 |
+
}
|
55 |
+
#nav li.over,
|
56 |
+
#nav li.active {
|
57 |
+
background:url(../images/nav-active.png);
|
58 |
+
font-weight: normal;
|
59 |
+
}
|
60 |
+
#nav li.active em {
|
61 |
+
display: block;
|
62 |
+
position: absolute;
|
63 |
+
top: 0;
|
64 |
+
right: -1px;
|
65 |
+
width: 3px;
|
66 |
+
height: 40px;
|
67 |
+
/* background:url(images/nav1_active.gif) no-repeat 100% 0; */
|
68 |
+
}
|
69 |
+
#nav a {
|
70 |
+
font-family: 'Oswald', sans-serif;
|
71 |
+
font-size: 15px;
|
72 |
+
text-transform: uppercase;
|
73 |
+
float: left;
|
74 |
+
padding: 0 20px;
|
75 |
+
line-height: 40px;
|
76 |
+
}
|
77 |
+
#nav li a{
|
78 |
+
color: #333333;
|
79 |
+
font-weight: normal;
|
80 |
+
}
|
81 |
+
#nav li.active a ,
|
82 |
+
#nav li.over a {
|
83 |
+
color: #ffffff;
|
84 |
+
}
|
85 |
+
/************ 1ST LEVEL RESET ************/
|
86 |
+
#nav ul li,
|
87 |
+
#nav ul li.active {
|
88 |
+
float:none;
|
89 |
+
height:auto;
|
90 |
+
margin:0;
|
91 |
+
}
|
92 |
+
#nav ul a,
|
93 |
+
#nav ul a:hover {
|
94 |
+
float:none;
|
95 |
+
padding:0;
|
96 |
+
line-height: 40px;
|
97 |
+
}
|
98 |
+
/************ 2ND LEVEL ************/
|
99 |
+
#nav ul {
|
100 |
+
background: url("../images/nav-active.png");
|
101 |
+
border: medium none;
|
102 |
+
display: none;
|
103 |
+
left: -10000px;
|
104 |
+
position: absolute;
|
105 |
+
top: 60px;
|
106 |
+
width: 200px;
|
107 |
+
}
|
108 |
+
#nav ul ul {
|
109 |
+
/* background:url(images/nav3_bg.png) 0 0 no-repeat; */
|
110 |
+
display: none;
|
111 |
+
padding-top: 0px;
|
112 |
+
left: -10000px;
|
113 |
+
top: 0px;
|
114 |
+
}
|
115 |
+
/* Show menu */
|
116 |
+
#nav li.over ul {
|
117 |
+
border: medium none;
|
118 |
+
border-radius: 0 8px 8px 8px;
|
119 |
+
display: block;
|
120 |
+
margin-top: 0 !important;
|
121 |
+
padding: 0 0px!important;
|
122 |
+
left: 0px;
|
123 |
+
}
|
124 |
+
#nav li.over ul ul {
|
125 |
+
display: none;
|
126 |
+
left: -10000px;
|
127 |
+
}
|
128 |
+
#nav li.over ul li.over ul {
|
129 |
+
display: block;
|
130 |
+
left: 200px;
|
131 |
+
top: 0;
|
132 |
+
}
|
133 |
+
#nav ul li {
|
134 |
+
/* background:url(images/nav2_li_bg.png) repeat-y; */
|
135 |
+
border: none;
|
136 |
+
padding:0 0px;
|
137 |
+
margin: 0 0px;
|
138 |
+
}
|
139 |
+
#nav ul li.first {
|
140 |
+
border-radius: 0 8px 0px 0px;
|
141 |
+
}
|
142 |
+
#nav ul li.last {
|
143 |
+
/* background:url(images/nav2_last_li_bg.png) no-repeat 0 100%; */
|
144 |
+
border-radius: 0 0px 8px 8px;
|
145 |
+
}
|
146 |
+
#nav ul li.over,
|
147 |
+
#nav ul li.over li.over,
|
148 |
+
#nav ul li.active,
|
149 |
+
#nav ul li.active li.active{
|
150 |
+
background: url(../images/menusub-overbg.png);
|
151 |
+
}
|
152 |
+
#nav ul li.over li,
|
153 |
+
#nav ul li.over li.over li,
|
154 |
+
#nav ul li.active li,
|
155 |
+
#nav ul li.active li.active li{
|
156 |
+
|
157 |
+
}
|
158 |
+
#nav ul li.over a ,
|
159 |
+
#nav ul li.over li.over a ,
|
160 |
+
#nav ul li.active a ,
|
161 |
+
#nav ul li.active li.active a {
|
162 |
+
color: #FE5C69;
|
163 |
+
}
|
164 |
+
#nav ul li.over li a,
|
165 |
+
#nav ul li.active li a {
|
166 |
+
color: #FFFFFF;
|
167 |
+
}
|
168 |
+
#nav ul span,
|
169 |
+
#nav ul li.last li span {
|
170 |
+
padding: 0px 0px;
|
171 |
+
/* background:url(images/nav2_link_bg.gif) repeat-x 0 100%; */
|
172 |
+
}
|
173 |
+
#nav ul li.last span,
|
174 |
+
#nav ul li.last li.last span {
|
175 |
+
background:none;
|
176 |
+
}
|
177 |
+
#nav ul li.parent a,
|
178 |
+
#nav ul li.parent li.parent a {
|
179 |
+
background-image:url("../images/bkg_nav2.gif");
|
180 |
+
background-position: 100% 16px;
|
181 |
+
background-repeat:no-repeat;
|
182 |
+
}
|
183 |
+
#nav ul li.parent li a,
|
184 |
+
#nav ul li.parent li.parent li a {
|
185 |
+
background-image:none;
|
186 |
+
}
|
187 |
+
/************ 3RD+ LEVEL ************/
|
188 |
+
/* Cursors */
|
189 |
+
#nav li.parent a,
|
190 |
+
#nav li.parent li.parent a,
|
191 |
+
#nav li.parent li.parent li.parent a {
|
192 |
+
cursor:pointer;
|
193 |
+
}
|
194 |
+
#nav li.parent li a,
|
195 |
+
#nav li.parent li.parent li a,
|
196 |
+
#nav li.parent li.parent li.parent li a {
|
197 |
+
/* background: url("../images/arrow-fragile.png") no-repeat scroll 8px 14px transparent; */
|
198 |
+
color: #FFFFFF !important;
|
199 |
+
font-size: 12px;
|
200 |
+
line-height: normal;
|
201 |
+
padding: 11px 10px 11px 20px;
|
202 |
+
text-transform: none;
|
203 |
+
cursor: pointer;
|
204 |
+
}
|
205 |
+
/* Show menu */
|
206 |
+
#nav ul ul ul {
|
207 |
+
left: -10000px;
|
208 |
+
}
|
209 |
+
#nav li.over ul li.over ul ul {
|
210 |
+
left: -10000px;
|
211 |
+
}
|
212 |
+
#nav li.over ul li.over ul li.over ul {
|
213 |
+
left: -10000px;
|
214 |
+
}
|
215 |
+
.nav-container:after {
|
216 |
+
/* content:".";
|
217 |
+
display:block;
|
218 |
+
clear:both;
|
219 |
+
font-size:0;
|
220 |
+
line-height:0;
|
221 |
+
height:0;
|
222 |
+
overflow:hidden; */
|
223 |
+
}
|
224 |
+
|
app/design/frontend/ma2/ante/template/ma2_featuredproducts/standalone.phtml → skin/frontend/ma2/ante/css/red.css
RENAMED
@@ -1,4 +1,3 @@
|
|
1 |
-
<?php
|
2 |
/**
|
3 |
* MagenMarket.com
|
4 |
*
|
@@ -13,12 +12,9 @@
|
|
13 |
*
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
-
* @category
|
17 |
-
* @package
|
18 |
-
* @copyright Copyright (
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id:
|
22 |
-
?>
|
23 |
-
|
24 |
-
<?php echo $this->getChildHtml('featured_product_list');?>
|
|
|
1 |
/**
|
2 |
* MagenMarket.com
|
3 |
*
|
12 |
*
|
13 |
* Edit or modify this file with yourown risk.
|
14 |
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
**/
|
20 |
+
/* $Id: red.css 13 2013-11-05 10:07:42Z minhnv $ */
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie-7-blue.css
DELETED
@@ -1,231 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package default_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/* IE 6 only */
|
27 |
-
* html .validation-advice { height:13px; }
|
28 |
-
* html .error-msg,
|
29 |
-
* html .success-msg,
|
30 |
-
* html .note-msg,
|
31 |
-
* html .notice-msg { height:24px; }
|
32 |
-
* html .main { height:400px; }
|
33 |
-
* html .account-login .content { height:240px; }
|
34 |
-
.block li.item,
|
35 |
-
.block-poll li,
|
36 |
-
.opc li.section { vertical-align:top; }
|
37 |
-
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
38 |
-
/* Doubled Margin Fixes */
|
39 |
-
.product-view .product-img-box .more-views li,
|
40 |
-
.product-view .box-tags .form-add .input-box,
|
41 |
-
.sp-methods select.month { display:inline; }
|
42 |
-
/********** < Start fix css navigation styles */
|
43 |
-
#nav{position:relative; z-index:9999;}
|
44 |
-
#nav li a { zoom:1; }
|
45 |
-
#nav li { vertical-align:top; }
|
46 |
-
li a {
|
47 |
-
display: block;
|
48 |
-
float: left;
|
49 |
-
clear: left;
|
50 |
-
}
|
51 |
-
li {
|
52 |
-
display: inline;
|
53 |
-
}
|
54 |
-
ul#nav li #nav li {
|
55 |
-
display: inline;
|
56 |
-
}
|
57 |
-
ul#nav li.level0 ul.level0 li.level1 a,
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{
|
59 |
-
posittion:relative;
|
60 |
-
height:24px;
|
61 |
-
}
|
62 |
-
ul#nav li.level0 ul.level0 li,
|
63 |
-
ul#nav li.level0 ul.level0 li:hover
|
64 |
-
{
|
65 |
-
height:24px;
|
66 |
-
}
|
67 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1
|
68 |
-
{
|
69 |
-
position:absolute;
|
70 |
-
left:55px;
|
71 |
-
top:28px;
|
72 |
-
}
|
73 |
-
#nav ul li a,
|
74 |
-
.ma2-preset-style-blue #nav ul li a,
|
75 |
-
.ma2-preset-style-green #nav ul li a,
|
76 |
-
.ma2-preset-style-yellow #nav ul li a
|
77 |
-
{
|
78 |
-
background: none no-repeat scroll 170px 19px transparent;
|
79 |
-
}
|
80 |
-
/********** < End fix css navigation styles */
|
81 |
-
/* start fix css category products */
|
82 |
-
/* ================================= */
|
83 |
-
.pro-cus-titl { display:inline; }
|
84 |
-
.product-title{ height:38px; }
|
85 |
-
.products-grid{margin-bottom: 28px;}
|
86 |
-
ul.products-grid{position:relative;display:inline;}
|
87 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
88 |
-
ul.products-grid li.item .item-content .product-title ,
|
89 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
90 |
-
.item-content{width:90%;}
|
91 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
92 |
-
.free_shipping-right{float:left;}
|
93 |
-
.breadcrumbs{width:100%;}
|
94 |
-
ul#ma2-nav-breadcrum li,
|
95 |
-
ul#ma2-nav-breadcrumb li,
|
96 |
-
ul#ma2-nav-breadcrumb li { display:inline; float:left; text-align:left; position:relative; margir-left:25px; }
|
97 |
-
.f-fix-first{width:65%;}
|
98 |
-
.f-fix-last{width:28%;}
|
99 |
-
.pages ol li.current,
|
100 |
-
.pages ol li { display:inline; float:left; }
|
101 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
102 |
-
.pages ol{text-align:center; margin:0 auto; display:block; }
|
103 |
-
.category-products-widget ul.products-grid,
|
104 |
-
.category-products-widget ul#products-grid-1
|
105 |
-
{margin-bottom:20px;}
|
106 |
-
.ma2-detail{margin-top:0px;}
|
107 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li,
|
108 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li.parent,
|
109 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li.level1 { background: url(../images/menuactive-blue.png) #ff4c29 repeat 0px 0px; }
|
110 |
-
.header .form-search button.button span span ,
|
111 |
-
.ma2-preset-style-blue .header .form-search button.button span span ,
|
112 |
-
.ma2-preset-style-green .header .form-search button.button span span ,
|
113 |
-
.ma2-preset-style-yellow .header .form-search button.button span span
|
114 |
-
{
|
115 |
-
font-size:0;
|
116 |
-
}
|
117 |
-
.item-content{padding-bottom:0px;}
|
118 |
-
.products-grid{margin-bottom:0px;}
|
119 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
120 |
-
.ma2-preset-style-green ul#nav level0 ul.level0 li{background: url(../images/menuactive-green.png) #ff4c29 repeat 0px 0px;}
|
121 |
-
.ma2-preset-style-yellow ul#nav level0 ul.level0 li{background: url(../images/menuactive-yellow.png) #ff4c29 repeat 0px 0px;}
|
122 |
-
.img-product
|
123 |
-
{
|
124 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
125 |
-
}
|
126 |
-
.product-title
|
127 |
-
{
|
128 |
-
width:100%; float:left; display: block; min-height:36px; margin-bottom:10px;
|
129 |
-
}
|
130 |
-
.short-description-product
|
131 |
-
{
|
132 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
133 |
-
}
|
134 |
-
.actions
|
135 |
-
{
|
136 |
-
position:none;
|
137 |
-
}
|
138 |
-
/* end fix css category products */
|
139 |
-
/* ================================= */
|
140 |
-
select { margin-bottom:1px; }
|
141 |
-
input.radio { width:13px; height:13px; }
|
142 |
-
input.checkbox { width:13px; height:13px; }
|
143 |
-
button.button { height:26px; }
|
144 |
-
button.button span { position:relative; padding-top:2px; padding-bottom:2px; }
|
145 |
-
button.btn-checkout { height:40px; }
|
146 |
-
#opc-review .sp-methods .input-box { float:left; }
|
147 |
-
.form-list label { position:relative; z-index:0; }
|
148 |
-
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
149 |
-
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
150 |
-
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
151 |
-
.gift-messages-form { position:relative; zoom:1; }
|
152 |
-
.tool-tip .btn-close a { margin:0; }
|
153 |
-
.product-view .box-tags .product-tags li,
|
154 |
-
.footer li { padding:0 4px 0 7px; }
|
155 |
-
.product-options dd .time-picker select { margin:0; padding:0; }
|
156 |
-
/* Clearer */
|
157 |
-
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
158 |
-
/* Clears and hasLayout fixes */
|
159 |
-
.header-container,
|
160 |
-
.header-container .top-container,
|
161 |
-
.header,
|
162 |
-
.header .quick-access,
|
163 |
-
#nav,
|
164 |
-
.main,
|
165 |
-
.footer,
|
166 |
-
.footer-container .bottom-container,
|
167 |
-
.col-main,
|
168 |
-
.col2-set,
|
169 |
-
.col3-set,
|
170 |
-
.col3-layout .product-options-bottom .price-box,
|
171 |
-
.col4-set,
|
172 |
-
.messages li,
|
173 |
-
.search-autocomplete li,
|
174 |
-
.block,
|
175 |
-
.block .block-content,
|
176 |
-
.block .actions,
|
177 |
-
.block li.item,
|
178 |
-
.block-poll li,
|
179 |
-
.block-poll .label,
|
180 |
-
.block-layered-nav .currently li,
|
181 |
-
.block-account .block-content li a,
|
182 |
-
.mini-products-list .product-details,
|
183 |
-
.page-title,
|
184 |
-
.rss-title h1,
|
185 |
-
.products-grid,
|
186 |
-
.products-list li.item,
|
187 |
-
.box-account .box-head,
|
188 |
-
.dashboard .box .box-title,
|
189 |
-
.box-reviews li.item,
|
190 |
-
.box-tags li.item,
|
191 |
-
.pager,
|
192 |
-
.sorter,
|
193 |
-
.ratings,
|
194 |
-
.add-to-box,
|
195 |
-
.add-to-cart,
|
196 |
-
.product-essential,
|
197 |
-
.product-collateral,
|
198 |
-
.product-view .product-img-box .more-views ul,
|
199 |
-
.product-view .box-tags .form-add,
|
200 |
-
.product-view .product-shop .short-description,
|
201 |
-
.product-view .box-description,
|
202 |
-
.product-options .options-list li,
|
203 |
-
.product-options,
|
204 |
-
.product-options-bottom,
|
205 |
-
.truncated,
|
206 |
-
.truncated .truncated_full_value,
|
207 |
-
.product-review,
|
208 |
-
.cart,
|
209 |
-
.cart-collaterals,
|
210 |
-
.cart .crosssell li.item,
|
211 |
-
.cart .discount,
|
212 |
-
.opc .step-title,
|
213 |
-
.opc .step,
|
214 |
-
.multiple-checkout,
|
215 |
-
.sp-methods,
|
216 |
-
.checkout-progress,
|
217 |
-
.multiple-checkout .place-order,
|
218 |
-
.form-list li,
|
219 |
-
.form-list .field,
|
220 |
-
.group-select li,
|
221 |
-
.buttons-set,
|
222 |
-
.page-print .print-head,
|
223 |
-
.cart-tax-total,
|
224 |
-
.advanced-search-summary,
|
225 |
-
.advanced-search-summary p,
|
226 |
-
.gift-messages-form .item,
|
227 |
-
.send-friend .form-list li p,
|
228 |
-
.centinel .authentication { zoom:1; }
|
229 |
-
/*OMG*/
|
230 |
-
/* Hover Fix */
|
231 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie-7-green.css
DELETED
@@ -1,222 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package default_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/* IE 6 only */
|
27 |
-
* html .validation-advice { height:13px; }
|
28 |
-
* html .error-msg,
|
29 |
-
* html .success-msg,
|
30 |
-
* html .note-msg,
|
31 |
-
* html .notice-msg { height:24px; }
|
32 |
-
* html .main { height:400px; }
|
33 |
-
* html .account-login .content { height:240px; }
|
34 |
-
.block li.item,
|
35 |
-
.block-poll li,
|
36 |
-
.opc li.section { vertical-align:top; }
|
37 |
-
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
38 |
-
/* Doubled Margin Fixes */
|
39 |
-
.product-view .product-img-box .more-views li,
|
40 |
-
.product-view .box-tags .form-add .input-box,
|
41 |
-
.sp-methods select.month { display:inline; }
|
42 |
-
/********** < Start fix css navigation styles */
|
43 |
-
#nav{position:relative; z-index:9999;}
|
44 |
-
#nav li a { zoom:1; }
|
45 |
-
#nav li { vertical-align:top; }
|
46 |
-
li a {
|
47 |
-
display: block;
|
48 |
-
float: left;
|
49 |
-
clear: left;
|
50 |
-
}
|
51 |
-
li {
|
52 |
-
display: inline;
|
53 |
-
}
|
54 |
-
ul#nav li #nav li {
|
55 |
-
display: inline;
|
56 |
-
}
|
57 |
-
ul#nav li.level0 ul.level0 li.level1 a,
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{
|
59 |
-
posittion:relative;
|
60 |
-
height:24px;
|
61 |
-
}
|
62 |
-
ul#nav li.level0 ul.level0 li,
|
63 |
-
ul#nav li.level0 ul.level0 li:hover
|
64 |
-
{
|
65 |
-
height:24px;
|
66 |
-
}
|
67 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1
|
68 |
-
{
|
69 |
-
position:absolute;
|
70 |
-
left:55px;
|
71 |
-
top:28px;
|
72 |
-
}
|
73 |
-
#nav ul li a,
|
74 |
-
.ma2-preset-style-green #nav ul li a
|
75 |
-
{
|
76 |
-
background: none no-repeat scroll 170px 19px transparent;
|
77 |
-
}
|
78 |
-
/********** < End fix css navigation styles */
|
79 |
-
/* start fix css category products */
|
80 |
-
/* ================================= */
|
81 |
-
.pro-cus-titl { display:inline; }
|
82 |
-
.product-title{ height:38px; }
|
83 |
-
.products-grid{margin-bottom: 28px;}
|
84 |
-
ul.products-grid{position:relative;display:inline;}
|
85 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
86 |
-
ul.products-grid li.item .item-content .product-title ,
|
87 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
88 |
-
.item-content{width:90%;}
|
89 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
90 |
-
.free_shipping-right{float:left;}
|
91 |
-
.breadcrumbs{width:100%;}
|
92 |
-
ul#ma2-nav-breadcrum li,
|
93 |
-
ul#ma2-nav-breadcrumb li,
|
94 |
-
ul#ma2-nav-breadcrumb li { display:inline; float:left; text-align:left; position:relative; margir-left:25px; }
|
95 |
-
.f-fix-first{width:65%;}
|
96 |
-
.f-fix-last{width:28%;}
|
97 |
-
.pages ol li.current,
|
98 |
-
.pages ol li { display:inline; float:left; }
|
99 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
100 |
-
.pages ol{text-align:center; margin:0 auto; display:block; }
|
101 |
-
.category-products-widget ul.products-grid,
|
102 |
-
.category-products-widget ul#products-grid-1
|
103 |
-
{margin-bottom:20px;}
|
104 |
-
.ma2-detail{margin-top:0px;}
|
105 |
-
.header .form-search button.button span span ,
|
106 |
-
.ma2-preset-style-green .header .form-search button.button span span
|
107 |
-
{
|
108 |
-
font-size:0;
|
109 |
-
}
|
110 |
-
.item-content{padding-bottom:0px;}
|
111 |
-
.products-grid{margin-bottom:0px;}
|
112 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
113 |
-
.ma2-preset-style-green ul#nav level0 ul.level0 li{background: url(../images/menuactive-green.png) #ff4c29 repeat 0px 0px;}
|
114 |
-
.img-product
|
115 |
-
{
|
116 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
117 |
-
}
|
118 |
-
.product-title
|
119 |
-
{
|
120 |
-
width:100%; float:left; display: block; min-height:36px; margin-bottom:10px;
|
121 |
-
}
|
122 |
-
.short-description-product
|
123 |
-
{
|
124 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
125 |
-
}
|
126 |
-
.actions
|
127 |
-
{
|
128 |
-
position:none;
|
129 |
-
}
|
130 |
-
/* end fix css category products */
|
131 |
-
/* ================================= */
|
132 |
-
select { margin-bottom:1px; }
|
133 |
-
input.radio { width:13px; height:13px; }
|
134 |
-
input.checkbox { width:13px; height:13px; }
|
135 |
-
button.button { height:26px; }
|
136 |
-
button.button span { position:relative; padding-top:2px; padding-top:2px; }
|
137 |
-
button.btn-checkout { height:40px; }
|
138 |
-
#opc-review .sp-methods .input-box { float:left; }
|
139 |
-
.form-list label { position:relative; z-index:0; }
|
140 |
-
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
141 |
-
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
142 |
-
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
143 |
-
.gift-messages-form { position:relative; zoom:1; }
|
144 |
-
.tool-tip .btn-close a { margin:0; }
|
145 |
-
.product-view .box-tags .product-tags li,
|
146 |
-
.footer li { padding:0 4px 0 7px; }
|
147 |
-
.product-options dd .time-picker select { margin:0; padding:0; }
|
148 |
-
/* Clearer */
|
149 |
-
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
150 |
-
/* Clears and hasLayout fixes */
|
151 |
-
.header-container,
|
152 |
-
.header-container .top-container,
|
153 |
-
.header,
|
154 |
-
.header .quick-access,
|
155 |
-
#nav,
|
156 |
-
.main,
|
157 |
-
.footer,
|
158 |
-
.footer-container .bottom-container,
|
159 |
-
.col-main,
|
160 |
-
.col2-set,
|
161 |
-
.col3-set,
|
162 |
-
.col3-layout .product-options-bottom .price-box,
|
163 |
-
.col4-set,
|
164 |
-
.messages li,
|
165 |
-
.search-autocomplete li,
|
166 |
-
.block,
|
167 |
-
.block .block-content,
|
168 |
-
.block .actions,
|
169 |
-
.block li.item,
|
170 |
-
.block-poll li,
|
171 |
-
.block-poll .label,
|
172 |
-
.block-layered-nav .currently li,
|
173 |
-
.block-account .block-content li a,
|
174 |
-
.mini-products-list .product-details,
|
175 |
-
.page-title,
|
176 |
-
.rss-title h1,
|
177 |
-
.products-grid,
|
178 |
-
.products-list li.item,
|
179 |
-
.box-account .box-head,
|
180 |
-
.dashboard .box .box-title,
|
181 |
-
.box-reviews li.item,
|
182 |
-
.box-tags li.item,
|
183 |
-
.pager,
|
184 |
-
.sorter,
|
185 |
-
.ratings,
|
186 |
-
.add-to-box,
|
187 |
-
.add-to-cart,
|
188 |
-
.product-essential,
|
189 |
-
.product-collateral,
|
190 |
-
.product-view .product-img-box .more-views ul,
|
191 |
-
.product-view .box-tags .form-add,
|
192 |
-
.product-view .product-shop .short-description,
|
193 |
-
.product-view .box-description,
|
194 |
-
.product-options .options-list li,
|
195 |
-
.product-options,
|
196 |
-
.product-options-bottom,
|
197 |
-
.truncated,
|
198 |
-
.truncated .truncated_full_value,
|
199 |
-
.product-review,
|
200 |
-
.cart,
|
201 |
-
.cart-collaterals,
|
202 |
-
.cart .crosssell li.item,
|
203 |
-
.cart .discount,
|
204 |
-
.opc .step-title,
|
205 |
-
.opc .step,
|
206 |
-
.multiple-checkout,
|
207 |
-
.sp-methods,
|
208 |
-
.checkout-progress,
|
209 |
-
.multiple-checkout .place-order,
|
210 |
-
.form-list li,
|
211 |
-
.form-list .field,
|
212 |
-
.group-select li,
|
213 |
-
.buttons-set,
|
214 |
-
.page-print .print-head,
|
215 |
-
.cart-tax-total,
|
216 |
-
.advanced-search-summary,
|
217 |
-
.advanced-search-summary p,
|
218 |
-
.gift-messages-form .item,
|
219 |
-
.send-friend .form-list li p,
|
220 |
-
.centinel .authentication { zoom:1; }
|
221 |
-
/* Hover Fix */
|
222 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie-7-yellow.css
DELETED
@@ -1,225 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package default_default
|
23 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
/* IE 6 only */
|
27 |
-
* html .validation-advice { height:13px; }
|
28 |
-
* html .error-msg,
|
29 |
-
* html .success-msg,
|
30 |
-
* html .note-msg,
|
31 |
-
* html .notice-msg { height:24px; }
|
32 |
-
* html .main { height:400px; }
|
33 |
-
* html .account-login .content { height:240px; }
|
34 |
-
.block li.item,
|
35 |
-
.block-poll li,
|
36 |
-
.opc li.section { vertical-align:top; }
|
37 |
-
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
38 |
-
/* Doubled Margin Fixes */
|
39 |
-
.product-view .product-img-box .more-views li,
|
40 |
-
.product-view .box-tags .form-add .input-box,
|
41 |
-
.sp-methods select.month { display:inline; }
|
42 |
-
/********** < Start fix css navigation styles */
|
43 |
-
#nav{position:relative; z-index:9999;}
|
44 |
-
#nav li a { zoom:1; }
|
45 |
-
#nav li { vertical-align:top; }
|
46 |
-
li a {
|
47 |
-
display: block;
|
48 |
-
float: left;
|
49 |
-
clear: left;
|
50 |
-
}
|
51 |
-
li {
|
52 |
-
display: inline;
|
53 |
-
}
|
54 |
-
ul#nav li #nav li {
|
55 |
-
display: inline;
|
56 |
-
}
|
57 |
-
ul#nav li.level0 ul.level0 li.level1 a,
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{
|
59 |
-
posittion:relative;
|
60 |
-
height:24px;
|
61 |
-
}
|
62 |
-
ul#nav li.level0 ul.level0 li,
|
63 |
-
ul#nav li.level0 ul.level0 li:hover
|
64 |
-
{
|
65 |
-
height:24px;
|
66 |
-
}
|
67 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1
|
68 |
-
{
|
69 |
-
position:absolute;
|
70 |
-
left:55px;
|
71 |
-
top:28px;
|
72 |
-
}
|
73 |
-
#nav ul li a,
|
74 |
-
.ma2-preset-style-yellow #nav ul li a
|
75 |
-
{
|
76 |
-
background: none no-repeat scroll 170px 19px transparent;
|
77 |
-
}
|
78 |
-
/********** < End fix css navigation styles */
|
79 |
-
/* start fix css category products */
|
80 |
-
/* ================================= */
|
81 |
-
.pro-cus-titl { display:inline; }
|
82 |
-
.product-title{ height:38px; }
|
83 |
-
.products-grid{margin-bottom: 28px;}
|
84 |
-
ul.products-grid{position:relative;display:inline;}
|
85 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
86 |
-
ul.products-grid li.item .item-content .product-title ,
|
87 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
88 |
-
.item-content{width:90%;}
|
89 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
90 |
-
.free_shipping-right{float:left;}
|
91 |
-
.breadcrumbs{width:100%;}
|
92 |
-
ul#ma2-nav-breadcrum li,
|
93 |
-
ul#ma2-nav-breadcrumb li,
|
94 |
-
ul#ma2-nav-breadcrumb li { display:inline; float:left; text-align:left; position:relative; margir-left:25px; }
|
95 |
-
.f-fix-first{width:65%;}
|
96 |
-
.f-fix-last{width:28%;}
|
97 |
-
.pages ol li.current,
|
98 |
-
.pages ol li { display:inline; float:left; }
|
99 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
100 |
-
.pages ol{text-align:center; margin:0 auto; display:block; }
|
101 |
-
.category-products-widget ul.products-grid,
|
102 |
-
.category-products-widget ul#products-grid-1
|
103 |
-
{margin-bottom:20px;}
|
104 |
-
.ma2-detail{margin-top:0px;}
|
105 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li,
|
106 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li.parent,
|
107 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li.level1 { background: url(../images/menuactive-blue.png) #ff4c29 repeat 0px 0px; }
|
108 |
-
.header .form-search button.button span span ,
|
109 |
-
.ma2-preset-style-yellow .header .form-search button.button span span
|
110 |
-
{
|
111 |
-
font-size:0;
|
112 |
-
}
|
113 |
-
.item-content{padding-bottom:0px;}
|
114 |
-
.products-grid{margin-bottom:0px;}
|
115 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
116 |
-
.ma2-preset-style-yellow ul#nav level0 ul.level0 li{background: url(../images/menuactive-yellow.png) #ff4c29 repeat 0px 0px;}
|
117 |
-
.img-product
|
118 |
-
{
|
119 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
120 |
-
}
|
121 |
-
.product-title
|
122 |
-
{
|
123 |
-
width:100%; float:left; display: block; min-height:36px; margin-bottom:10px;
|
124 |
-
}
|
125 |
-
.short-description-product
|
126 |
-
{
|
127 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
128 |
-
}
|
129 |
-
.actions
|
130 |
-
{
|
131 |
-
position:none;
|
132 |
-
}
|
133 |
-
/* end fix css category products */
|
134 |
-
/* ================================= */
|
135 |
-
select { margin-bottom:1px; }
|
136 |
-
input.radio { width:13px; height:13px; }
|
137 |
-
input.checkbox { width:13px; height:13px; }
|
138 |
-
button.button { height:26px; }
|
139 |
-
button.button span { position:relative; padding-top:2px; padding-bottom:2px; }
|
140 |
-
button.btn-checkout { height:40px; }
|
141 |
-
#opc-review .sp-methods .input-box { float:left; }
|
142 |
-
.form-list label { position:relative; z-index:0; }
|
143 |
-
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
144 |
-
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
145 |
-
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
146 |
-
.gift-messages-form { position:relative; zoom:1; }
|
147 |
-
.tool-tip .btn-close a { margin:0; }
|
148 |
-
.product-view .box-tags .product-tags li,
|
149 |
-
.footer li { padding:0 4px 0 7px; }
|
150 |
-
.product-options dd .time-picker select { margin:0; padding:0; }
|
151 |
-
/* Clearer */
|
152 |
-
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
153 |
-
/* Clears and hasLayout fixes */
|
154 |
-
.header-container,
|
155 |
-
.header-container .top-container,
|
156 |
-
.header,
|
157 |
-
.header .quick-access,
|
158 |
-
#nav,
|
159 |
-
.main,
|
160 |
-
.footer,
|
161 |
-
.footer-container .bottom-container,
|
162 |
-
.col-main,
|
163 |
-
.col2-set,
|
164 |
-
.col3-set,
|
165 |
-
.col3-layout .product-options-bottom .price-box,
|
166 |
-
.col4-set,
|
167 |
-
.messages li,
|
168 |
-
.search-autocomplete li,
|
169 |
-
.block,
|
170 |
-
.block .block-content,
|
171 |
-
.block .actions,
|
172 |
-
.block li.item,
|
173 |
-
.block-poll li,
|
174 |
-
.block-poll .label,
|
175 |
-
.block-layered-nav .currently li,
|
176 |
-
.block-account .block-content li a,
|
177 |
-
.mini-products-list .product-details,
|
178 |
-
.page-title,
|
179 |
-
.rss-title h1,
|
180 |
-
.products-grid,
|
181 |
-
.products-list li.item,
|
182 |
-
.box-account .box-head,
|
183 |
-
.dashboard .box .box-title,
|
184 |
-
.box-reviews li.item,
|
185 |
-
.box-tags li.item,
|
186 |
-
.pager,
|
187 |
-
.sorter,
|
188 |
-
.ratings,
|
189 |
-
.add-to-box,
|
190 |
-
.add-to-cart,
|
191 |
-
.product-essential,
|
192 |
-
.product-collateral,
|
193 |
-
.product-view .product-img-box .more-views ul,
|
194 |
-
.product-view .box-tags .form-add,
|
195 |
-
.product-view .product-shop .short-description,
|
196 |
-
.product-view .box-description,
|
197 |
-
.product-options .options-list li,
|
198 |
-
.product-options,
|
199 |
-
.product-options-bottom,
|
200 |
-
.truncated,
|
201 |
-
.truncated .truncated_full_value,
|
202 |
-
.product-review,
|
203 |
-
.cart,
|
204 |
-
.cart-collaterals,
|
205 |
-
.cart .crosssell li.item,
|
206 |
-
.cart .discount,
|
207 |
-
.opc .step-title,
|
208 |
-
.opc .step,
|
209 |
-
.multiple-checkout,
|
210 |
-
.sp-methods,
|
211 |
-
.checkout-progress,
|
212 |
-
.multiple-checkout .place-order,
|
213 |
-
.form-list li,
|
214 |
-
.form-list .field,
|
215 |
-
.group-select li,
|
216 |
-
.buttons-set,
|
217 |
-
.page-print .print-head,
|
218 |
-
.cart-tax-total,
|
219 |
-
.advanced-search-summary,
|
220 |
-
.advanced-search-summary p,
|
221 |
-
.gift-messages-form .item,
|
222 |
-
.send-friend .form-list li p,
|
223 |
-
.centinel .authentication { zoom:1; }
|
224 |
-
/* Hover Fix */
|
225 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie-8-blue.css
DELETED
@@ -1,205 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category design
|
23 |
-
* @package default_default
|
24 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
/* IE 6 only */
|
29 |
-
* html .validation-advice { height:13px; }
|
30 |
-
* html .error-msg,
|
31 |
-
* html .success-msg,
|
32 |
-
* html .note-msg,
|
33 |
-
* html .notice-msg { height:24px; }
|
34 |
-
* html .main { height:400px; }
|
35 |
-
* html .account-login .content { height:240px; }
|
36 |
-
.block li.item,
|
37 |
-
.block-poll li,
|
38 |
-
.opc li.section { vertical-align:top; }
|
39 |
-
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
40 |
-
|
41 |
-
/* Doubled Margin Fixes */
|
42 |
-
.product-view .product-img-box .more-views li,
|
43 |
-
.product-view .box-tags .form-add .input-box,
|
44 |
-
.sp-methods select.month { display:inline; }
|
45 |
-
|
46 |
-
/********** < Start fix css navigation styles */
|
47 |
-
#nav{position:relative; z-index:9999;}
|
48 |
-
#nav li a { zoom:1; }
|
49 |
-
#nav li { vertical-align:top; }
|
50 |
-
li a { display: block; float: left; clear: left; }
|
51 |
-
li { display: block; }
|
52 |
-
ul#nav li #nav li { display: block; }
|
53 |
-
ul#nav li.level0 ul.level0 li.parent a { posittion:relative; height:24px; background:url(../images/bkg_nav2.gif) no-repeat 170px 13px; }
|
54 |
-
ul#nav li.level0 ul.level0 li.level1 a { posittion:relative; height:28px; }
|
55 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{ posittion:relative; height:22px; }
|
56 |
-
ul#nav li.level0 ul.level0 li { height:28px; }
|
57 |
-
ul#nav li.level0 ul.level0 li:hover { height:28px; }
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1 { position:absolute; left:123px; top:26px; }
|
59 |
-
#nav ul li a,
|
60 |
-
.ma2-preset-style-blue #nav ul li a { background: none no-repeat scroll 170px 19px transparent; }
|
61 |
-
ul#devices { height:180px; }
|
62 |
-
/********** < End fix css navigation styles */
|
63 |
-
|
64 |
-
/* start fix css category products */
|
65 |
-
/* ================================= */
|
66 |
-
.product-title{ height:38px; }
|
67 |
-
.products-grid{margin-bottom: 28px;}
|
68 |
-
ul.products-grid{position:relative;display:inline;}
|
69 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
70 |
-
ul.products-grid li.item .item-content .product-title ,
|
71 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
72 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
73 |
-
.free_shipping-right{float:left;}
|
74 |
-
.border-style{border-top:0px;}
|
75 |
-
.border-bottom{border-bottom:1px solid #ededed; width:100%;}
|
76 |
-
.breadcrumbs{width:100%; display:block; float:left;}
|
77 |
-
ul#ma2-nav-breadcrum li,
|
78 |
-
ul#ma2-nav-breadcrumb li,
|
79 |
-
ul#ma2-nav-breadcrumb li { display:block; float:left; text-align:left; position:relative; margir-left:25px; }
|
80 |
-
.f-fix-first{width:65%;}
|
81 |
-
.f-fix-last{width:28%;}
|
82 |
-
.pages ol li.current,
|
83 |
-
.pages ol li { display:inline; float:left; }
|
84 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
85 |
-
.pages ol{text-align:center; margin:0 auto; display:block;}
|
86 |
-
.category-products-widget ul.products-grid,
|
87 |
-
.category-products-widget ul#products-grid-1
|
88 |
-
{margin-bottom:20px;}
|
89 |
-
.catalog-product-default, .products-grid-featured{margin-bottom:24px;}
|
90 |
-
.ma2-detail{margin-top:0px;}
|
91 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li,
|
92 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li.parent,
|
93 |
-
.ma2-preset-style-blue ul#nav level0 ul.level0 li.level1 {background: url(../images/menuactive-blue.png) #ff4c29 repeat 0px 0px;}
|
94 |
-
|
95 |
-
.header .form-search button.button span span ,
|
96 |
-
.ma2-preset-style-blue .header .form-search button.button span span { font-size:0; }
|
97 |
-
.item-content{width:90%; padding-bottom:0px;}
|
98 |
-
.products-grid{margin-bottom:0px;}
|
99 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
100 |
-
.img-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
101 |
-
.product-title { width:100%; float:left; display: block; min-height:36px; margin-bottom:10px; }
|
102 |
-
.short-description-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
103 |
-
.actions { position:none; }
|
104 |
-
.style-border-ie { padding-top:3px; text-align: left; float: left; border-top:1px solid #ededed; width: 100%; }
|
105 |
-
|
106 |
-
/* end fix css category products */
|
107 |
-
select { margin-bottom:1px; }
|
108 |
-
input.radio { width:13px; height:13px; }
|
109 |
-
input.checkbox { width:13px; height:13px; }
|
110 |
-
button.button { height:26px; }
|
111 |
-
button.button span,
|
112 |
-
.ma2-preset-style-blue button.button span { padding-bottom:2px; padding-top:2px; }
|
113 |
-
button.btn-checkout { height:40px; }
|
114 |
-
#opc-review .sp-methods .input-box { float:left; }
|
115 |
-
.form-list label { position:relative; z-index:0; }
|
116 |
-
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
117 |
-
|
118 |
-
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
119 |
-
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
120 |
-
.gift-messages-form { position:relative; zoom:1; }
|
121 |
-
.tool-tip .btn-close a { margin:0; }
|
122 |
-
.product-view .box-tags .product-tags li,
|
123 |
-
.footer li { padding:0 4px 0 7px; }
|
124 |
-
.product-options dd .time-picker select { margin:0; padding:0; }
|
125 |
-
|
126 |
-
/* Clearer */
|
127 |
-
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
128 |
-
|
129 |
-
/* Clears and hasLayout fixes */
|
130 |
-
.header-container,
|
131 |
-
.header-container .top-container,
|
132 |
-
.header,
|
133 |
-
.header .quick-access,
|
134 |
-
#nav,
|
135 |
-
.main,
|
136 |
-
.footer,
|
137 |
-
.footer-container .bottom-container,
|
138 |
-
.col-main,
|
139 |
-
.col2-set,
|
140 |
-
.col3-set,
|
141 |
-
.col3-layout .product-options-bottom .price-box,
|
142 |
-
.col4-set,
|
143 |
-
.messages li,
|
144 |
-
.search-autocomplete li,
|
145 |
-
.block,
|
146 |
-
.block .block-content,
|
147 |
-
.block .actions,
|
148 |
-
.block li.item,
|
149 |
-
.block-poll li,
|
150 |
-
.block-poll .label,
|
151 |
-
.block-layered-nav .currently li,
|
152 |
-
.block-account .block-content li a,
|
153 |
-
.mini-products-list .product-details,
|
154 |
-
.page-title,
|
155 |
-
.rss-title h1,
|
156 |
-
.products-grid,
|
157 |
-
.products-list li.item,
|
158 |
-
.box-account .box-head,
|
159 |
-
.dashboard .box .box-title,
|
160 |
-
.box-reviews li.item,
|
161 |
-
.box-tags li.item,
|
162 |
-
.pager,
|
163 |
-
.sorter,
|
164 |
-
.ratings,
|
165 |
-
.add-to-box,
|
166 |
-
.add-to-cart,
|
167 |
-
.product-essential,
|
168 |
-
.product-collateral,
|
169 |
-
.product-view .product-img-box .more-views ul,
|
170 |
-
.product-view .box-tags .form-add,
|
171 |
-
.product-view .product-shop .short-description,
|
172 |
-
.product-view .box-description,
|
173 |
-
.product-options .options-list li,
|
174 |
-
.product-options,
|
175 |
-
.product-options-bottom,
|
176 |
-
.truncated,
|
177 |
-
.truncated .truncated_full_value,
|
178 |
-
.product-review,
|
179 |
-
.cart,
|
180 |
-
.cart-collaterals,
|
181 |
-
.cart .crosssell li.item,
|
182 |
-
.cart .discount,
|
183 |
-
.opc .step-title,
|
184 |
-
.opc .step,
|
185 |
-
.multiple-checkout,
|
186 |
-
.sp-methods,
|
187 |
-
.checkout-progress,
|
188 |
-
.multiple-checkout .place-order,
|
189 |
-
.form-list li,
|
190 |
-
.form-list .field,
|
191 |
-
.group-select li,
|
192 |
-
.buttons-set,
|
193 |
-
.page-print .print-head,
|
194 |
-
.cart-tax-total,
|
195 |
-
.advanced-search-summary,
|
196 |
-
.advanced-search-summary p,
|
197 |
-
.gift-messages-form .item,
|
198 |
-
.send-friend .form-list li p,
|
199 |
-
.centinel .authentication { zoom:1; }
|
200 |
-
|
201 |
-
/*OMG*/
|
202 |
-
.col-right{display:block; float:right;}
|
203 |
-
|
204 |
-
/* Hover Fix */
|
205 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie-8-green.css
DELETED
@@ -1,203 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category design
|
23 |
-
* @package default_default
|
24 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
/* IE 6 only */
|
29 |
-
* html .validation-advice { height:13px; }
|
30 |
-
* html .error-msg,
|
31 |
-
* html .success-msg,
|
32 |
-
* html .note-msg,
|
33 |
-
* html .notice-msg { height:24px; }
|
34 |
-
* html .main { height:400px; }
|
35 |
-
* html .account-login .content { height:240px; }
|
36 |
-
.block li.item,
|
37 |
-
.block-poll li,
|
38 |
-
.opc li.section { vertical-align:top; }
|
39 |
-
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
40 |
-
|
41 |
-
/* Doubled Margin Fixes */
|
42 |
-
.product-view .product-img-box .more-views li,
|
43 |
-
.product-view .box-tags .form-add .input-box,
|
44 |
-
.sp-methods select.month { display:inline; }
|
45 |
-
|
46 |
-
/********** < Start fix css navigation styles */
|
47 |
-
#nav{position:relative; z-index:9999;}
|
48 |
-
#nav li a { zoom:1; }
|
49 |
-
#nav li { vertical-align:top; }
|
50 |
-
li a { display: block; float: left; clear: left; }
|
51 |
-
li { display: block; }
|
52 |
-
ul#nav li #nav li { display: block; }
|
53 |
-
ul#nav li.level0 ul.level0 li.parent a { posittion:relative; height:24px; background:url(../images/bkg_nav2.gif) no-repeat 170px 13px; }
|
54 |
-
ul#nav li.level0 ul.level0 li.level1 a { posittion:relative; height:28px; }
|
55 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{ posittion:relative; height:22px; }
|
56 |
-
ul#nav li.level0 ul.level0 li { height:28px; }
|
57 |
-
ul#nav li.level0 ul.level0 li:hover { height:28px; }
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1 { position:absolute; left:123px; top:26px; }
|
59 |
-
#nav ul li a,
|
60 |
-
.ma2-preset-style-green #nav ul li a { background: none no-repeat scroll 170px 19px transparent; }
|
61 |
-
ul#devices { height:180px; }
|
62 |
-
/********** < End fix css navigation styles */
|
63 |
-
|
64 |
-
/* start fix css category products */
|
65 |
-
/* ================================= */
|
66 |
-
.product-title{ height:38px; }
|
67 |
-
.products-grid{margin-bottom: 28px;}
|
68 |
-
ul.products-grid{position:relative;display:inline;}
|
69 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
70 |
-
ul.products-grid li.item .item-content .product-title ,
|
71 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
72 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
73 |
-
.free_shipping-right{float:left;}
|
74 |
-
.border-style{border-top:0px;}
|
75 |
-
.border-bottom{border-bottom:1px solid #ededed; width:100%;}
|
76 |
-
.breadcrumbs{width:100%; display:block; float:left;}
|
77 |
-
ul#ma2-nav-breadcrum li,
|
78 |
-
ul#ma2-nav-breadcrumb li,
|
79 |
-
ul#ma2-nav-breadcrumb li { display:block; float:left; text-align:left; position:relative; margir-left:25px; }
|
80 |
-
.f-fix-first{width:65%;}
|
81 |
-
.f-fix-last{width:28%;}
|
82 |
-
.pages ol li.current,
|
83 |
-
.pages ol li { display:inline; float:left; }
|
84 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
85 |
-
.pages ol{text-align:center; margin:0 auto; display:block;}
|
86 |
-
.category-products-widget ul.products-grid,
|
87 |
-
.category-products-widget ul#products-grid-1
|
88 |
-
{margin-bottom:20px;}
|
89 |
-
.catalog-product-default, .products-grid-featured{margin-bottom:24px;}
|
90 |
-
.ma2-detail{margin-top:0px;}
|
91 |
-
|
92 |
-
.header .form-search button.button span span ,
|
93 |
-
.ma2-preset-style-green .header .form-search button.button span span { font-size:0; }
|
94 |
-
.item-content{width:90%; padding-bottom:0px;}
|
95 |
-
.products-grid{margin-bottom:0px;}
|
96 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
97 |
-
.ma2-preset-style-green ul#nav level0 ul.level0 li{background: url(../images/menuactive-green.png) #ff4c29 repeat 0px 0px;}
|
98 |
-
.img-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
99 |
-
.product-title { width:100%; float:left; display: block; min-height:36px; margin-bottom:10px; }
|
100 |
-
.short-description-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
101 |
-
.actions { position:none; }
|
102 |
-
.style-border-ie { padding-top:3px; text-align: left; float: left; border-top:1px solid #ededed; width: 100%; }
|
103 |
-
|
104 |
-
/* end fix css category products */
|
105 |
-
select { margin-bottom:1px; }
|
106 |
-
input.radio { width:13px; height:13px; }
|
107 |
-
input.checkbox { width:13px; height:13px; }
|
108 |
-
button.button { height:26px; }
|
109 |
-
button.button span,
|
110 |
-
.ma2-preset-style-green button.button span { padding-bottom:2px; padding-top:2px; }
|
111 |
-
button.btn-checkout { height:40px; }
|
112 |
-
#opc-review .sp-methods .input-box { float:left; }
|
113 |
-
.form-list label { position:relative; z-index:0; }
|
114 |
-
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
115 |
-
|
116 |
-
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
117 |
-
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
118 |
-
.gift-messages-form { position:relative; zoom:1; }
|
119 |
-
.tool-tip .btn-close a { margin:0; }
|
120 |
-
.product-view .box-tags .product-tags li,
|
121 |
-
.footer li { padding:0 4px 0 7px; }
|
122 |
-
.product-options dd .time-picker select { margin:0; padding:0; }
|
123 |
-
|
124 |
-
/* Clearer */
|
125 |
-
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
126 |
-
|
127 |
-
/* Clears and hasLayout fixes */
|
128 |
-
.header-container,
|
129 |
-
.header-container .top-container,
|
130 |
-
.header,
|
131 |
-
.header .quick-access,
|
132 |
-
#nav,
|
133 |
-
.main,
|
134 |
-
.footer,
|
135 |
-
.footer-container .bottom-container,
|
136 |
-
.col-main,
|
137 |
-
.col2-set,
|
138 |
-
.col3-set,
|
139 |
-
.col3-layout .product-options-bottom .price-box,
|
140 |
-
.col4-set,
|
141 |
-
.messages li,
|
142 |
-
.search-autocomplete li,
|
143 |
-
.block,
|
144 |
-
.block .block-content,
|
145 |
-
.block .actions,
|
146 |
-
.block li.item,
|
147 |
-
.block-poll li,
|
148 |
-
.block-poll .label,
|
149 |
-
.block-layered-nav .currently li,
|
150 |
-
.block-account .block-content li a,
|
151 |
-
.mini-products-list .product-details,
|
152 |
-
.page-title,
|
153 |
-
.rss-title h1,
|
154 |
-
.products-grid,
|
155 |
-
.products-list li.item,
|
156 |
-
.box-account .box-head,
|
157 |
-
.dashboard .box .box-title,
|
158 |
-
.box-reviews li.item,
|
159 |
-
.box-tags li.item,
|
160 |
-
.pager,
|
161 |
-
.sorter,
|
162 |
-
.ratings,
|
163 |
-
.add-to-box,
|
164 |
-
.add-to-cart,
|
165 |
-
.product-essential,
|
166 |
-
.product-collateral,
|
167 |
-
.product-view .product-img-box .more-views ul,
|
168 |
-
.product-view .box-tags .form-add,
|
169 |
-
.product-view .product-shop .short-description,
|
170 |
-
.product-view .box-description,
|
171 |
-
.product-options .options-list li,
|
172 |
-
.product-options,
|
173 |
-
.product-options-bottom,
|
174 |
-
.truncated,
|
175 |
-
.truncated .truncated_full_value,
|
176 |
-
.product-review,
|
177 |
-
.cart,
|
178 |
-
.cart-collaterals,
|
179 |
-
.cart .crosssell li.item,
|
180 |
-
.cart .discount,
|
181 |
-
.opc .step-title,
|
182 |
-
.opc .step,
|
183 |
-
.multiple-checkout,
|
184 |
-
.sp-methods,
|
185 |
-
.checkout-progress,
|
186 |
-
.multiple-checkout .place-order,
|
187 |
-
.form-list li,
|
188 |
-
.form-list .field,
|
189 |
-
.group-select li,
|
190 |
-
.buttons-set,
|
191 |
-
.page-print .print-head,
|
192 |
-
.cart-tax-total,
|
193 |
-
.advanced-search-summary,
|
194 |
-
.advanced-search-summary p,
|
195 |
-
.gift-messages-form .item,
|
196 |
-
.send-friend .form-list li p,
|
197 |
-
.centinel .authentication { zoom:1; }
|
198 |
-
|
199 |
-
/*OMG*/
|
200 |
-
.col-right{display:block; float:right;}
|
201 |
-
|
202 |
-
/* Hover Fix */
|
203 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie-8-yellow.css
DELETED
@@ -1,203 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category design
|
23 |
-
* @package default_default
|
24 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
/* IE 6 only */
|
29 |
-
* html .validation-advice { height:13px; }
|
30 |
-
* html .error-msg,
|
31 |
-
* html .success-msg,
|
32 |
-
* html .note-msg,
|
33 |
-
* html .notice-msg { height:24px; }
|
34 |
-
* html .main { height:400px; }
|
35 |
-
* html .account-login .content { height:240px; }
|
36 |
-
.block li.item,
|
37 |
-
.block-poll li,
|
38 |
-
.opc li.section { vertical-align:top; }
|
39 |
-
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
40 |
-
|
41 |
-
/* Doubled Margin Fixes */
|
42 |
-
.product-view .product-img-box .more-views li,
|
43 |
-
.product-view .box-tags .form-add .input-box,
|
44 |
-
.sp-methods select.month { display:inline; }
|
45 |
-
|
46 |
-
/********** < Start fix css navigation styles */
|
47 |
-
#nav{position:relative; z-index:9999;}
|
48 |
-
#nav li a { zoom:1; }
|
49 |
-
#nav li { vertical-align:top; }
|
50 |
-
li a { display: block; float: left; clear: left; }
|
51 |
-
li { display: block; }
|
52 |
-
ul#nav li #nav li { display: block; }
|
53 |
-
ul#nav li.level0 ul.level0 li.parent a { posittion:relative; height:24px; background:url(../images/bkg_nav2.gif) no-repeat 170px 13px; }
|
54 |
-
ul#nav li.level0 ul.level0 li.level1 a { posittion:relative; height:28px; }
|
55 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{ posittion:relative; height:22px; }
|
56 |
-
ul#nav li.level0 ul.level0 li { height:28px; }
|
57 |
-
ul#nav li.level0 ul.level0 li:hover { height:28px; }
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1 { position:absolute; left:123px; top:26px; }
|
59 |
-
#nav ul li a,
|
60 |
-
.ma2-preset-style-yellow #nav ul li a { background: none no-repeat scroll 170px 19px transparent; }
|
61 |
-
ul#devices { height:180px; }
|
62 |
-
/********** < End fix css navigation styles */
|
63 |
-
|
64 |
-
/* start fix css category products */
|
65 |
-
/* ================================= */
|
66 |
-
.product-title{ height:38px; }
|
67 |
-
.products-grid{margin-bottom: 28px;}
|
68 |
-
ul.products-grid{position:relative;display:inline;}
|
69 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
70 |
-
ul.products-grid li.item .item-content .product-title ,
|
71 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
72 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
73 |
-
.free_shipping-right{float:left;}
|
74 |
-
.border-style{border-top:0px;}
|
75 |
-
.border-bottom{border-bottom:1px solid #ededed; width:100%;}
|
76 |
-
.breadcrumbs{width:100%; display:block; float:left;}
|
77 |
-
ul#ma2-nav-breadcrum li,
|
78 |
-
ul#ma2-nav-breadcrumb li,
|
79 |
-
ul#ma2-nav-breadcrumb li { display:block; float:left; text-align:left; position:relative; margir-left:25px; }
|
80 |
-
.f-fix-first{width:65%;}
|
81 |
-
.f-fix-last{width:28%;}
|
82 |
-
.pages ol li.current,
|
83 |
-
.pages ol li { display:inline; float:left; }
|
84 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
85 |
-
.pages ol{text-align:center; margin:0 auto; display:block;}
|
86 |
-
.category-products-widget ul.products-grid,
|
87 |
-
.category-products-widget ul#products-grid-1
|
88 |
-
{margin-bottom:20px;}
|
89 |
-
.catalog-product-default, .products-grid-featured{margin-bottom:24px;}
|
90 |
-
.ma2-detail{margin-top:0px;}
|
91 |
-
|
92 |
-
.header .form-search button.button span span ,
|
93 |
-
.ma2-preset-style-yellow .header .form-search button.button span span { font-size:0; }
|
94 |
-
.item-content{width:90%; padding-bottom:0px;}
|
95 |
-
.products-grid{margin-bottom:0px;}
|
96 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
97 |
-
.ma2-preset-style-yellow ul#nav level0 ul.level0 li{background: url(../images/menuactive-yellow.png) #ff4c29 repeat 0px 0px;}
|
98 |
-
.img-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
99 |
-
.product-title { width:100%; float:left; display: block; min-height:36px; margin-bottom:10px; }
|
100 |
-
.short-description-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
101 |
-
.actions { position:none; }
|
102 |
-
.style-border-ie { padding-top:3px; text-align: left; float: left; border-top:1px solid #ededed; width: 100%; }
|
103 |
-
|
104 |
-
/* end fix css category products */
|
105 |
-
select { margin-bottom:1px; }
|
106 |
-
input.radio { width:13px; height:13px; }
|
107 |
-
input.checkbox { width:13px; height:13px; }
|
108 |
-
button.button { height:26px; }
|
109 |
-
button.button span,
|
110 |
-
.ma2-preset-style-yellow button.button span { padding-bottom:2px; padding-top:2px; }
|
111 |
-
button.btn-checkout { height:40px; }
|
112 |
-
#opc-review .sp-methods .input-box { float:left; }
|
113 |
-
.form-list label { position:relative; z-index:0; }
|
114 |
-
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
115 |
-
|
116 |
-
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
117 |
-
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
118 |
-
.gift-messages-form { position:relative; zoom:1; }
|
119 |
-
.tool-tip .btn-close a { margin:0; }
|
120 |
-
.product-view .box-tags .product-tags li,
|
121 |
-
.footer li { padding:0 4px 0 7px; }
|
122 |
-
.product-options dd .time-picker select { margin:0; padding:0; }
|
123 |
-
|
124 |
-
/* Clearer */
|
125 |
-
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
126 |
-
|
127 |
-
/* Clears and hasLayout fixes */
|
128 |
-
.header-container,
|
129 |
-
.header-container .top-container,
|
130 |
-
.header,
|
131 |
-
.header .quick-access,
|
132 |
-
#nav,
|
133 |
-
.main,
|
134 |
-
.footer,
|
135 |
-
.footer-container .bottom-container,
|
136 |
-
.col-main,
|
137 |
-
.col2-set,
|
138 |
-
.col3-set,
|
139 |
-
.col3-layout .product-options-bottom .price-box,
|
140 |
-
.col4-set,
|
141 |
-
.messages li,
|
142 |
-
.search-autocomplete li,
|
143 |
-
.block,
|
144 |
-
.block .block-content,
|
145 |
-
.block .actions,
|
146 |
-
.block li.item,
|
147 |
-
.block-poll li,
|
148 |
-
.block-poll .label,
|
149 |
-
.block-layered-nav .currently li,
|
150 |
-
.block-account .block-content li a,
|
151 |
-
.mini-products-list .product-details,
|
152 |
-
.page-title,
|
153 |
-
.rss-title h1,
|
154 |
-
.products-grid,
|
155 |
-
.products-list li.item,
|
156 |
-
.box-account .box-head,
|
157 |
-
.dashboard .box .box-title,
|
158 |
-
.box-reviews li.item,
|
159 |
-
.box-tags li.item,
|
160 |
-
.pager,
|
161 |
-
.sorter,
|
162 |
-
.ratings,
|
163 |
-
.add-to-box,
|
164 |
-
.add-to-cart,
|
165 |
-
.product-essential,
|
166 |
-
.product-collateral,
|
167 |
-
.product-view .product-img-box .more-views ul,
|
168 |
-
.product-view .box-tags .form-add,
|
169 |
-
.product-view .product-shop .short-description,
|
170 |
-
.product-view .box-description,
|
171 |
-
.product-options .options-list li,
|
172 |
-
.product-options,
|
173 |
-
.product-options-bottom,
|
174 |
-
.truncated,
|
175 |
-
.truncated .truncated_full_value,
|
176 |
-
.product-review,
|
177 |
-
.cart,
|
178 |
-
.cart-collaterals,
|
179 |
-
.cart .crosssell li.item,
|
180 |
-
.cart .discount,
|
181 |
-
.opc .step-title,
|
182 |
-
.opc .step,
|
183 |
-
.multiple-checkout,
|
184 |
-
.sp-methods,
|
185 |
-
.checkout-progress,
|
186 |
-
.multiple-checkout .place-order,
|
187 |
-
.form-list li,
|
188 |
-
.form-list .field,
|
189 |
-
.group-select li,
|
190 |
-
.buttons-set,
|
191 |
-
.page-print .print-head,
|
192 |
-
.cart-tax-total,
|
193 |
-
.advanced-search-summary,
|
194 |
-
.advanced-search-summary p,
|
195 |
-
.gift-messages-form .item,
|
196 |
-
.send-friend .form-list li p,
|
197 |
-
.centinel .authentication { zoom:1; }
|
198 |
-
|
199 |
-
/*OMG*/
|
200 |
-
.col-right{display:block; float:right;}
|
201 |
-
|
202 |
-
/* Hover Fix */
|
203 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie-8.css
DELETED
@@ -1,199 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category design
|
23 |
-
* @package default_default
|
24 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
/* IE 6 only */
|
29 |
-
* html .validation-advice { height:13px; }
|
30 |
-
* html .error-msg,
|
31 |
-
* html .success-msg,
|
32 |
-
* html .note-msg,
|
33 |
-
* html .notice-msg { height:24px; }
|
34 |
-
* html .main { height:400px; }
|
35 |
-
* html .account-login .content { height:240px; }
|
36 |
-
.block li.item,
|
37 |
-
.block-poll li,
|
38 |
-
.opc li.section { vertical-align:top; }
|
39 |
-
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
40 |
-
|
41 |
-
/* Doubled Margin Fixes */
|
42 |
-
.product-view .product-img-box .more-views li,
|
43 |
-
.product-view .box-tags .form-add .input-box,
|
44 |
-
.sp-methods select.month { display:inline; }
|
45 |
-
|
46 |
-
/********** < Start fix css navigation styles */
|
47 |
-
#nav{position:relative; z-index:9999;}
|
48 |
-
#nav li a { zoom:1; }
|
49 |
-
#nav li { vertical-align:top; }
|
50 |
-
li a { display: block; float: left; clear: left; }
|
51 |
-
li { display: block; }
|
52 |
-
ul#nav li #nav li { display: block; }
|
53 |
-
ul#nav li.level0 ul.level0 li.parent a { posittion:relative; height:24px; background:url(../images/bkg_nav2.gif) no-repeat 170px 13px; }
|
54 |
-
ul#nav li.level0 ul.level0 li.level1 a { posittion:relative; height:28px; }
|
55 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{ posittion:relative; height:22px; }
|
56 |
-
ul#nav li.level0 ul.level0 li { height:28px; }
|
57 |
-
ul#nav li.level0 ul.level0 li:hover { height:28px; }
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1 { position:absolute; left:123px; top:26px; }
|
59 |
-
#nav ul li a { background: none no-repeat scroll 170px 19px transparent; }
|
60 |
-
ul#devices { height:180px; }
|
61 |
-
/********** < End fix css navigation styles */
|
62 |
-
|
63 |
-
/* start fix css category products */
|
64 |
-
/* ================================= */
|
65 |
-
.product-title{ height:38px; }
|
66 |
-
.products-grid{margin-bottom: 28px;}
|
67 |
-
ul.products-grid{position:relative;display:inline;}
|
68 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
69 |
-
ul.products-grid li.item .item-content .product-title ,
|
70 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
71 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
72 |
-
.free_shipping-right{float:left;}
|
73 |
-
.border-style{border-top:0px;}
|
74 |
-
.border-bottom{border-bottom:1px solid #ededed; width:100%;}
|
75 |
-
.breadcrumbs{width:100%; display:block; float:left;}
|
76 |
-
ul#ma2-nav-breadcrum li,
|
77 |
-
ul#ma2-nav-breadcrumb li,
|
78 |
-
ul#ma2-nav-breadcrumb li { display:block; float:left; text-align:left; position:relative; margir-left:25px; }
|
79 |
-
.f-fix-first{width:65%;}
|
80 |
-
.f-fix-last{width:28%;}
|
81 |
-
.pages ol li.current,
|
82 |
-
.pages ol li { display:inline; float:left; }
|
83 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
84 |
-
.pages ol{text-align:center; margin:0 auto; display:block;}
|
85 |
-
.category-products-widget ul.products-grid,
|
86 |
-
.category-products-widget ul#products-grid-1
|
87 |
-
{margin-bottom:20px;}
|
88 |
-
.catalog-product-default, .products-grid-featured { margin-bottom:24px;}
|
89 |
-
.ma2-detail{margin-top:0px;}
|
90 |
-
|
91 |
-
.header .form-search button.button span span ,
|
92 |
-
|
93 |
-
.item-content{width:90%; padding-bottom:0px;}
|
94 |
-
.products-grid{margin-bottom:0px;}
|
95 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
96 |
-
.img-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
97 |
-
.product-title { width:100%; float:left; display: block; min-height:36px; margin-bottom:10px; }
|
98 |
-
.short-description-product { width:100%; float:left; display: block; margin-bottom:10px; }
|
99 |
-
.actions { position:none; }
|
100 |
-
.style-border-ie { padding-top:3px; text-align: left; float: left; border-top:1px solid #ededed; width: 100%; }
|
101 |
-
|
102 |
-
/* end fix css category products */
|
103 |
-
select { margin-bottom:1px; }
|
104 |
-
input.radio { width:13px; height:13px; }
|
105 |
-
input.checkbox { width:13px; height:13px; }
|
106 |
-
button.button { height:26px; }
|
107 |
-
button.button span { padding-bottom:2px; padding-top:2px; }
|
108 |
-
button.btn-checkout { height:40px; }
|
109 |
-
#opc-review .sp-methods .input-box { float:left; }
|
110 |
-
.form-list label { position:relative; z-index:0; }
|
111 |
-
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
112 |
-
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
113 |
-
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
114 |
-
.gift-messages-form { position:relative; zoom:1; }
|
115 |
-
.tool-tip .btn-close a { margin:0; }
|
116 |
-
.product-view .box-tags .product-tags li,
|
117 |
-
.footer li { padding:0 4px 0 7px; }
|
118 |
-
.product-options dd .time-picker select { margin:0; padding:0; }
|
119 |
-
|
120 |
-
/* Clearer */
|
121 |
-
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
122 |
-
|
123 |
-
/* Clears and hasLayout fixes */
|
124 |
-
.header-container,
|
125 |
-
.header-container .top-container,
|
126 |
-
.header,
|
127 |
-
.header .quick-access,
|
128 |
-
#nav,
|
129 |
-
.main,
|
130 |
-
.footer,
|
131 |
-
.footer-container .bottom-container,
|
132 |
-
.col-main,
|
133 |
-
.col2-set,
|
134 |
-
.col3-set,
|
135 |
-
.col3-layout .product-options-bottom .price-box,
|
136 |
-
.col4-set,
|
137 |
-
.messages li,
|
138 |
-
.search-autocomplete li,
|
139 |
-
.block,
|
140 |
-
.block .block-content,
|
141 |
-
.block .actions,
|
142 |
-
.block li.item,
|
143 |
-
.block-poll li,
|
144 |
-
.block-poll .label,
|
145 |
-
.block-layered-nav .currently li,
|
146 |
-
.block-account .block-content li a,
|
147 |
-
.mini-products-list .product-details,
|
148 |
-
.page-title,
|
149 |
-
.rss-title h1,
|
150 |
-
.products-grid,
|
151 |
-
.products-list li.item,
|
152 |
-
.box-account .box-head,
|
153 |
-
.dashboard .box .box-title,
|
154 |
-
.box-reviews li.item,
|
155 |
-
.box-tags li.item,
|
156 |
-
.pager,
|
157 |
-
.sorter,
|
158 |
-
.ratings,
|
159 |
-
.add-to-box,
|
160 |
-
.add-to-cart,
|
161 |
-
.product-essential,
|
162 |
-
.product-collateral,
|
163 |
-
.product-view .product-img-box .more-views ul,
|
164 |
-
.product-view .box-tags .form-add,
|
165 |
-
.product-view .product-shop .short-description,
|
166 |
-
.product-view .box-description,
|
167 |
-
.product-options .options-list li,
|
168 |
-
.product-options,
|
169 |
-
.product-options-bottom,
|
170 |
-
.truncated,
|
171 |
-
.truncated .truncated_full_value,
|
172 |
-
.product-review,
|
173 |
-
.cart,
|
174 |
-
.cart-collaterals,
|
175 |
-
.cart .crosssell li.item,
|
176 |
-
.cart .discount,
|
177 |
-
.opc .step-title,
|
178 |
-
.opc .step,
|
179 |
-
.multiple-checkout,
|
180 |
-
.sp-methods,
|
181 |
-
.checkout-progress,
|
182 |
-
.multiple-checkout .place-order,
|
183 |
-
.form-list li,
|
184 |
-
.form-list .field,
|
185 |
-
.group-select li,
|
186 |
-
.buttons-set,
|
187 |
-
.page-print .print-head,
|
188 |
-
.cart-tax-total,
|
189 |
-
.advanced-search-summary,
|
190 |
-
.advanced-search-summary p,
|
191 |
-
.gift-messages-form .item,
|
192 |
-
.send-friend .form-list li p,
|
193 |
-
.centinel .authentication { zoom:1; }
|
194 |
-
|
195 |
-
/*OMG*/
|
196 |
-
.col-right{display:block; float:right;}
|
197 |
-
|
198 |
-
/* Hover Fix */
|
199 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/css/styles-ie.css
CHANGED
@@ -46,9 +46,9 @@
|
|
46 |
/********** < Navigation styles */
|
47 |
|
48 |
select { margin-bottom:1px; }
|
49 |
-
input.radio { width:13px; height:
|
50 |
-
input.checkbox { width:
|
51 |
-
button.button { }
|
52 |
button.button span { position:relative; }
|
53 |
button.btn-checkout {}
|
54 |
.form-list label { position:relative; z-index:0; }
|
46 |
/********** < Navigation styles */
|
47 |
|
48 |
select { margin-bottom:1px; }
|
49 |
+
input.radio { width:13px; height:13px; }
|
50 |
+
input.checkbox { width:13px; height:13px; }
|
51 |
+
button.button { height:21px; }
|
52 |
button.button span { position:relative; }
|
53 |
button.btn-checkout {}
|
54 |
.form-list label { position:relative; z-index:0; }
|
skin/frontend/ma2/ante/css/styles.css
CHANGED
@@ -98,11 +98,11 @@ ul,ol { list-style:none; }
|
|
98 |
|
99 |
/* Base Columns */
|
100 |
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
|
101 |
-
.col-main { float:left; width:
|
102 |
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
|
103 |
|
104 |
/* 1 Column Layout */
|
105 |
-
.col1-layout .col-main { float:none; width:
|
106 |
|
107 |
/* 2 Columns Layout */
|
108 |
.col2-left-layout .col-main { float:right; }
|
@@ -110,7 +110,7 @@ ul,ol { list-style:none; }
|
|
110 |
|
111 |
/* 3 Columns Layout */
|
112 |
.col3-layout .col-main { width:484px; margin-left:10px; }
|
113 |
-
.col3-layout .col-wrapper { float:left; width:
|
114 |
.col3-layout .col-wrapper .col-main { float:right; }
|
115 |
|
116 |
/* Content Columns */
|
@@ -142,11 +142,11 @@ select.multiselect option:last-child { border-bottom:0; }
|
|
142 |
textarea { overflow:auto; }
|
143 |
input.radio { margin-right:3px; }
|
144 |
input.checkbox { margin-right:3px; }
|
145 |
-
input.qty {
|
146 |
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
|
147 |
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
|
148 |
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
|
149 |
-
button.button span { float:left; padding:0 0 0 8px; font:bold 12px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#
|
150 |
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
|
151 |
button.disabled {}
|
152 |
button.disabled span {}
|
@@ -285,19 +285,13 @@ p.required { font-size:10px; text-align:right; color:#f00; }
|
|
285 |
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
|
286 |
|
287 |
/* BreadCrumbs */
|
288 |
-
.breadcrumbs {
|
289 |
-
font-size: 12px;
|
290 |
-
font-weight: bold;
|
291 |
-
line-height: 1.25;
|
292 |
-
padding-bottom: 10px;
|
293 |
-
padding-top: 6px;
|
294 |
-
text-transform: uppercase;
|
295 |
-
}
|
296 |
.breadcrumbs li { display:inline; }
|
297 |
|
298 |
/* Page Heading */
|
299 |
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
|
300 |
-
.page-title h1,
|
|
|
301 |
.page-title .separator { margin:0 3px; }
|
302 |
.page-title .link-rss { float:right; }
|
303 |
.title-buttons { text-align:right; }
|
@@ -461,93 +455,54 @@ tr.summary-details-excluded { font-style:italic; }
|
|
461 |
.header-container .top-container { clear:both; text-align:right; }
|
462 |
|
463 |
/********** < Navigation */
|
464 |
-
.nav-container {
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
#nav
|
469 |
-
#nav
|
470 |
-
|
471 |
-
#nav
|
472 |
-
#nav
|
473 |
-
#nav
|
474 |
-
#nav li
|
475 |
-
|
476 |
-
#nav a:hover,
|
477 |
-
#nav li:hover > a,
|
478 |
-
#nav li.hover a {color:#fff;}
|
479 |
-
#nav a { font-family: Arial; float:left; padding:0 15px 8px 15px; color:#333333;}
|
480 |
-
/* 0 Level */
|
481 |
-
#nav li { margin:-12px 0 0 6px; padding:0; list-style: none; float:left; position: relative; height: 53px; line-height: 68px; }
|
482 |
-
ul#nav li.home { background: url(../images/menuactive.png) repeat-x scroll 0 0 #F4A910; margin-left: 5px; }
|
483 |
-
#nav li.active a { color:#fff; }
|
484 |
-
ul#nav li.active { background: url("../images/menuactive.png") repeat scroll 0 0 transparent; }
|
485 |
/* 1st Level */
|
486 |
-
#nav
|
487 |
-
#nav
|
488 |
-
#nav
|
489 |
-
#nav
|
490 |
-
#nav
|
491 |
-
|
492 |
/* 2nd Level */
|
493 |
#nav ul,
|
494 |
-
#nav div { position:absolute; width:15em; top:
|
495 |
#nav div ul { position:static; width:auto; border:none; }
|
496 |
-
|
|
|
497 |
#nav ul ul,
|
498 |
-
#nav ul div { top:
|
499 |
-
|
500 |
-
#nav ul li
|
501 |
-
#nav ul li
|
502 |
-
#nav ul li a
|
503 |
-
#nav ul
|
504 |
-
#nav
|
505 |
-
#nav
|
506 |
-
|
507 |
-
#nav li.last ul.level0 li.first,
|
508 |
-
#nav li.last ul.level0 li.first a,
|
509 |
-
#nav li.last ul.level0 li.first a:hover,
|
510 |
-
#nav li.parent ul.level0 li.parent ul li.first,
|
511 |
-
#nav li.parent ul.level0 li.parent ul li.first a,
|
512 |
-
#nav li.parent ul.level0 li.parent ul li.first a:hover { border-radius: 0 8px 0 0; }
|
513 |
-
#nav ul li.last li span { padding:3px 15px 4px; }
|
514 |
-
#nav ul li.last { background:#f4a910; background-image: url(../images/menuactive.png); background-repeat: repeat; padding-bottom:0; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
515 |
-
#nav ul li.last a:hover { height:25px; background: url(../images/titlebane.png) repeat scroll 0 0 transparent; opacity:0.73; -o-opacity:0.73; -moz-opacity:0.73; -webkit-opacity:0.73; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=73)"; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
516 |
-
#nav ul li.last a,
|
517 |
-
#nav ul li.last a:hover { color:#fff !important; line-height: 28px; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
518 |
-
ul#nav li.last ul.level0 li.last a,
|
519 |
-
ul#nav li.last ul.level0 li.last a:hover { color:#fff !important; line-height: 28px; border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
520 |
-
#nav li.last ul li a,
|
521 |
-
#nav li.last ul li a:hover { border-radius: 0; -o-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
|
522 |
-
#nav li.active a { height: 26px; }
|
523 |
-
/* style for item menuTop */
|
524 |
-
ul#nav li.parent ul li.parent a { background: url("../images/bkg_nav2.gif") no-repeat scroll 170px 19px transparent; }
|
525 |
-
ul#nav li.parent ul li.parent { background: url("../images/menuactive.png") repeat scroll 0 0 #E26703; }
|
526 |
-
ul#nav li.parent ul li.parent ul li a:hover { background: url(../images/titlebane.png) repeat scroll 0 0 transparent; }
|
527 |
-
ul#nav li.parent ul li.parent ul li a { background: url("../images/menuactive-green.png") repeat scroll 0 0 #FF4C29; }
|
528 |
-
ul#nav li.parent ul li.parent ul li.last a { border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; }
|
529 |
-
ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png") repeat scroll 0 0 transparent; opacity:0.73; -o-opacity:0.73; -moz-opacity:0.73; -webkit-opacity:0.73; }
|
530 |
-
.products-grid-bar li.item { float: left; list-style: none outside none; text-align: left; width: 30%; }
|
531 |
/* Show menu */
|
532 |
#nav li ul.shown-sub,
|
533 |
#nav li div.shown-sub { left:0; z-index:999; }
|
534 |
#nav li .shown-sub ul.shown-sub,
|
535 |
-
#nav li .shown-sub li div.shown-sub { left:
|
536 |
/********** Navigation > */
|
537 |
/* ======================================================================================= */
|
538 |
|
539 |
|
540 |
/* Sidebar =============================================================================== */
|
541 |
.block { border:1px solid #ddd; margin:0 0 10px; }
|
542 |
-
.block .block-title { border-bottom:1px solid #ddd; padding:
|
543 |
-
.block .block-title strong {
|
544 |
-
color: #E26703;
|
545 |
-
display: block;
|
546 |
-
font: 12px/16px Arial,Helvetica,sans-serif;
|
547 |
-
min-height: 16px;
|
548 |
-
padding: 0;
|
549 |
-
text-transform: uppercase;
|
550 |
-
}
|
551 |
.block .block-title strong span {}
|
552 |
.block .block-title a { text-decoration:none !important; }
|
553 |
.block .block-subtitle { font-size:13px; font-weight:bold; }
|
@@ -585,7 +540,7 @@ ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png
|
|
585 |
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
|
586 |
|
587 |
/* Block: Cart */
|
588 |
-
.block-cart {
|
589 |
.block-cart .summary {}
|
590 |
.block-cart .amount {}
|
591 |
.block-cart .subtotal { text-align:center; }
|
@@ -657,15 +612,15 @@ ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png
|
|
657 |
.category-products {}
|
658 |
|
659 |
/* View Type: Grid */
|
660 |
-
.products-grid { position:relative; }
|
661 |
.products-grid.last { border-bottom:0; }
|
662 |
-
.products-grid li.item { float:
|
663 |
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
|
664 |
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
|
665 |
.products-grid .product-name a {}
|
666 |
.products-grid .price-box { margin:5px 0; }
|
667 |
.products-grid .availability { line-height:21px; }
|
668 |
-
.products-grid .actions { }
|
669 |
.col2-left-layout .products-grid,
|
670 |
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
|
671 |
.col1-layout .products-grid { width:790px; margin:0 auto; }
|
@@ -745,7 +700,7 @@ ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png
|
|
745 |
.old-price .price { font-weight:bold; text-decoration:line-through; }
|
746 |
|
747 |
/* Special price */
|
748 |
-
.special-price {
|
749 |
.special-price .price-label { font-weight:bold; white-space:nowrap; }
|
750 |
.special-price .price { font-weight:bold; }
|
751 |
|
@@ -814,18 +769,18 @@ ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png
|
|
814 |
.add-to-links .separator { display:none; }
|
815 |
|
816 |
/* Add to Cart */
|
817 |
-
.add-to-cart label {
|
818 |
-
.add-to-cart .qty { float:left;
|
819 |
-
.add-to-cart button.button { float:left; }
|
820 |
.add-to-cart .paypal-logo { clear:left; text-align:right; }
|
821 |
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
|
822 |
.product-view .add-to-cart .paypal-logo { margin:0; }
|
823 |
|
824 |
/* Add to Links + Add to Cart */
|
825 |
-
.add-to-box {
|
826 |
.add-to-box .add-to-cart { float:left; }
|
827 |
-
.add-to-box .or {
|
828 |
-
.add-to-box .add-to-links { float:
|
829 |
|
830 |
|
831 |
.product-view {}
|
@@ -849,6 +804,7 @@ ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png
|
|
849 |
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
|
850 |
.product-view .product-img-box .more-views ul { margin-left:-4px }
|
851 |
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
|
|
|
852 |
.product-image-popup { margin:0 auto; }
|
853 |
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
|
854 |
.product-image-popup .nav { margin:0 100px; text-align:center; }
|
@@ -856,11 +812,9 @@ ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png
|
|
856 |
.product-image-popup .image-label {}
|
857 |
|
858 |
/* Product Shop */
|
859 |
-
.product-view .product-shop { float:right; width:
|
860 |
.col1-layout .product-view .product-shop { float:right; width:700px; }
|
861 |
.col3-layout .product-view .product-shop { float:none; width:auto; }
|
862 |
-
.product-view .product-shop .add-to-links a { color: #1E7EC8 !important; font-weight: normal !important; }
|
863 |
-
.product-view .product-shop .add-to-links { font-size: 12px; text-align: right; margin: 0; }
|
864 |
.product-view .product-name {}
|
865 |
.product-view .short-description {}
|
866 |
|
@@ -1072,7 +1026,7 @@ ul#nav li.parent ul li.parent a:hover { background: url("../images/titlebane.png
|
|
1072 |
.opc li.section { border:1px solid #ddd; border-bottom:0; }
|
1073 |
|
1074 |
.opc .buttons-set.disabled button.button { display:none; }
|
1075 |
-
.opc .buttons-set .please-wait { line-height:21px; }
|
1076 |
|
1077 |
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
|
1078 |
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
|
98 |
|
99 |
/* Base Columns */
|
100 |
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
|
101 |
+
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
|
102 |
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
|
103 |
|
104 |
/* 1 Column Layout */
|
105 |
+
.col1-layout .col-main { float:none; width:auto; }
|
106 |
|
107 |
/* 2 Columns Layout */
|
108 |
.col2-left-layout .col-main { float:right; }
|
110 |
|
111 |
/* 3 Columns Layout */
|
112 |
.col3-layout .col-main { width:484px; margin-left:10px; }
|
113 |
+
.col3-layout .col-wrapper { float:left; width:748px; }
|
114 |
.col3-layout .col-wrapper .col-main { float:right; }
|
115 |
|
116 |
/* Content Columns */
|
142 |
textarea { overflow:auto; }
|
143 |
input.radio { margin-right:3px; }
|
144 |
input.checkbox { margin-right:3px; }
|
145 |
+
input.qty { width:2.5em !important; }
|
146 |
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
|
147 |
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
|
148 |
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
|
149 |
+
button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
|
150 |
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
|
151 |
button.disabled {}
|
152 |
button.disabled span {}
|
285 |
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
|
286 |
|
287 |
/* BreadCrumbs */
|
288 |
+
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
.breadcrumbs li { display:inline; }
|
290 |
|
291 |
/* Page Heading */
|
292 |
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
|
293 |
+
.page-title h1,
|
294 |
+
.page-title h2 { font-size:18px; color:#000; }
|
295 |
.page-title .separator { margin:0 3px; }
|
296 |
.page-title .link-rss { float:right; }
|
297 |
.title-buttons { text-align:right; }
|
455 |
.header-container .top-container { clear:both; text-align:right; }
|
456 |
|
457 |
/********** < Navigation */
|
458 |
+
.nav-container {}
|
459 |
+
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }
|
460 |
+
|
461 |
+
/* All Levels */
|
462 |
+
#nav li { text-align:left; position:relative; }
|
463 |
+
#nav li.over { z-index:998; }
|
464 |
+
#nav li.parent {}
|
465 |
+
#nav li a { display:block; text-decoration:none; }
|
466 |
+
#nav li a:hover { text-decoration:none; }
|
467 |
+
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
|
468 |
+
#nav li ul a span { white-space:normal; }
|
469 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
470 |
/* 1st Level */
|
471 |
+
#nav li { float:left; }
|
472 |
+
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
|
473 |
+
#nav li a:hover { color:#000; }
|
474 |
+
#nav li.over a,
|
475 |
+
#nav li.active a { color:#000; }
|
476 |
+
|
477 |
/* 2nd Level */
|
478 |
#nav ul,
|
479 |
+
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
|
480 |
#nav div ul { position:static; width:auto; border:none; }
|
481 |
+
|
482 |
+
/* 3rd+ leven */
|
483 |
#nav ul ul,
|
484 |
+
#nav ul div { top:7px; }
|
485 |
+
|
486 |
+
#nav ul li { float:none; border-bottom:1px solid #ddd; }
|
487 |
+
#nav ul li.last { border-bottom:0; }
|
488 |
+
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
|
489 |
+
#nav ul li a:hover { color:#000 !important; }
|
490 |
+
#nav ul li.active > a,
|
491 |
+
#nav ul li.over > a { color:#000 !important; }
|
492 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
/* Show menu */
|
494 |
#nav li ul.shown-sub,
|
495 |
#nav li div.shown-sub { left:0; z-index:999; }
|
496 |
#nav li .shown-sub ul.shown-sub,
|
497 |
+
#nav li .shown-sub li div.shown-sub { left:100px; }
|
498 |
/********** Navigation > */
|
499 |
/* ======================================================================================= */
|
500 |
|
501 |
|
502 |
/* Sidebar =============================================================================== */
|
503 |
.block { border:1px solid #ddd; margin:0 0 10px; }
|
504 |
+
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
|
505 |
+
.block .block-title strong { font-size:14px; font-weight:bold; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
.block .block-title strong span {}
|
507 |
.block .block-title a { text-decoration:none !important; }
|
508 |
.block .block-subtitle { font-size:13px; font-weight:bold; }
|
540 |
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
|
541 |
|
542 |
/* Block: Cart */
|
543 |
+
.block-cart {}
|
544 |
.block-cart .summary {}
|
545 |
.block-cart .amount {}
|
546 |
.block-cart .subtotal { text-align:center; }
|
612 |
.category-products {}
|
613 |
|
614 |
/* View Type: Grid */
|
615 |
+
.products-grid { border-bottom:1px solid #ddd; position:relative; }
|
616 |
.products-grid.last { border-bottom:0; }
|
617 |
+
.products-grid li.item { float:left; padding:12px 10px 80px; }
|
618 |
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
|
619 |
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
|
620 |
.products-grid .product-name a {}
|
621 |
.products-grid .price-box { margin:5px 0; }
|
622 |
.products-grid .availability { line-height:21px; }
|
623 |
+
.products-grid .actions { position:absolute; bottom:12px; }
|
624 |
.col2-left-layout .products-grid,
|
625 |
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
|
626 |
.col1-layout .products-grid { width:790px; margin:0 auto; }
|
700 |
.old-price .price { font-weight:bold; text-decoration:line-through; }
|
701 |
|
702 |
/* Special price */
|
703 |
+
.special-price {}
|
704 |
.special-price .price-label { font-weight:bold; white-space:nowrap; }
|
705 |
.special-price .price { font-weight:bold; }
|
706 |
|
769 |
.add-to-links .separator { display:none; }
|
770 |
|
771 |
/* Add to Cart */
|
772 |
+
.add-to-cart label { float:left; margin-right:5px; }
|
773 |
+
.add-to-cart .qty { float:left; }
|
774 |
+
.add-to-cart button.button { float:left; margin-left:5px; }
|
775 |
.add-to-cart .paypal-logo { clear:left; text-align:right; }
|
776 |
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
|
777 |
.product-view .add-to-cart .paypal-logo { margin:0; }
|
778 |
|
779 |
/* Add to Links + Add to Cart */
|
780 |
+
.add-to-box {}
|
781 |
.add-to-box .add-to-cart { float:left; }
|
782 |
+
.add-to-box .or { float:left; margin:0 10px; }
|
783 |
+
.add-to-box .add-to-links { float:left; }
|
784 |
|
785 |
|
786 |
.product-view {}
|
804 |
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
|
805 |
.product-view .product-img-box .more-views ul { margin-left:-4px }
|
806 |
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
|
807 |
+
|
808 |
.product-image-popup { margin:0 auto; }
|
809 |
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
|
810 |
.product-image-popup .nav { margin:0 100px; text-align:center; }
|
812 |
.product-image-popup .image-label {}
|
813 |
|
814 |
/* Product Shop */
|
815 |
+
.product-view .product-shop { float:right; width:445px; }
|
816 |
.col1-layout .product-view .product-shop { float:right; width:700px; }
|
817 |
.col3-layout .product-view .product-shop { float:none; width:auto; }
|
|
|
|
|
818 |
.product-view .product-name {}
|
819 |
.product-view .short-description {}
|
820 |
|
1026 |
.opc li.section { border:1px solid #ddd; border-bottom:0; }
|
1027 |
|
1028 |
.opc .buttons-set.disabled button.button { display:none; }
|
1029 |
+
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
|
1030 |
|
1031 |
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
|
1032 |
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
|
skin/frontend/ma2/ante/css/template.css
CHANGED
@@ -25,53 +25,12 @@
|
|
25 |
outline: none!important;
|
26 |
}
|
27 |
|
28 |
-
.nav-select-search > li > a, .nav-form-list a {
|
29 |
-
text-decoration: none;
|
30 |
-
text-transform: capitalize;
|
31 |
-
}
|
32 |
-
.nav-select-search > li > a {
|
33 |
-
color: #666666;
|
34 |
-
display: inline-block;
|
35 |
-
font-size: 14px;
|
36 |
-
font-style: italic;
|
37 |
-
line-height: 26pt;
|
38 |
-
padding: 5px 10px;
|
39 |
-
}
|
40 |
-
a {
|
41 |
-
color: #0055CC;
|
42 |
-
text-decoration: none;
|
43 |
-
}
|
44 |
-
element.style {
|
45 |
-
cursor: pointer;
|
46 |
-
}
|
47 |
-
.nav-form-list, .nav-select-search {
|
48 |
-
text-align: left;
|
49 |
-
}
|
50 |
-
.nav-select-search {
|
51 |
-
text-align: left;
|
52 |
-
}
|
53 |
-
ul, ol {
|
54 |
-
list-style: none outside none;
|
55 |
-
}
|
56 |
-
body .container {
|
57 |
-
font-family: sans-serif,tahoma;
|
58 |
-
}
|
59 |
-
.page {
|
60 |
-
text-align: left;
|
61 |
-
}
|
62 |
-
.ma2-category-list {
|
63 |
-
color: #343434;
|
64 |
-
}
|
65 |
body {
|
66 |
-
|
67 |
-
background-color: #FFFFFF;
|
68 |
-
background-repeat: repeat;
|
69 |
font-family: Arial, Helvetica, sans-serif;
|
70 |
font-size: 12px;
|
71 |
-
color: #333333;
|
72 |
-
line-height: normal;
|
73 |
text-align: left;
|
74 |
-
min-width:1200px;
|
75 |
}
|
76 |
|
77 |
/* Layout ================================================================================ */
|
@@ -86,64 +45,42 @@ body {
|
|
86 |
width: auto;
|
87 |
}
|
88 |
.main{
|
89 |
-
margin: 0;
|
90 |
-
|
|
|
|
|
|
|
91 |
}
|
92 |
.container{
|
93 |
-
width:
|
94 |
margin: 0 auto;
|
95 |
-
|
96 |
-
.container-inner {
|
97 |
-
background-image: url("../images/bgcontent.png");
|
98 |
-
background-repeat: repeat-y;
|
99 |
-
background-attachment: scroll;
|
100 |
-
background-position: 1px 0;
|
101 |
-
background-color: transparent;
|
102 |
-
padding: 8px 0 0;
|
103 |
-
}
|
104 |
-
.container-inner .col-main {
|
105 |
-
border: 0 none;
|
106 |
-
float: left;
|
107 |
-
padding: 10px 0 10px 15px;
|
108 |
-
}
|
109 |
-
.container-inner .col-right {
|
110 |
-
border: 0 none;
|
111 |
-
float: right;
|
112 |
-
margin-left: 10px;
|
113 |
-
margin-right: 10px;
|
114 |
-
margin-top: 5px;
|
115 |
}
|
116 |
.main-page{
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
background-position: 0 100%;
|
121 |
-
background-color: transparent;
|
122 |
-
margin: 15px auto 20px;
|
123 |
-
overflow: hidden;
|
124 |
-
padding: 0 0 40px;
|
125 |
-
width: 99.3%;
|
126 |
}
|
127 |
.col-content{
|
128 |
-
|
129 |
-
|
130 |
-
padding: 0 0;
|
131 |
overflow: hidden;
|
132 |
}
|
133 |
|
134 |
/* Header ================================================================================ */
|
135 |
-
.header {
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
|
|
141 |
}
|
142 |
.header .container {
|
143 |
|
144 |
}
|
145 |
.header .logo {
|
146 |
-
|
147 |
}
|
148 |
.header .logo strong {
|
149 |
|
@@ -222,7 +159,9 @@ body {
|
|
222 |
/* Base Columns */
|
223 |
.col-left,
|
224 |
.col-right {
|
225 |
-
|
|
|
|
|
226 |
}
|
227 |
.col-left {
|
228 |
float:left;
|
@@ -234,12 +173,11 @@ body {
|
|
234 |
}
|
235 |
|
236 |
/* HEADER TOP BLOCKS ================================================================================ */
|
237 |
-
.header .
|
238 |
overflow: hidden;
|
239 |
-
padding: 10px 0 0 10px;
|
240 |
}
|
241 |
-
.
|
242 |
-
.
|
243 |
overflow: hidden;
|
244 |
}
|
245 |
.top1Area .widget-block,
|
@@ -256,10 +194,10 @@ body {
|
|
256 |
display: inline-block;
|
257 |
margin-left: 10px;
|
258 |
}
|
259 |
-
.
|
260 |
|
261 |
}
|
262 |
-
.
|
263 |
|
264 |
}
|
265 |
|
@@ -269,23 +207,30 @@ body {
|
|
269 |
.maintop3Area{
|
270 |
overflow: hidden;
|
271 |
}
|
272 |
-
.maintop1Area .widget-block
|
273 |
-
float:right;
|
274 |
-
}
|
275 |
.maintop2Area .widget-block,
|
276 |
.maintop3Area .widget-block{
|
277 |
float: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
}
|
279 |
.maintop1Area .block-first .widget,
|
280 |
.maintop2Area .block-first .widget,
|
281 |
.maintop3Area .block-first .widget{
|
282 |
-
display: inline-block;
|
283 |
margin-right: 10px;
|
284 |
}
|
285 |
.maintop1Area .block-last .widget,
|
286 |
.maintop2Area .block-last .widget,
|
287 |
.maintop3Area .block-last .widget{
|
288 |
-
display: inline-block;
|
289 |
margin-left: 10px;
|
290 |
}
|
291 |
.maintop1Area{
|
@@ -309,30 +254,31 @@ body {
|
|
309 |
.mainbottom3Area .widget-block{
|
310 |
float: left;
|
311 |
}
|
|
|
|
|
|
|
|
|
|
|
312 |
.mainbottom1Area .block-first .widget,
|
313 |
.mainbottom2Area .block-first .widget,
|
314 |
.mainbottom3Area .block-first .widget{
|
315 |
-
|
316 |
-
|
|
|
|
|
|
|
|
|
317 |
}
|
318 |
.mainbottom1Area .block-last .widget,
|
319 |
.mainbottom2Area .block-last .widget,
|
320 |
.mainbottom3Area .block-last .widget{
|
321 |
-
|
322 |
-
margin-left: 10px;
|
323 |
}
|
324 |
.mainbottom1Area{
|
325 |
|
326 |
}
|
327 |
.mainbottom2Area{
|
328 |
-
|
329 |
-
background-repeat: repeat-x;
|
330 |
-
background-attachment: scroll;
|
331 |
-
background-position: 0 100%;
|
332 |
-
background-color: transparent;
|
333 |
-
margin: 0 auto;
|
334 |
-
padding-bottom: 10px;
|
335 |
-
width: 99.3%;
|
336 |
}
|
337 |
.mainbottom3Area{
|
338 |
|
@@ -392,16 +338,11 @@ body {
|
|
392 |
|
393 |
/* Footer ================================================================================ */
|
394 |
.footer {
|
395 |
-
|
396 |
-
|
397 |
-
padding: 0;
|
398 |
}
|
399 |
.footer .container {
|
400 |
|
401 |
-
}
|
402 |
-
.footer .container-inner {
|
403 |
-
border-top: 1px solid #DDDDDD;
|
404 |
-
margin-bottom: 60px;
|
405 |
}
|
406 |
.footer .footer1Area {
|
407 |
|
@@ -426,12 +367,12 @@ body {
|
|
426 |
}
|
427 |
.footer1Area .block-first .widget,
|
428 |
.footer2Area .block-first .widget{
|
429 |
-
display:
|
430 |
margin-right: 10px;
|
431 |
}
|
432 |
.footer1Area .block-last .widget,
|
433 |
.footer2Area .block-last .widget{
|
434 |
-
display:
|
435 |
margin-left: 10px;
|
436 |
}
|
437 |
.footer1Area{
|
@@ -442,9 +383,10 @@ body {
|
|
442 |
}
|
443 |
/* ======================================================================================= */
|
444 |
|
|
|
445 |
.widget{
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
25 |
outline: none!important;
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
body {
|
29 |
+
background: #f3f3f3;
|
|
|
|
|
30 |
font-family: Arial, Helvetica, sans-serif;
|
31 |
font-size: 12px;
|
32 |
+
color: #333333;
|
|
|
33 |
text-align: left;
|
|
|
34 |
}
|
35 |
|
36 |
/* Layout ================================================================================ */
|
45 |
width: auto;
|
46 |
}
|
47 |
.main{
|
48 |
+
margin: 10px 0 0 0;
|
49 |
+
padding: 10px 0 0 0;
|
50 |
+
overflow: hidden;
|
51 |
+
position: relative;
|
52 |
+
z-index: 0;
|
53 |
}
|
54 |
.container{
|
55 |
+
width: 940px;
|
56 |
margin: 0 auto;
|
57 |
+
padding: 0 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
}
|
59 |
.main-page{
|
60 |
+
margin: 10px 0 10px 0;
|
61 |
+
padding: 0 20px;
|
62 |
+
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
}
|
64 |
.col-content{
|
65 |
+
margin: 0 0;
|
66 |
+
padding: 0 0;
|
|
|
67 |
overflow: hidden;
|
68 |
}
|
69 |
|
70 |
/* Header ================================================================================ */
|
71 |
+
.header {
|
72 |
+
background: url(../images/top-bg.png) repeat-x;
|
73 |
+
border: none;
|
74 |
+
padding: 0;
|
75 |
+
margin: 0;
|
76 |
+
position: relative;
|
77 |
+
z-index: 9999;
|
78 |
}
|
79 |
.header .container {
|
80 |
|
81 |
}
|
82 |
.header .logo {
|
83 |
+
|
84 |
}
|
85 |
.header .logo strong {
|
86 |
|
159 |
/* Base Columns */
|
160 |
.col-left,
|
161 |
.col-right {
|
162 |
+
border: none;
|
163 |
+
width: 220px;
|
164 |
+
padding: 0;
|
165 |
}
|
166 |
.col-left {
|
167 |
float:left;
|
173 |
}
|
174 |
|
175 |
/* HEADER TOP BLOCKS ================================================================================ */
|
176 |
+
.header .topblocks {
|
177 |
overflow: hidden;
|
|
|
178 |
}
|
179 |
+
.topblocks .top1Area,
|
180 |
+
.topblocks .top2Area{
|
181 |
overflow: hidden;
|
182 |
}
|
183 |
.top1Area .widget-block,
|
194 |
display: inline-block;
|
195 |
margin-left: 10px;
|
196 |
}
|
197 |
+
.topblocks .top1Area{
|
198 |
|
199 |
}
|
200 |
+
.topblocks .top2Area{
|
201 |
|
202 |
}
|
203 |
|
207 |
.maintop3Area{
|
208 |
overflow: hidden;
|
209 |
}
|
210 |
+
.maintop1Area .widget-block,
|
|
|
|
|
211 |
.maintop2Area .widget-block,
|
212 |
.maintop3Area .widget-block{
|
213 |
float: left;
|
214 |
+
}
|
215 |
+
.maintop1Area .widget-block .widget,
|
216 |
+
.maintop2Area .widget-block .widget,
|
217 |
+
.maintop3Area .widget-block .widget{
|
218 |
+
display: block;
|
219 |
+
}
|
220 |
+
.maintop1Area .block-midle .widget,
|
221 |
+
.maintop2Area .block-midle .widget,
|
222 |
+
.maintop3Area .block-midle .widget{
|
223 |
+
margin-left: 5px;
|
224 |
+
margin-right: 5px;
|
225 |
}
|
226 |
.maintop1Area .block-first .widget,
|
227 |
.maintop2Area .block-first .widget,
|
228 |
.maintop3Area .block-first .widget{
|
|
|
229 |
margin-right: 10px;
|
230 |
}
|
231 |
.maintop1Area .block-last .widget,
|
232 |
.maintop2Area .block-last .widget,
|
233 |
.maintop3Area .block-last .widget{
|
|
|
234 |
margin-left: 10px;
|
235 |
}
|
236 |
.maintop1Area{
|
254 |
.mainbottom3Area .widget-block{
|
255 |
float: left;
|
256 |
}
|
257 |
+
.mainbottom1Area .widget-block .widget,
|
258 |
+
.mainbottom2Area .widget-block .widget,
|
259 |
+
.mainbottom3Area .widget-block .widget{
|
260 |
+
display: block;
|
261 |
+
}
|
262 |
.mainbottom1Area .block-first .widget,
|
263 |
.mainbottom2Area .block-first .widget,
|
264 |
.mainbottom3Area .block-first .widget{
|
265 |
+
margin-right: 15px;
|
266 |
+
}
|
267 |
+
.mainbottom1Area .block-midle .widget,
|
268 |
+
.mainbottom2Area .block-midle .widget,
|
269 |
+
.mainbottom3Area .block-midle .widget{
|
270 |
+
margin: 0 8px;
|
271 |
}
|
272 |
.mainbottom1Area .block-last .widget,
|
273 |
.mainbottom2Area .block-last .widget,
|
274 |
.mainbottom3Area .block-last .widget{
|
275 |
+
margin-left: 15px;
|
|
|
276 |
}
|
277 |
.mainbottom1Area{
|
278 |
|
279 |
}
|
280 |
.mainbottom2Area{
|
281 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
}
|
283 |
.mainbottom3Area{
|
284 |
|
338 |
|
339 |
/* Footer ================================================================================ */
|
340 |
.footer {
|
341 |
+
padding: 10px 0 0 0;
|
342 |
+
margin: 0px 0;
|
|
|
343 |
}
|
344 |
.footer .container {
|
345 |
|
|
|
|
|
|
|
|
|
346 |
}
|
347 |
.footer .footer1Area {
|
348 |
|
367 |
}
|
368 |
.footer1Area .block-first .widget,
|
369 |
.footer2Area .block-first .widget{
|
370 |
+
display: block;
|
371 |
margin-right: 10px;
|
372 |
}
|
373 |
.footer1Area .block-last .widget,
|
374 |
.footer2Area .block-last .widget{
|
375 |
+
display: block;
|
376 |
margin-left: 10px;
|
377 |
}
|
378 |
.footer1Area{
|
383 |
}
|
384 |
/* ======================================================================================= */
|
385 |
|
386 |
+
.block,
|
387 |
.widget{
|
388 |
+
border: none;
|
389 |
+
display: block;
|
390 |
+
}
|
391 |
+
|
392 |
+
|
skin/frontend/ma2/ante/css/yellow.css
CHANGED
@@ -1,154 +1,68 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
-webkit-border-fit
|
3 |
-
/* Reset ================================================================================= */
|
4 |
/**
|
5 |
-
*
|
6 |
-
*
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
.
|
22 |
-
|
23 |
-
/*
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
.
|
31 |
-
|
32 |
-
|
33 |
-
.
|
34 |
-
.
|
35 |
-
|
36 |
-
|
37 |
-
.
|
38 |
-
.
|
39 |
-
|
40 |
-
.
|
41 |
-
.
|
42 |
-
.
|
43 |
-
.
|
44 |
-
.
|
45 |
-
.
|
46 |
-
.
|
47 |
-
|
48 |
-
|
49 |
-
#
|
50 |
-
|
51 |
-
|
52 |
-
#
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
#
|
57 |
-
|
58 |
-
.
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
.
|
65 |
-
|
66 |
-
|
67 |
-
.
|
68 |
-
.
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
.ma2-preset-style-yellow ul#nav li.parent ul li.parent ul li a:hover { background: url(../images/titlebane.png) repeat scroll 0 0 transparent; }
|
73 |
-
.ma2-preset-style-yellow ul#nav li.parent ul li.parent ul li a { background: url("../images/menuactive.png") repeat scroll 0 0 #E26703; }
|
74 |
-
.ma2-preset-style-yellow ul#nav li.parent ul li.parent ul li.last a,
|
75 |
-
ul#nav li.parent ul li.parent a:hover { opacity:0.73; -o-opacity:0.73; -moz-opacity:0.73; -webkit-opacity:0.73; }
|
76 |
-
.products-grid-bar li.item { float: left; list-style: none outside none; text-align: left; width: 30%; }
|
77 |
-
/* Show menu */
|
78 |
-
#nav li ul.shown-sub,
|
79 |
-
#nav li div.shown-sub { left:0; z-index:999; }
|
80 |
-
#nav li .shown-sub ul.shown-sub,
|
81 |
-
#nav li .shown-sub li div.shown-sub { left:136px; }
|
82 |
-
/* =========================================================== */
|
83 |
-
/* Add to Cart */
|
84 |
-
/* =================================================== */
|
85 |
-
.add-to-cart-yellow-style5 button.button { border-radius: 18px 0 0 18px; padding-left: 10px; }
|
86 |
-
.add-to-cart-yellow-style4 button.button { border-radius: 0px 8px 0px 8px; }
|
87 |
-
.add-to-cart-yellow-style3 button.button { border-radius: 18px 18px 18px 18px; padding-left: 10px; padding-right: 10px; }
|
88 |
-
.add-to-cart-yellow-style2 button.button { border-radius: 8px 0px 8px 0px; }
|
89 |
-
.add-to-cart-yellow-style1 button.button { border-radius: 68px 5px 68px 5px; padding-left: 10px; padding-right: 10px; }
|
90 |
-
.add-to-cart-yellow button.button,
|
91 |
-
.add-to-cart-yellow-style1 button.button,
|
92 |
-
.add-to-cart-yellow-style2 button.button,
|
93 |
-
.add-to-cart-yellow-style3 button.button,
|
94 |
-
.add-to-cart-yellow-style4 button.button,
|
95 |
-
.add-to-cart-yellow-style5 button.button { background:url("../images/apptocart.png") repeat-x scroll 10% 0 transparent; border: none; line-height: 27px; height: 27px; }
|
96 |
-
.add-to-cart-yellow button.button:hover,
|
97 |
-
.add-to-cart-yellow-style1 button.button:hover,
|
98 |
-
.add-to-cart-yellow-style2 button.button:hover,
|
99 |
-
.add-to-cart-yellow-style3 button.button:hover,
|
100 |
-
.add-to-cart-yellow-style4 button.button:hover,
|
101 |
-
.add-to-cart-yellow-style5 button.button:hover { background:url("../images/apptocarthover.png") repeat scroll 10% 0 transparent; }
|
102 |
-
.add-to-cart-yellow .button-shopping-cart button.button span { background:url("../images/buttonshopcart.png") repeat scroll 0 0 transparent; border: none; padding: 0px; }
|
103 |
-
.add-to-cart-yellow .button-shopping-cart button.button span span { height: 30px; line-height: 30px; padding-left: 30px; padding-right: 10px; }
|
104 |
-
/* color for text-cart */
|
105 |
-
.ma2-preset-style-yellow .header .links li a span.ma2-cart,
|
106 |
-
.header .links li a span.ma2-checkout { font-weight: none; color: #FF4000; }
|
107 |
-
.ma2-preset-style-yellow button.button:hover { background:url("../images/apptocarthover.png") repeat scroll 0 0 transparent; }
|
108 |
-
.ma2-preset-style-yellow button.button { background:url("../images/apptocart.png") repeat scroll 0 0 transparent; }
|
109 |
-
.ma2-preset-style-yellow .slideshow-title,
|
110 |
-
.ma2-preset-style-yellow .block-cart .empty,
|
111 |
-
.ma2-preset-style-yellow .block-title-subscribe { color:#F4A910; }
|
112 |
-
.ma2-preset-style-yellow .cs-buttons a.cs-active { background:url("../images/itembaneactive-yellow.png") no-repeat scroll 0 0px transparent; }
|
113 |
-
.ma2-preset-style-yellow .product-title h5 a,
|
114 |
-
.ma2-preset-style-yellow .item-content .short-description-product { color:#333; padding-bottom: 10px;}
|
115 |
-
.ma2-preset-style-yellow .special-price .price,
|
116 |
-
.ma2-preset-style-yellow .regular-price .price,
|
117 |
-
.ma2-preset-style-yellow .price-box .price,
|
118 |
-
.ma2-preset-style-yellow .item-content .box-price .format-span-price2 { color:#6f5651; }
|
119 |
-
.ma2-preset-style-yellow .catalog-product-title .heading-box-product .format-span span,
|
120 |
-
.ma2-preset-style-yellow .page-title h1, .ma2-preset-style-yellow .page-title h2,
|
121 |
-
.ma2-preset-style-yellow .summary .amount a span,
|
122 |
-
.ma2-preset-style-yellow .item-title-view .heading-box-product .format-span span { color:#6f5651; }
|
123 |
-
/* preset-style color for breadcrum */
|
124 |
-
/* ================================== */
|
125 |
-
.ma2-preset-style-yellow li.home a,
|
126 |
-
.ma2-preset-style-yellow li strong,
|
127 |
-
.ma2-preset-style-yellow li a,
|
128 |
-
.ma2-preset-style-yellow .box-view { color:#333333; }
|
129 |
-
.ma2-preset-style-yellow .products-list .product-name a { color:#333333; }
|
130 |
-
.ma2-preset-style-yellow .f-fix-first .desc { color:#888888; }
|
131 |
-
/* preset-style for Icon New and Icon Available */
|
132 |
-
/* ================================================ */
|
133 |
-
.ma2-preset-style-yellow .label-new { background-color:#6F5651; }
|
134 |
-
/* preset-style for toolbar */
|
135 |
-
/* ============================= */
|
136 |
-
.ma2-preset-style-yellow .toolbar-bottom .toolbar .pager .amount,
|
137 |
-
.ma2-preset-style-yellow .block p.block-subtitle { color:#666666; }
|
138 |
-
.ma2-preset-style-yellow .toolbar-bottom .toolbar .pager .pages strong,
|
139 |
-
.ma2-preset-style-yellow .toolbar-bottom .toolbar .pager .pages ol li a,
|
140 |
-
.ma2-preset-style-yellow .product-shop { color:#666666; }
|
141 |
-
.ma2-preset-style-yellow .toolbar-bottom .toolbar .pager .pages ol li.current { font-weight:bold; font-size:12px; }
|
142 |
-
.ma2-preset-style-yellow .toolbar-bottom .toolbar .pager .pages ol li.current { color:#6f5651; }
|
143 |
-
.ma2-preset-style-yellow .a-center a,
|
144 |
-
.ma2-preset-style-yellow .buttons-set a.f-left { color:#ff4c29; font-style: italic; }
|
145 |
-
/* style for products details */
|
146 |
-
/* =========================================== */
|
147 |
-
.ma2-preset-style-yellow .product-collateral,
|
148 |
-
.ma2-preset-style-yellow .product-view .product-essential,
|
149 |
-
.ma2-preset-style-yellow .product-view .product-collateral { padding-left:0px; padding-right:10px; }
|
150 |
-
/* style for footer */
|
151 |
-
/* =========================================== */
|
152 |
-
.ma2-preset-style-yellow .footer-top-top,
|
153 |
-
.ma2-preset-style-yellow .footer-top-bottom { float:left; width:100%; text-align:left; }
|
154 |
-
.ma2-preset-style-yellow .footer a { color: #F4A910; }
|
|
|
|
|
|
|
1 |
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: yellow.css 13 2013-11-05 10:07:42Z minhnv $ */
|
21 |
+
|
22 |
+
a{
|
23 |
+
color: #f4a910;
|
24 |
+
}
|
25 |
+
|
26 |
+
.block-account .block-title,
|
27 |
+
.widget-title, .block-title{
|
28 |
+
color: #6F5651;
|
29 |
+
}
|
30 |
+
.topblocks .block-cart .block-content {
|
31 |
+
background: url("../images/yellow/cart-icon.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
|
32 |
+
}
|
33 |
+
#nav ul,
|
34 |
+
#nav li.over, #nav li.active {
|
35 |
+
background: url("../images/yellow/btn-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
|
36 |
+
}
|
37 |
+
.mainbottom1Area .block-title,
|
38 |
+
.mainbottom1Area .block-title strong,
|
39 |
+
.mainbottom1Area h3,
|
40 |
+
.mainbottom2Area .block-title,
|
41 |
+
.mainbottom2Area .block-title strong,
|
42 |
+
.mainbottom2Area h3,
|
43 |
+
.mainbottom3Area .block-title,
|
44 |
+
.mainbottom3Area .block-title strong,
|
45 |
+
.mainbottom3Area h3{
|
46 |
+
color: #6F5651;
|
47 |
+
}
|
48 |
+
.footer ul li a:hover{
|
49 |
+
color: #f4a910;
|
50 |
+
}
|
51 |
+
.regular-price .price,
|
52 |
+
div.price-box p.special-price span{
|
53 |
+
color: #6F5651;
|
54 |
+
}
|
55 |
+
button.button{
|
56 |
+
background: url("../images/yellow/btn-bg.png");
|
57 |
+
border: none;
|
58 |
+
border-radius: 0 0 0 0;
|
59 |
+
padding: 5px 15px 5px 33px;
|
60 |
+
}
|
61 |
+
button.button:hover{
|
62 |
+
background: url("../images/yellow/btn-overbg.png");
|
63 |
+
}
|
64 |
+
.toolbar-top .pager li.current,
|
65 |
+
.toolbar-bottom .pager li.current{
|
66 |
+
background: none repeat scroll 0 0 #f4a910;
|
67 |
+
border: 1px solid #f4a910;
|
68 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/images/apptocart-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/apptocart-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/apptocart-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/apptocarthover-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/apptocarthover.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner-bottom.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner3-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner3-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner3-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner3.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner4-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner4-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner4-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/banner4.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/bg-btn-details.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/bg.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/bgcontent.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/bkg_account_box.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_block-layered-dd.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_block-layered-dt.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_block-layered-label.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_block-layered-li.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_block-layered1.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_block-title.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_checkout.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_opc-title-off.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_rating.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_tfoot.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_th.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/bkg_toolbar.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/blue.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/blue/icon-saleoff.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/blue/index.html
ADDED
File without changes
|
media/ma2/images/default/favicon-blue.png → skin/frontend/ma2/ante/images/blue/logo.png
RENAMED
File without changes
|
skin/frontend/ma2/ante/images/blue/toolbar-mode.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{itembaneactive-yellow.png → body-bg.png}
RENAMED
Binary file
|
skin/frontend/ma2/ante/images/breadcrumbs-arrow.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/btn-bg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/btn_search.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/buttonshopcart.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/buttonshopcartgreenblue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/{cart-blue.png → cart-icon.png}
RENAMED
File without changes
|
skin/frontend/ma2/ante/images/cart.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/color-stars.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/dribble.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/facebook.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/flickr.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/forrst.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/googleplus.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/icon-address.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/icon-email.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/icon-phone.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/icon-support.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/linkedin.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/myspace.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/skype.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/toolbar-mode-active.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/toolbar-mode.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/twitter.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/demo/vimeo.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/desc-active-icon.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{itembaneactive-blue.png → desc-icon.png}
RENAMED
Binary file
|
skin/frontend/ma2/ante/images/desktop.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/email-bg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/entry_edit_head_arrow_down.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/entry_edit_head_arrow_up.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/favicon-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/favicon-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/favicon-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/favicon.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/filter-submit-btn.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/fotter_bottom.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/gototop.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/green.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/green/btn-bg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{cart-green.png → green/cart-icon.png}
RENAMED
File without changes
|
skin/frontend/ma2/ante/images/green/icon-saleoff.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/green/index.html
ADDED
File without changes
|
media/ma2/images/default/favicon-green.png → skin/frontend/ma2/ante/images/green/logo.png
RENAMED
File without changes
|
skin/frontend/ma2/ante/images/green/nav-active.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/header-container-top.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/i_discount.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/i_ma-info.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/i_ma-reviews.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/i_ma-tags.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/i_page1.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/i_page2.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/i_shipping.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/icon-bottom-list.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/icon-cart.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/icon-email.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/icon-home.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/icon-nav-sub.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/icon-saleoff.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/icon-search.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/icon_external_link.gif
ADDED
Binary file
|
skin/frontend/ma2/ante/images/index.html
ADDED
File without changes
|
skin/frontend/ma2/ante/images/itembane.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/itembaneactive.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/logo-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/logo-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/logo-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/logo.png
CHANGED
Binary file
|
skin/frontend/ma2/ante/images/ma2-navigation-icon.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/mainbottom1-bg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{manufacturersright.png → manufacturers-border.png}
RENAMED
File without changes
|
skin/frontend/ma2/ante/images/media/next-prev-page.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/menuactive-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/menuactive-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/menuactive-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/menuactive.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/menusub-overbg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/nav-active.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/nav-item-blue.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/nav-item-none.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/nav-item.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/nav.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/next-page.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/next-prev-page.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/pager_arrow_left.gif
CHANGED
Binary file
|
skin/frontend/ma2/ante/images/pager_arrow_right.gif
CHANGED
Binary file
|
skin/frontend/ma2/ante/images/presetstyles-btn.png
CHANGED
Binary file
|
skin/frontend/ma2/ante/images/prev-page.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/product-details-addtocart-btn.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/product-image-bottombg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/review-active-icon.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{itembaneactive-green.png → review-icon.png}
RENAMED
Binary file
|
skin/frontend/ma2/ante/images/right-adv-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/right-adv-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/right-adv-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/right-adv.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/sale-blue.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/sale-green.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/sale-yellow.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/sale.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/screens.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/search-btn.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/search-submit.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/searchButton.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{bg-center.png → ship-next-day.png}
RENAMED
File without changes
|
skin/frontend/ma2/ante/images/shoppingcart.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/sidebar-arrow.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/sidebar-dotted.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/slider-controls.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/slideshow-next-prev-btn.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/smartphone-landspace.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/smartphone-portraint.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/stock-icon.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/styles-button.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/submenu-arrow.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/submenu-bg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/submit.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/tablet-landscape.jpg
DELETED
Binary file
|
skin/frontend/ma2/ante/images/tablet-landspace.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/tablet-portraint.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/tablet-portrait.jpg
DELETED
Binary file
|
skin/frontend/ma2/ante/images/tags-active-icon.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{apptocart.png → tags-icon.png}
RENAMED
Binary file
|
skin/frontend/ma2/ante/images/titlebane.png
DELETED
Binary file
|
skin/frontend/ma2/ante/images/toolbar-mode-active.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/toolbar-mode.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/top-bg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/topmenu-arrow.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/totop.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/yellow.gif
DELETED
Binary file
|
skin/frontend/ma2/ante/images/yellow/btn-bg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/yellow/btn-overbg.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/{cart-yellow.png → yellow/cart-icon.png}
RENAMED
File without changes
|
skin/frontend/ma2/ante/images/yellow/logo.png
ADDED
Binary file
|
skin/frontend/ma2/ante/images/zoom-icon.png
ADDED
Binary file
|
skin/frontend/ma2/ante/js/index.html
ADDED
File without changes
|
skin/frontend/ma2/ante/js/ma2function.js
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
function desc_showfull()
|
2 |
-
{
|
3 |
-
document.getElementById("full_desc").style.display = "block";
|
4 |
-
document.getElementById("box-view-btn-less").style.display = "block";
|
5 |
-
document.getElementById("box-view-btn-show").style.display = "none";
|
6 |
-
document.getElementById("short_desc").style.display = "none";
|
7 |
-
|
8 |
-
}
|
9 |
-
function desc_hidefull()
|
10 |
-
{
|
11 |
-
document.getElementById("full_desc").style.display = "none";
|
12 |
-
document.getElementById("box-view-btn-show").style.display = "block";
|
13 |
-
document.getElementById("box-view-btn-less").style.display = "none";
|
14 |
-
document.getElementById("short_desc").style.display = "block";
|
15 |
-
}
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/ante/{css/ma2_manufacturers/js → lib}/carousel-min.js
RENAMED
File without changes
|
skin/frontend/ma2/ante/lib/fancyzoom.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
Object.extend(String.prototype,{ensureEndsWith:function(A){return this.endsWith(A)?this:this+A},px:function(){return this.ensureEndsWith("px")}});Object.extend(Number.prototype,{px:function(){return this.toString().px()}});var Window={size:function(){var C=window.innerWidth||(window.document.documentElement.clientWidth||window.document.body.clientWidth);var B=window.innerHeight||(window.document.documentElement.clientHeight||window.document.body.clientHeight);var A=window.pageXOffset||(window.document.documentElement.scrollLeft||window.document.body.scrollLeft);var D=window.pageYOffset||(window.document.documentElement.scrollTop||window.document.body.scrollTop);return{width:C,height:B,x:A,y:D}}};var FancyZoomBox={directory:"images",zooming:false,setup:false,init:function(C){if(FancyZoomBox.setup){return }FancyZoomBox.setup=true;var E=navigator.userAgent.match(/MSIE\s(\d)+/);if(E){var B=parseInt(E[1]);Prototype.Browser["IE"+B.toString()]=true;Prototype.Browser.ltIE7=(B<7)?true:false}var D='<div id="zoom" style="display:none;"> <table id="zoom_table" style="border-collapse:collapse; width:100%; height:100%;"> <tbody> <tr> <td class="tl" /> <td class="tm" /> <td class="tr" /> </tr> <tr> <td class="ml"/> <td class="mm" style="background:#fff; vertical-align:top;"> <div id="zoom_content"> </div> </td> <td class="mr" /> </tr> <tr> <td class="bl" /> <td class="bm" /> <td class="br" /> </tr> </tbody> </table> <a href="#" title="Close" id="zoom_close" style="position:absolute; top:0; right:0;"></a> </div>';var A=$$("body").first();A.insert(D);FancyZoomBox.zoom=$("zoom");FancyZoomBox.zoom_table=$("zoom_table");FancyZoomBox.zoom_close=$("zoom_close");FancyZoomBox.zoom_content=$("zoom_content");FancyZoomBox.zoom_close.observe("click",FancyZoomBox.hide);FancyZoomBox.middle_row=$A([$$("td.ml"),$$("td.mm"),$$("td.mr")]).flatten();FancyZoomBox.cells=FancyZoomBox.zoom_table.select("td");$$("html").first().observe("click",function(H){var G=H.findElement("#zoom"),F=FancyZoomBox.zoom.getStyle("display");if(F=="block"&&!G){FancyZoomBox.hide(H)}});$(document).observe("keyup",function(G){var F=FancyZoomBox.zoom.getStyle("display");if(G.keyCode==Event.KEY_ESC&&F=="block"){FancyZoomBox.hide(G)}});if(Prototype.Browser.ltIE7){FancyZoomBox.switchBackgroundImagesTo("gif")}},show:function(E){E.stop();if(FancyZoomBox.zooming){return }FancyZoomBox.zooming=true;var C=E.findElement("a");var D=C.content_div;var A=(C.zoom_width||D.getWidth());var I=(C.zoom_height||D.getHeight());var F=Window.size();var B=document.viewport.getScrollOffsets()[1];var G=Math.max((F.height/2)-(I/2)+B,0);var H=(F.width/2)-(A/2);FancyZoomBox.curTop=E.pointerY();FancyZoomBox.curLeft=E.pointerX();FancyZoomBox.moveX=-(FancyZoomBox.curLeft-H);FancyZoomBox.moveY=-(FancyZoomBox.curTop-G);FancyZoomBox.zoom.hide().setStyle({position:"absolute",top:FancyZoomBox.curTop.px(),left:FancyZoomBox.curLeft.px()});new Effect.Parallel([new Effect.Appear(FancyZoomBox.zoom,{sync:true}),new Effect.Move(FancyZoomBox.zoom,{x:FancyZoomBox.moveX,y:FancyZoomBox.moveY,sync:true}),new Effect.Morph(FancyZoomBox.zoom,{style:{width:A.px(),height:I.px()},sync:true,beforeStart:function(J){if(Prototype.Browser.IE){FancyZoomBox.middle_row.invoke("setStyle",{height:(I-40).px()})}FancyZoomBox.fixBackgroundsForIE()},afterFinish:function(J){FancyZoomBox.zoom_content.innerHTML=D.innerHTML;FancyZoomBox.unfixBackgroundsForIE();FancyZoomBox.zoom_close.show();FancyZoomBox.zooming=false}})],{duration:0.5})},hide:function(A){A.stop();if(FancyZoomBox.zooming){return }FancyZoomBox.zooming=true;new Effect.Parallel([new Effect.Move(FancyZoomBox.zoom,{x:FancyZoomBox.moveX*-1,y:FancyZoomBox.moveY*-1,sync:true}),new Effect.Morph(FancyZoomBox.zoom,{style:{width:"1".px(),height:"1".px()},sync:true,beforeStart:function(B){FancyZoomBox.fixBackgroundsForIE();FancyZoomBox.zoom_content.innerHTML="";FancyZoomBox.zoom_close.hide()},afterFinish:function(B){FancyZoomBox.unfixBackgroundsForIE();FancyZoomBox.zooming=false}}),new Effect.Fade(FancyZoomBox.zoom,{sync:true})],{duration:0.5})},switchBackgroundImagesTo:function(C){FancyZoomBox.cells.each(function(E){var D=E.getStyle("background-image").gsub(/\.(png|gif|none)\)$/,"."+C+")");E.setStyle("background-image: "+D)});var B=FancyZoomBox.zoom_close.firstDescendant();var A=B.readAttribute("src").gsub(/\.(png|gif|none)$/,"."+C);B.writeAttribute("src",A)},fixBackgroundsForIE:function(){if(Prototype.Browser.IE7){FancyZoomBox.switchBackgroundImagesTo("gif")}},unfixBackgroundsForIE:function(){if(Prototype.Browser.IE7){FancyZoomBox.switchBackgroundImagesTo("png")}}};var FancyZoom=Class.create({initialize:function(A){this.options=arguments.length>1?arguments[1]:{};FancyZoomBox.init();this.element=$(A);if(this.element){this.element.content_div=$(this.element.readAttribute("href").gsub(/^#/,""));this.element.content_div.hide();this.element.zoom_width=this.options.width;this.element.zoom_height=this.options.height;this.element.observe("click",FancyZoomBox.show)}}});
|
skin/frontend/ma2/ante/lib/index.html
ADDED
File without changes
|
skin/frontend/ma2/ante/{css/ma2_featuredproducts → ma2_featuredproducts}/ma2_featuredproducts.css
RENAMED
File without changes
|
skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/blank.gif
RENAMED
File without changes
|
skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/closelabel.gif
RENAMED
File without changes
|
skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/loading.gif
RENAMED
File without changes
|
skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/nextlabel.gif
RENAMED
File without changes
|
skin/frontend/ma2/ante/{css/ma2_widgetproductlists → ma2_widgetproductlist}/images/prevlabel.gif
RENAMED
File without changes
|
skin/frontend/ma2/ante/ma2_widgetproductlist/ma2_widgetproductlist.css
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Extensions
|
16 |
+
* @package Ma2_WidgetProductList
|
17 |
+
* @copyright Copyright (c) 2013 MagenMarket. (http://www.magenmarket.com)
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: ma2_widgetproductlist.css 19 2013-11-16 03:34:59Z linhnt $ */
|
21 |
+
|
22 |
+
|
23 |
+
/* = COMMON ==================*/
|
24 |
+
|
25 |
+
.ma2-widgetproductlist {
|
26 |
+
margin: 0 0 10px 0;
|
27 |
+
padding: 0 0 10px 0;
|
28 |
+
display: block; /**/
|
29 |
+
}
|
30 |
+
|
31 |
+
.ma2-widgetproductlist .widget-inner{}
|
32 |
+
.ma2-widgetproductlist .widget-title{}
|
33 |
+
.ma2-widgetproductlist .product-items{}
|
34 |
+
.ma2-widgetproductlist .product-items-inner{}
|
35 |
+
.ma2-widgetproductlist .product-item{}
|
36 |
+
|
37 |
+
|
38 |
+
/*- Grid view ---*/
|
39 |
+
.ma2-widgetproductlist.grid-view .product-item{
|
40 |
+
float: left;
|
41 |
+
}
|
42 |
+
.rtl .ma2-widgetproductlist.grid-view .product-item{
|
43 |
+
float: right;
|
44 |
+
}
|
45 |
+
|
46 |
+
/*- List view ---*/
|
47 |
+
.ma2-widgetproductlist.list-view .product-item{
|
48 |
+
float: none;
|
49 |
+
clear: both;
|
50 |
+
border-bottom: 1px solid #EEE;
|
51 |
+
}
|
52 |
+
.ma2-widgetproductlist.list-view .product-item.last{
|
53 |
+
/* border-bottom: 0 none; */
|
54 |
+
}
|
55 |
+
.ma2-widgetproductlist.list-view .product-info {overflow: hidden;}
|
56 |
+
.ma2-widgetproductlist.list-view .product-item .product-image{
|
57 |
+
float: left;
|
58 |
+
}
|
59 |
+
.rtl .ma2-widgetproductlist.list-view .product-item .product-image{
|
60 |
+
float: right;
|
61 |
+
}
|
62 |
+
.clear{clear:both;}
|
63 |
+
|
64 |
+
|
65 |
+
/* = DEMO STYLES ==================*/
|
66 |
+
/*
|
67 |
+
Styles for demo only => For each theme, should style in theme's css file.
|
68 |
+
*/
|
69 |
+
|
70 |
+
.ma2-widgetproductlist .product-item-inner {padding: 10px;}
|
71 |
+
|
72 |
+
/* = STYLE FOR DIFFERENT WIDGET TYPE ==================*/
|
73 |
+
/*
|
74 |
+
Styles for new, featured, best-selling, etc. => For each theme, should style in theme's css file.
|
75 |
+
*/
|
76 |
+
|
77 |
+
|
78 |
+
|
app/code/community/Ma2/Manufacturers/Helper/Data.php → skin/frontend/ma2/default/css/blue.css
RENAMED
@@ -1,4 +1,3 @@
|
|
1 |
-
<?php
|
2 |
/**
|
3 |
* MagenMarket.com
|
4 |
*
|
@@ -13,15 +12,9 @@
|
|
13 |
*
|
14 |
* Edit or modify this file with yourown risk.
|
15 |
*
|
16 |
-
* @category
|
17 |
-
* @package
|
18 |
-
* @copyright Copyright (
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
**/
|
21 |
-
/* $Id:
|
22 |
-
|
23 |
-
class Ma2_Manufacturers_Helper_Data extends Mage_Core_Helper_Abstract
|
24 |
-
{
|
25 |
-
|
26 |
-
}
|
27 |
-
?>
|
|
|
1 |
/**
|
2 |
* MagenMarket.com
|
3 |
*
|
12 |
*
|
13 |
* Edit or modify this file with yourown risk.
|
14 |
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
**/
|
20 |
+
/* $Id: blue.css 13 2013-11-05 10:07:42Z minhnv $ */
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/ma2/default/css/custom.css
ADDED
@@ -0,0 +1,392 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: custom.css 15 2013-12-25 04:31:20Z minhnv $ */
|
21 |
+
|
22 |
+
* {
|
23 |
+
margin: 0;
|
24 |
+
padding: 0;
|
25 |
+
}
|
26 |
+
|
27 |
+
/* PresetStyles Control box */
|
28 |
+
#ma2styles-control-box{
|
29 |
+
left: 0;
|
30 |
+
position: fixed;
|
31 |
+
top: 0px;
|
32 |
+
z-index: 35101;
|
33 |
+
}
|
34 |
+
a.presetstyles-btn{
|
35 |
+
background: url("../images/presetstyles-btn.png") no-repeat;
|
36 |
+
width: 40px;
|
37 |
+
height: 30px;
|
38 |
+
display: block;
|
39 |
+
}
|
40 |
+
#ma2-theme-styles{
|
41 |
+
background: #F5F5F5;
|
42 |
+
border: 1px solid #ddd;
|
43 |
+
left: 0;
|
44 |
+
padding: 10px;
|
45 |
+
position: fixed;
|
46 |
+
top: 30px;
|
47 |
+
z-index: 35101;
|
48 |
+
}
|
49 |
+
label#params_demo_preset-lbl{
|
50 |
+
font-size: 14px;
|
51 |
+
font-weight: normal;
|
52 |
+
line-height: 20px;
|
53 |
+
}
|
54 |
+
fieldset#params_demo_preset input[type="radio"]{
|
55 |
+
float: left;
|
56 |
+
margin-right: 5px;
|
57 |
+
margin-top: 2px;
|
58 |
+
width: auto;
|
59 |
+
}
|
60 |
+
button.apply-btn{
|
61 |
+
cursor: pointer;
|
62 |
+
}
|
63 |
+
fieldset#params_demo_preset label{
|
64 |
+
display: block;
|
65 |
+
margin-bottom: 5px;
|
66 |
+
font-size: 14px;
|
67 |
+
font-weight: normal;
|
68 |
+
line-height: 20px;
|
69 |
+
}
|
70 |
+
|
71 |
+
/* MA2 BLOCKS */
|
72 |
+
.blocks-wrapper{
|
73 |
+
|
74 |
+
}
|
75 |
+
.blocks-wrapper .block{
|
76 |
+
margin-bottom: 20px;
|
77 |
+
overflow: hidden;
|
78 |
+
}
|
79 |
+
.blocks-wrapper .block-first{
|
80 |
+
|
81 |
+
}
|
82 |
+
.blocks-wrapper .block-midle{
|
83 |
+
|
84 |
+
}
|
85 |
+
.blocks-wrapper .block-last{
|
86 |
+
|
87 |
+
}
|
88 |
+
.blocks-sample .block,
|
89 |
+
.blocks-sample .widget{
|
90 |
+
margin-bottom: 20px;
|
91 |
+
clear: both;
|
92 |
+
}
|
93 |
+
/* MA2 BLOCKS END */
|
94 |
+
|
95 |
+
/* CUSTOM WIDTH */
|
96 |
+
.width1 {
|
97 |
+
width: 1%;
|
98 |
+
}
|
99 |
+
.width2 {
|
100 |
+
width: 2%;
|
101 |
+
}
|
102 |
+
.width3 {
|
103 |
+
width: 3%;
|
104 |
+
}
|
105 |
+
.width4 {
|
106 |
+
width: 4%;
|
107 |
+
}
|
108 |
+
.width5 {
|
109 |
+
width: 5%;
|
110 |
+
}
|
111 |
+
.width6 {
|
112 |
+
width: 6%;
|
113 |
+
}
|
114 |
+
.width7 {
|
115 |
+
width: 7%;
|
116 |
+
}
|
117 |
+
.width8 {
|
118 |
+
width: 8%;
|
119 |
+
}
|
120 |
+
.width9 {
|
121 |
+
width: 9%;
|
122 |
+
}
|
123 |
+
.width10 {
|
124 |
+
width: 10%;
|
125 |
+
}
|
126 |
+
.width11 {
|
127 |
+
width: 11%;
|
128 |
+
}
|
129 |
+
.width12 {
|
130 |
+
width: 12%;
|
131 |
+
}
|
132 |
+
.width13 {
|
133 |
+
width: 13%;
|
134 |
+
}
|
135 |
+
.width14 {
|
136 |
+
width: 14%;
|
137 |
+
}
|
138 |
+
.width15 {
|
139 |
+
width: 15%;
|
140 |
+
}
|
141 |
+
.width16 {
|
142 |
+
width: 16%;
|
143 |
+
}
|
144 |
+
.width17 {
|
145 |
+
width: 17%;
|
146 |
+
}
|
147 |
+
.width18 {
|
148 |
+
width: 18%;
|
149 |
+
}
|
150 |
+
.width19 {
|
151 |
+
width: 19%;
|
152 |
+
}
|
153 |
+
.width20 {
|
154 |
+
width: 20%;
|
155 |
+
}
|
156 |
+
.width21 {
|
157 |
+
width: 21%;
|
158 |
+
}
|
159 |
+
.width22 {
|
160 |
+
width: 22%;
|
161 |
+
}
|
162 |
+
.width23 {
|
163 |
+
width: 23%;
|
164 |
+
}
|
165 |
+
.width24 {
|
166 |
+
width: 24%;
|
167 |
+
}
|
168 |
+
.width25 {
|
169 |
+
width: 25%;
|
170 |
+
}
|
171 |
+
.width26 {
|
172 |
+
width: 26%;
|
173 |
+
}
|
174 |
+
.width27 {
|
175 |
+
width: 27%;
|
176 |
+
}
|
177 |
+
.width28 {
|
178 |
+
width: 28%;
|
179 |
+
}
|
180 |
+
.width29 {
|
181 |
+
width: 29%;
|
182 |
+
}
|
183 |
+
.width30 {
|
184 |
+
width: 30%;
|
185 |
+
}
|
186 |
+
.width31 {
|
187 |
+
width: 31%;
|
188 |
+
}
|
189 |
+
.width32 {
|
190 |
+
width: 32%;
|
191 |
+
}
|
192 |
+
.width33 {
|
193 |
+
width: 33.3333333333%;
|
194 |
+
}
|
195 |
+
.width34 {
|
196 |
+
width: 34%;
|
197 |
+
}
|
198 |
+
.width35 {
|
199 |
+
width: 35%;
|
200 |
+
}
|
201 |
+
.width36 {
|
202 |
+
width: 36%;
|
203 |
+
}
|
204 |
+
.width37 {
|
205 |
+
width: 37%;
|
206 |
+
}
|
207 |
+
.width38 {
|
208 |
+
width: 38%;
|
209 |
+
}
|
210 |
+
.width39 {
|
211 |
+
width: 39%;
|
212 |
+
}
|
213 |
+
.width40 {
|
214 |
+
width: 40%;
|
215 |
+
}
|
216 |
+
.width41 {
|
217 |
+
width: 41%;
|
218 |
+
}
|
219 |
+
.width42 {
|
220 |
+
width: 42%;
|
221 |
+
}
|
222 |
+
.width43 {
|
223 |
+
width: 43%;
|
224 |
+
}
|
225 |
+
.width44 {
|
226 |
+
width: 44%;
|
227 |
+
}
|
228 |
+
.width45 {
|
229 |
+
width: 45%;
|
230 |
+
}
|
231 |
+
.width46 {
|
232 |
+
width: 46%;
|
233 |
+
}
|
234 |
+
.width47 {
|
235 |
+
width: 47%;
|
236 |
+
}
|
237 |
+
.width48 {
|
238 |
+
width: 48%;
|
239 |
+
}
|
240 |
+
.width49 {
|
241 |
+
width: 49%;
|
242 |
+
}
|
243 |
+
.width50 {
|
244 |
+
width: 50%;
|
245 |
+
}
|
246 |
+
.width51 {
|
247 |
+
width: 51%;
|
248 |
+
}
|
249 |
+
.width52 {
|
250 |
+
width: 52%;
|
251 |
+
}
|
252 |
+
.width53 {
|
253 |
+
width: 53%;
|
254 |
+
}
|
255 |
+
.width54 {
|
256 |
+
width: 54%;
|
257 |
+
}
|
258 |
+
.width55 {
|
259 |
+
width: 55%;
|
260 |
+
}
|
261 |
+
.width56 {
|
262 |
+
width: 56%;
|
263 |
+
}
|
264 |
+
.width57 {
|
265 |
+
width: 57%;
|
266 |
+
}
|
267 |
+
.width58 {
|
268 |
+
width: 58%;
|
269 |
+
}
|
270 |
+
.width59 {
|
271 |
+
width: 59%;
|
272 |
+
}
|
273 |
+
.width60 {
|
274 |
+
width: 60%;
|
275 |
+
}
|
276 |
+
.width61 {
|
277 |
+
width: 61%;
|
278 |
+
}
|
279 |
+
.width62 {
|
280 |
+
width: 62%;
|
281 |
+
}
|
282 |
+
.width63 {
|
283 |
+
width: 63%;
|
284 |
+
}
|
285 |
+
.width64 {
|
286 |
+
width: 64%;
|
287 |
+
}
|
288 |
+
.width65 {
|
289 |
+
width: 65%;
|
290 |
+
}
|
291 |
+
.width66 {
|
292 |
+
width: 66%;
|
293 |
+
}
|
294 |
+
.width67 {
|
295 |
+
width: 67%;
|
296 |
+
}
|
297 |
+
.width68 {
|
298 |
+
width: 68%;
|
299 |
+
}
|
300 |
+
.width69 {
|
301 |
+
width: 69%;
|
302 |
+
}
|
303 |
+
.width70 {
|
304 |
+
width: 70%;
|
305 |
+
}
|
306 |
+
.width71 {
|
307 |
+
width: 71%;
|
308 |
+
}
|
309 |
+
.width72 {
|
310 |
+
width: 72%;
|
311 |
+
}
|
312 |
+
.width73 {
|
313 |
+
width: 73%;
|
314 |
+
}
|
315 |
+
.width74 {
|
316 |
+
width: 74%;
|
317 |
+
}
|
318 |
+
.width75 {
|
319 |
+
width: 75%;
|
320 |
+
}
|
321 |
+
.width76 {
|
322 |
+
width: 76%;
|
323 |
+
}
|
324 |
+
.width77 {
|
325 |
+
width: 77%;
|
326 |
+
}
|
327 |
+
.width78 {
|
328 |
+
width: 78%;
|
329 |
+
}
|
330 |
+
.width79 {
|
331 |
+
width: 79%;
|
332 |
+
}
|
333 |
+
.width81 {
|
334 |
+
width: 81%;
|
335 |
+
}
|
336 |
+
.width82 {
|
337 |
+
width: 82%;
|
338 |
+
}
|
339 |
+
.width83 {
|
340 |
+
width: 83%;
|
341 |
+
}
|
342 |
+
.width84 {
|
343 |
+
width: 84%;
|
344 |
+
}
|
345 |
+
.width85 {
|
346 |
+
width: 85%;
|
347 |
+
}
|
348 |
+
.width86 {
|
349 |
+
width: 86%;
|
350 |
+
}
|
351 |
+
.width87 {
|
352 |
+
width: 87%;
|
353 |
+
}
|
354 |
+
.width88 {
|
355 |
+
width: 88%;
|
356 |
+
}
|
357 |
+
.width89 {
|
358 |
+
width: 89%;
|
359 |
+
}
|
360 |
+
.width90 {
|
361 |
+
width: 90%;
|
362 |
+
}
|
363 |
+
.width91 {
|
364 |
+
width: 91%;
|
365 |
+
}
|
366 |
+
.width92 {
|
367 |
+
width: 92%;
|
368 |
+
}
|
369 |
+
.width93 {
|
370 |
+
width: 93%;
|
371 |
+
}
|
372 |
+
.width94 {
|
373 |
+
width: 94%;
|
374 |
+
}
|
375 |
+
.width95 {
|
376 |
+
width: 95%;
|
377 |
+
}
|
378 |
+
.width96 {
|
379 |
+
width: 96%;
|
380 |
+
}
|
381 |
+
.width97 {
|
382 |
+
width: 97%;
|
383 |
+
}
|
384 |
+
.width98 {
|
385 |
+
width: 98%;
|
386 |
+
}
|
387 |
+
.width99 {
|
388 |
+
width: 99%;
|
389 |
+
}
|
390 |
+
.width100 {
|
391 |
+
width: 100%;
|
392 |
+
}
|
skin/frontend/ma2/default/css/green.css
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: green.css 13 2013-11-05 10:07:42Z minhnv $ */
|
skin/frontend/ma2/default/css/navmain.css
ADDED
@@ -0,0 +1,224 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: navmain.css 12 2013-11-05 10:00:22Z minhnv $ */
|
21 |
+
|
22 |
+
.nav-container {
|
23 |
+
/* background: url("../images/omgmenu-bg.png") repeat-x scroll 0 0 transparent; */
|
24 |
+
border-top:1px solid #2d444f;
|
25 |
+
border-bottom:1px solid #2d444f;
|
26 |
+
padding:0 0px;
|
27 |
+
}
|
28 |
+
#nav {
|
29 |
+
background: #999;
|
30 |
+
padding: 0;
|
31 |
+
margin: 5px 0 0 0;
|
32 |
+
}
|
33 |
+
/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
|
34 |
+
#nav li {
|
35 |
+
position:relative;
|
36 |
+
text-align:left;
|
37 |
+
}
|
38 |
+
#nav li.over {
|
39 |
+
background: none repeat scroll 0 0 #F25039;
|
40 |
+
color: #FFFFFF;
|
41 |
+
z-index:99;
|
42 |
+
}
|
43 |
+
#nav li.active {
|
44 |
+
background: none repeat scroll 0 0 #F25039;
|
45 |
+
color: #FFFFFF;
|
46 |
+
z-index:100;
|
47 |
+
} /* to prevent the li separator from showing through on mouseover on li */
|
48 |
+
#nav a,
|
49 |
+
#nav a:hover {
|
50 |
+
display:block;
|
51 |
+
text-decoration:none;
|
52 |
+
}
|
53 |
+
#nav span {
|
54 |
+
display:block; /*cursor:pointer;*/
|
55 |
+
}
|
56 |
+
#nav a {
|
57 |
+
line-height: 40px;
|
58 |
+
}
|
59 |
+
/************ 1ST LEVEL ***************/
|
60 |
+
#nav li {
|
61 |
+
float:left;
|
62 |
+
margin: 0 1px;
|
63 |
+
}
|
64 |
+
#nav li.first {
|
65 |
+
margin-left: 0;
|
66 |
+
}
|
67 |
+
#nav li.active {
|
68 |
+
margin-left:-1px;
|
69 |
+
color:#fff;
|
70 |
+
font-weight:normal;
|
71 |
+
}
|
72 |
+
#nav li.active em {
|
73 |
+
display:block;
|
74 |
+
position:absolute;
|
75 |
+
top:0;
|
76 |
+
right:-1px;
|
77 |
+
width:3px;
|
78 |
+
height:40px;
|
79 |
+
}
|
80 |
+
#nav li a {
|
81 |
+
color: #FFFFFF;
|
82 |
+
font-family: 'Oswald';
|
83 |
+
font-size: 12px;
|
84 |
+
text-transform: uppercase;
|
85 |
+
float:left;
|
86 |
+
padding:0 15px;
|
87 |
+
color:#fff;
|
88 |
+
line-height: 40px;
|
89 |
+
}
|
90 |
+
#nav li.over a {
|
91 |
+
color: #FFF;
|
92 |
+
}
|
93 |
+
/************ 1ST LEVEL RESET ************/
|
94 |
+
#nav ul li,
|
95 |
+
#nav ul li.active {
|
96 |
+
float:none;
|
97 |
+
height:auto;
|
98 |
+
margin:0;
|
99 |
+
}
|
100 |
+
#nav ul a,
|
101 |
+
#nav ul a:hover {
|
102 |
+
float:none;
|
103 |
+
padding:0;
|
104 |
+
line-height: 40px;
|
105 |
+
}
|
106 |
+
#nav ul li.over a,
|
107 |
+
#nav ul li.over a:hover,
|
108 |
+
#nav ul a,
|
109 |
+
#nav li.active li,
|
110 |
+
#nav li.active li.active a {
|
111 |
+
color:#FFF;
|
112 |
+
font-weight:normal;
|
113 |
+
}
|
114 |
+
/************ 2ND LEVEL ************/
|
115 |
+
#nav ul {
|
116 |
+
background: #fefefe;
|
117 |
+
display: none;
|
118 |
+
position:absolute;
|
119 |
+
width:189px;
|
120 |
+
top:40px;
|
121 |
+
left:-10000px;
|
122 |
+
}
|
123 |
+
#nav ul ul {
|
124 |
+
border:1px solid #ccc;
|
125 |
+
display: none;
|
126 |
+
padding: 0px;
|
127 |
+
left: -10000px;
|
128 |
+
top: 0px;
|
129 |
+
}
|
130 |
+
/* Show menu */
|
131 |
+
#nav li.over ul {
|
132 |
+
background: #fefefe;
|
133 |
+
border:1px solid #ccc;
|
134 |
+
border-radius: 0 0 0 0;
|
135 |
+
display: block;
|
136 |
+
margin-top: 0 !important;
|
137 |
+
padding: 0 0px 0px 0 !important;
|
138 |
+
left:0px;
|
139 |
+
}
|
140 |
+
#nav li.over ul ul {
|
141 |
+
display: none;
|
142 |
+
left:-10000px;
|
143 |
+
position: absolute;
|
144 |
+
}
|
145 |
+
#nav li.over ul li.over ul {
|
146 |
+
display: block;
|
147 |
+
left:189px;
|
148 |
+
top: 0;
|
149 |
+
}
|
150 |
+
#nav ul li {
|
151 |
+
padding:0 0px;
|
152 |
+
}
|
153 |
+
#nav ul li a {
|
154 |
+
color: #333!important;
|
155 |
+
}
|
156 |
+
#nav ul li a:hover {
|
157 |
+
/* background:#d0dfe2; */
|
158 |
+
color: #FFF!important;
|
159 |
+
}
|
160 |
+
#nav li.over ul a,
|
161 |
+
#nav ul li.active a,
|
162 |
+
#nav ul li a,
|
163 |
+
#nav ul li a:hover {
|
164 |
+
color:#FFF;
|
165 |
+
}
|
166 |
+
#nav ul span,
|
167 |
+
#nav ul li.last li span {
|
168 |
+
padding:0px 0px;
|
169 |
+
}
|
170 |
+
#nav ul li.last span,
|
171 |
+
#nav ul li.last li.last span {
|
172 |
+
|
173 |
+
}
|
174 |
+
#nav ul li.last {
|
175 |
+
|
176 |
+
}
|
177 |
+
#nav ul li.parent a,
|
178 |
+
#nav ul li.parent li.parent a {
|
179 |
+
|
180 |
+
}
|
181 |
+
#nav ul li.parent li a,
|
182 |
+
#nav ul li.parent li.parent li a {
|
183 |
+
|
184 |
+
}
|
185 |
+
/************ 3RD+ LEVEL ************/
|
186 |
+
/* Cursors */
|
187 |
+
#nav li.parent a,
|
188 |
+
#nav li.parent li.parent a,
|
189 |
+
#nav li.parent li.parent li.parent a {
|
190 |
+
cursor:pointer;
|
191 |
+
}
|
192 |
+
#nav li.parent li a,
|
193 |
+
#nav li.parent li.parent li a,
|
194 |
+
#nav li.parent li.parent li.parent li a {
|
195 |
+
color: #FFF;
|
196 |
+
font-size: 12px;
|
197 |
+
line-height: normal;
|
198 |
+
padding: 10px 15px;
|
199 |
+
text-transform: uppercase;
|
200 |
+
cursor:pointer;
|
201 |
+
}
|
202 |
+
/* Show menu */
|
203 |
+
#nav ul ul ul {
|
204 |
+
display: none;
|
205 |
+
left:-10000px;
|
206 |
+
}
|
207 |
+
#nav li.over ul li.over ul ul {
|
208 |
+
display: none;
|
209 |
+
left:-10000px;
|
210 |
+
}
|
211 |
+
#nav li.over ul li.over ul li.over ul {
|
212 |
+
display: block;
|
213 |
+
left: 189px;
|
214 |
+
}
|
215 |
+
.nav-container:after {
|
216 |
+
content:".";
|
217 |
+
display:block;
|
218 |
+
clear:both;
|
219 |
+
font-size:0;
|
220 |
+
line-height:0;
|
221 |
+
height:0;
|
222 |
+
overflow:hidden;
|
223 |
+
}
|
224 |
+
|
app/design/frontend/ma2/ante/template/page/template/container.phtml → skin/frontend/ma2/default/css/print.css
RENAMED
@@ -1,4 +1,3 @@
|
|
1 |
-
<?php
|
2 |
/**
|
3 |
* Magento
|
4 |
*
|
@@ -19,17 +18,22 @@
|
|
19 |
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
* @category design
|
22 |
-
* @package
|
23 |
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/**
|
2 |
* Magento
|
3 |
*
|
18 |
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
*
|
20 |
* @category design
|
21 |
+
* @package default_blank
|
22 |
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
+
* { background:none !important; text-align:left !important; }
|
26 |
+
body { background:#fff !important; font-size:9pt !important; margin:15px !important; }
|
27 |
+
a { color:#2976c9 !important; }
|
28 |
+
th,td { color:#2f2f2f !important; border-color:#ccc !important; }
|
29 |
+
|
30 |
+
.header-container,
|
31 |
+
.nav-container,
|
32 |
+
.footer-container,
|
33 |
+
.pager,
|
34 |
+
.toolbar,
|
35 |
+
.actions,
|
36 |
+
.buttons-set { display:none !important; }
|
37 |
+
|
38 |
+
.page-print .data-table .cart-tax-total { background-position:100% -54px; }
|
39 |
+
.page-print .data-table .cart-tax-info { display:block !important; }
|
skin/frontend/ma2/default/css/red.css
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* MagenMarket.com
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/osl-3.0.php
|
10 |
+
*
|
11 |
+
* DISCLAIMER
|
12 |
+
*
|
13 |
+
* Edit or modify this file with yourown risk.
|
14 |
+
*
|
15 |
+
* @category Themes
|
16 |
+
* @package Ma2_Default theme
|
17 |
+
* @copyright Copyright (coffee) 2013 MagenMarket, http://www.magenmarket.com
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
**/
|
20 |
+
/* $Id: red.css 13 2013-11-05 10:07:42Z minhnv $ */
|
skin/frontend/ma2/{ante/css/styles-ie-7.css → default/css/styles-ie.css}
RENAMED
@@ -1,4 +1,3 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
/**
|
3 |
* Magento
|
4 |
*
|
@@ -19,130 +18,51 @@
|
|
19 |
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
* @category design
|
22 |
-
* @package
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
|
|
26 |
/* IE 6 only */
|
27 |
* html .validation-advice { height:13px; }
|
28 |
* html .error-msg,
|
29 |
* html .success-msg,
|
30 |
* html .note-msg,
|
31 |
* html .notice-msg { height:24px; }
|
32 |
-
* html .main { height:400px; }
|
33 |
-
* html .account-login .content { height:240px; }
|
34 |
.block li.item,
|
35 |
.block-poll li,
|
36 |
.opc li.section { vertical-align:top; }
|
37 |
-
* html .window-overlay {
|
|
|
38 |
/* Doubled Margin Fixes */
|
39 |
.product-view .product-img-box .more-views li,
|
40 |
.product-view .box-tags .form-add .input-box,
|
41 |
.sp-methods select.month { display:inline; }
|
42 |
-
|
43 |
-
|
|
|
44 |
#nav li a { zoom:1; }
|
45 |
#nav li { vertical-align:top; }
|
46 |
-
|
47 |
-
|
48 |
-
float: left;
|
49 |
-
clear: left;
|
50 |
-
}
|
51 |
-
li {
|
52 |
-
display: inline;
|
53 |
-
}
|
54 |
-
ul#nav li #nav li {
|
55 |
-
display: inline;
|
56 |
-
}
|
57 |
-
ul#nav li.level0 ul.level0 li.level1 a,
|
58 |
-
ul#nav li.level0 ul.level0 li.level1 a:hover{
|
59 |
-
posittion:relative;
|
60 |
-
height:24px;
|
61 |
-
}
|
62 |
-
ul#nav li.level0 ul.level0 li,
|
63 |
-
ul#nav li.level0 ul.level0 li:hover
|
64 |
-
{
|
65 |
-
height:24px;
|
66 |
-
}
|
67 |
-
ul#nav li.level0 ul.level0 li.level1 ul.level1
|
68 |
-
{
|
69 |
-
position:absolute;
|
70 |
-
left:55px;
|
71 |
-
top:28px;
|
72 |
-
}
|
73 |
-
#nav ul li a
|
74 |
-
{
|
75 |
-
background: none no-repeat scroll 170px 19px transparent;
|
76 |
-
}
|
77 |
-
/********** < End fix css navigation styles */
|
78 |
-
/* start fix css category products */
|
79 |
-
/* ================================= */
|
80 |
-
.pro-cus-titl { display:inline; }
|
81 |
-
.product-title{ height:38px; }
|
82 |
-
.products-grid{margin-bottom: 28px;}
|
83 |
-
ul.products-grid{position:relative;display:inline;}
|
84 |
-
ul.products-grid li.item{float:left; text-align:left; position:relative;display:inline;}
|
85 |
-
ul.products-grid li.item .item-content .product-title ,
|
86 |
-
ul.products-grid li.item .item-content .short-description-product {display:inline;}
|
87 |
-
.item-content{width:90%;}
|
88 |
-
.product-title, .short-description-product, .border-style, .actions{display:block;}
|
89 |
-
.free_shipping-right{float:left;}
|
90 |
-
.breadcrumbs{width:100%;}
|
91 |
-
ul#ma2-nav-breadcrum li,
|
92 |
-
ul#ma2-nav-breadcrumb li,
|
93 |
-
ul#ma2-nav-breadcrumb li { display:inline; float:left; text-align:left; position:relative; margir-left:25px; }
|
94 |
-
.f-fix-first{width:65%;}
|
95 |
-
.f-fix-last{width:28%;}
|
96 |
-
.pages ol li.current,
|
97 |
-
.pages ol li { display:inline; float:left; }
|
98 |
-
ol#products-list, ol.products-list { margin-left:0px; }
|
99 |
-
.pages ol{text-align:center; margin:0 auto; display:block; }
|
100 |
-
.category-products-widget ul.products-grid,
|
101 |
-
.category-products-widget ul#products-grid-1 {margin-bottom:20px;}
|
102 |
-
.ma2-detail{margin-top:0px;}
|
103 |
-
.header .form-search button.button span span
|
104 |
-
{
|
105 |
-
font-size:0;
|
106 |
-
}
|
107 |
-
.item-content{padding-bottom:0px;}
|
108 |
-
.products-grid{margin-bottom:0px;}
|
109 |
-
.info-products{padding: 10px 18px 0 0; position: relative;}
|
110 |
-
.img-product
|
111 |
-
{
|
112 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
113 |
-
}
|
114 |
-
.product-title
|
115 |
-
{
|
116 |
-
width:100%; float:left; display: block; min-height:36px; margin-bottom:10px;
|
117 |
-
}
|
118 |
-
.short-description-product
|
119 |
-
{
|
120 |
-
width:100%; float:left; display: block; margin-bottom:10px;
|
121 |
-
}
|
122 |
-
.actions
|
123 |
-
{
|
124 |
-
position:none;
|
125 |
-
}
|
126 |
-
/* end fix css category products */
|
127 |
-
/* ================================= */
|
128 |
select { margin-bottom:1px; }
|
129 |
input.radio { width:13px; height:13px; }
|
130 |
input.checkbox { width:13px; height:13px; }
|
131 |
-
button.button { height:
|
132 |
-
button.button span { position:relative;
|
133 |
-
button.btn-checkout {
|
134 |
-
#opc-review .sp-methods .input-box { float:left; }
|
135 |
.form-list label { position:relative; z-index:0; }
|
136 |
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
.tool-tip .btn-close a { margin:0; }
|
141 |
-
|
142 |
-
.
|
143 |
-
|
144 |
/* Clearer */
|
145 |
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
|
|
146 |
/* Clears and hasLayout fixes */
|
147 |
.header-container,
|
148 |
.header-container .top-container,
|
@@ -155,7 +75,6 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
155 |
.col-main,
|
156 |
.col2-set,
|
157 |
.col3-set,
|
158 |
-
.col3-layout .product-options-bottom .price-box,
|
159 |
.col4-set,
|
160 |
.messages li,
|
161 |
.search-autocomplete li,
|
@@ -184,11 +103,10 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
184 |
.product-essential,
|
185 |
.product-collateral,
|
186 |
.product-view .product-img-box .more-views ul,
|
187 |
-
.product-view .box-tags .form-add,
|
188 |
.product-view .product-shop .short-description,
|
189 |
.product-view .box-description,
|
|
|
190 |
.product-options .options-list li,
|
191 |
-
.product-options,
|
192 |
.product-options-bottom,
|
193 |
.truncated,
|
194 |
.truncated .truncated_full_value,
|
@@ -214,5 +132,6 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
214 |
.gift-messages-form .item,
|
215 |
.send-friend .form-list li p,
|
216 |
.centinel .authentication { zoom:1; }
|
|
|
217 |
/* Hover Fix */
|
218 |
-
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
|
1 |
/**
|
2 |
* Magento
|
3 |
*
|
18 |
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
*
|
20 |
* @category design
|
21 |
+
* @package default_blank
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
+
|
26 |
/* IE 6 only */
|
27 |
* html .validation-advice { height:13px; }
|
28 |
* html .error-msg,
|
29 |
* html .success-msg,
|
30 |
* html .note-msg,
|
31 |
* html .notice-msg { height:24px; }
|
|
|
|
|
32 |
.block li.item,
|
33 |
.block-poll li,
|
34 |
.opc li.section { vertical-align:top; }
|
35 |
+
* html .window-overlay {}
|
36 |
+
|
37 |
/* Doubled Margin Fixes */
|
38 |
.product-view .product-img-box .more-views li,
|
39 |
.product-view .box-tags .form-add .input-box,
|
40 |
.sp-methods select.month { display:inline; }
|
41 |
+
|
42 |
+
/********** < Navigation styles */
|
43 |
+
#nav li,
|
44 |
#nav li a { zoom:1; }
|
45 |
#nav li { vertical-align:top; }
|
46 |
+
/********** < Navigation styles */
|
47 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
select { margin-bottom:1px; }
|
49 |
input.radio { width:13px; height:13px; }
|
50 |
input.checkbox { width:13px; height:13px; }
|
51 |
+
button.button { height:21px; }
|
52 |
+
button.button span { position:relative; }
|
53 |
+
button.btn-checkout {}
|
|
|
54 |
.form-list label { position:relative; z-index:0; }
|
55 |
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
56 |
+
|
57 |
+
/*table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }*/ /* Cellspacing fix for IE6-7 */
|
58 |
+
|
59 |
.tool-tip .btn-close a { margin:0; }
|
60 |
+
|
61 |
+
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
62 |
+
|
63 |
/* Clearer */
|
64 |
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
65 |
+
|
66 |
/* Clears and hasLayout fixes */
|
67 |
.header-container,
|
68 |
.header-container .top-container,
|
75 |
.col-main,
|
76 |
.col2-set,
|
77 |
.col3-set,
|
|
|
78 |
.col4-set,
|
79 |
.messages li,
|
80 |
.search-autocomplete li,
|
103 |
.product-essential,
|
104 |
.product-collateral,
|
105 |
.product-view .product-img-box .more-views ul,
|
|
|
106 |
.product-view .product-shop .short-description,
|
107 |
.product-view .box-description,
|
108 |
+
.product-view .box-tags .form-add,
|
109 |
.product-options .options-list li,
|
|
|
110 |
.product-options-bottom,
|
111 |
.truncated,
|
112 |
.truncated .truncated_full_value,
|
132 |
.gift-messages-form .item,
|
133 |
.send-friend .form-list li p,
|
134 |
.centinel .authentication { zoom:1; }
|
135 |
+
|
136 |
/* Hover Fix */
|
137 |
+
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
skin/frontend/ma2/default/css/styles.css
ADDED
@@ -0,0 +1,1255 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_blank
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
|
26 |
+
/* Reset ================================================================================= */
|
27 |
+
* { margin:0; padding:0; }
|
28 |
+
|
29 |
+
body { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }
|
30 |
+
|
31 |
+
img { border:0; vertical-align:top; }
|
32 |
+
|
33 |
+
a { color:#05c; text-decoration:underline; }
|
34 |
+
a:hover { text-decoration:none; }
|
35 |
+
:focus { outline:0; }
|
36 |
+
|
37 |
+
/* Headings */
|
38 |
+
h1 { font-size:20px; font-weight:normal; line-height:1.15; }
|
39 |
+
h2 { font-size:18px; font-weight:normal; line-height:1.25; }
|
40 |
+
h3 { font-size:16px; font-weight:bold; line-height:1.25; }
|
41 |
+
h4 { font-size:14px; font-weight:bold; }
|
42 |
+
h5 { font-size:12px; font-weight:bold; }
|
43 |
+
h6 { font-size:11px; font-weight:bold; }
|
44 |
+
|
45 |
+
/* Forms */
|
46 |
+
form { display:inline; }
|
47 |
+
fieldset { border:0; }
|
48 |
+
legend { display:none; }
|
49 |
+
|
50 |
+
/* Table */
|
51 |
+
table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
|
52 |
+
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
|
53 |
+
|
54 |
+
/* Content */
|
55 |
+
strong { font-weight:bold; }
|
56 |
+
address { font-style:normal; }
|
57 |
+
cite { font-style:normal; }
|
58 |
+
q,
|
59 |
+
blockquote { quotes:none; }
|
60 |
+
q:before,
|
61 |
+
q:after { content:''; }
|
62 |
+
small,big { font-size:1em; }
|
63 |
+
sup { font-size:1em; vertical-align:top; }
|
64 |
+
|
65 |
+
/* Lists */
|
66 |
+
ul,ol { list-style:none; }
|
67 |
+
|
68 |
+
/* Tools */
|
69 |
+
.hidden { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
|
70 |
+
.nobr { white-space:nowrap !important; }
|
71 |
+
.wrap { white-space:normal !important; }
|
72 |
+
.a-left { text-align:left !important; }
|
73 |
+
.a-center { text-align:center !important; }
|
74 |
+
.a-right { text-align:right !important; }
|
75 |
+
.v-top { vertical-align:top; }
|
76 |
+
.v-middle { vertical-align:middle; }
|
77 |
+
.f-left,
|
78 |
+
.left { float:left !important; }
|
79 |
+
.f-right,
|
80 |
+
.right { float:right !important; }
|
81 |
+
.f-none { float:none !important; }
|
82 |
+
.f-fix { float:left; width:100%; }
|
83 |
+
.no-display { display:none; }
|
84 |
+
.no-margin { margin:0 !important; }
|
85 |
+
.no-padding { padding:0 !important; }
|
86 |
+
.no-bg { background:none !important; }
|
87 |
+
/* ======================================================================================= */
|
88 |
+
|
89 |
+
|
90 |
+
/* Layout ================================================================================ */
|
91 |
+
.wrapper {}
|
92 |
+
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
|
93 |
+
.page-print { background:#fff; padding:20px; text-align:left; }
|
94 |
+
.page-empty { background:#fff; padding:20px; text-align:left; }
|
95 |
+
.page-popup { padding:20px; text-align:left; }
|
96 |
+
.main-container {}
|
97 |
+
.main { margin:10px 0; }
|
98 |
+
|
99 |
+
/* Base Columns */
|
100 |
+
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
|
101 |
+
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
|
102 |
+
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
|
103 |
+
|
104 |
+
/* 1 Column Layout */
|
105 |
+
.col1-layout .col-main { float:none; width:auto; }
|
106 |
+
|
107 |
+
/* 2 Columns Layout */
|
108 |
+
.col2-left-layout .col-main { float:right; }
|
109 |
+
.col2-right-layout .col-main {}
|
110 |
+
|
111 |
+
/* 3 Columns Layout */
|
112 |
+
.col3-layout .col-main { width:484px; margin-left:10px; }
|
113 |
+
.col3-layout .col-wrapper { float:left; width:748px; }
|
114 |
+
.col3-layout .col-wrapper .col-main { float:right; }
|
115 |
+
|
116 |
+
/* Content Columns */
|
117 |
+
.col2-set .col-1 { float:left; width:49%; }
|
118 |
+
.col2-set .col-2 { float:right; width:49%; }
|
119 |
+
.col2-set .col-narrow { width:33%; }
|
120 |
+
.col2-set .col-wide { width:65%; }
|
121 |
+
|
122 |
+
.col3-set .col-1 { float:left; width:32%; }
|
123 |
+
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
|
124 |
+
.col3-set .col-3 { float:right; width:32%; }
|
125 |
+
|
126 |
+
.col4-set .col-1 { float:left; width:23.5%; }
|
127 |
+
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
|
128 |
+
.col4-set .col-3 { float:left; width:23.5%; }
|
129 |
+
.col4-set .col-4 { float:right; width:23.5%; }
|
130 |
+
/* ======================================================================================= */
|
131 |
+
|
132 |
+
|
133 |
+
/* Global Styles ========================================================================= */
|
134 |
+
/* Form Elements */
|
135 |
+
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
|
136 |
+
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
|
137 |
+
input.input-text,textarea { padding:2px; }
|
138 |
+
select { padding:1px; }
|
139 |
+
select option { padding-right:10px; }
|
140 |
+
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
|
141 |
+
select.multiselect option:last-child { border-bottom:0; }
|
142 |
+
textarea { overflow:auto; }
|
143 |
+
input.radio { margin-right:3px; }
|
144 |
+
input.checkbox { margin-right:3px; }
|
145 |
+
input.qty { width:2.5em !important; }
|
146 |
+
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
|
147 |
+
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
|
148 |
+
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
|
149 |
+
button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
|
150 |
+
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
|
151 |
+
button.disabled {}
|
152 |
+
button.disabled span {}
|
153 |
+
|
154 |
+
button.btn-checkout span {}
|
155 |
+
button.btn-checkout.no-checkout {}
|
156 |
+
|
157 |
+
p.control input.checkbox,
|
158 |
+
p.control input.radio { margin-right:6px; }
|
159 |
+
/* Form Highlight */
|
160 |
+
/*input.input-text:focus,select:focus,textarea:focus {}*/
|
161 |
+
/*.highlight { background:#efefef; }*/
|
162 |
+
|
163 |
+
/* Form lists */
|
164 |
+
/* Grouped fields */
|
165 |
+
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
|
166 |
+
.form-list li { margin:0 0 8px; }
|
167 |
+
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
|
168 |
+
.form-list label.required {}
|
169 |
+
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
|
170 |
+
.form-list li.control label { float:none; }
|
171 |
+
.form-list li.control input.radio,
|
172 |
+
.form-list li.control input.checkbox { margin-right:6px; }
|
173 |
+
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
|
174 |
+
/*.form-list li.fields { margin-right:-15px; }*/
|
175 |
+
.form-list .input-box { display:block; clear:both; width:260px; }
|
176 |
+
.form-list .field { float:left; width:275px; }
|
177 |
+
.form-list input.input-text { width:254px; }
|
178 |
+
.form-list textarea { width:254px; height:10em; }
|
179 |
+
.form-list select { width:260px; }
|
180 |
+
.form-list li.wide .input-box { width:535px; }
|
181 |
+
.form-list li.wide input.input-text { width:529px; }
|
182 |
+
.form-list li.wide textarea { width:529px; }
|
183 |
+
.form-list li.wide select { width:535px; }
|
184 |
+
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
|
185 |
+
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
186 |
+
.form-list .input-range input.input-text { width:74px; }
|
187 |
+
/* Customer */
|
188 |
+
.form-list .customer-name-prefix .input-box,
|
189 |
+
.form-list .customer-name-suffix .input-box,
|
190 |
+
.form-list .customer-name-prefix-suffix .input-box,
|
191 |
+
.form-list .customer-name-prefix-middlename .input-box,
|
192 |
+
.form-list .customer-name-middlename-suffix .input-box,
|
193 |
+
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
|
194 |
+
|
195 |
+
.form-list .name-prefix { width:65px; }
|
196 |
+
.form-list .name-prefix select { width:55px; }
|
197 |
+
.form-list .name-prefix input.input-text { width:49px; }
|
198 |
+
|
199 |
+
.form-list .name-suffix { width:65px; }
|
200 |
+
.form-list .name-suffix select { width:55px; }
|
201 |
+
.form-list .name-suffix input.input-text { width:49px; }
|
202 |
+
|
203 |
+
.form-list .name-middlename { width:70px; }
|
204 |
+
.form-list .name-middlename input.input-text { width:49px; }
|
205 |
+
|
206 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
207 |
+
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
208 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
209 |
+
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
|
210 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
|
211 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
|
212 |
+
|
213 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
214 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
215 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
216 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
217 |
+
|
218 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
219 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
220 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
221 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
222 |
+
|
223 |
+
.form-list .customer-name-prefix .name-firstname,
|
224 |
+
.form-list .customer-name-middlename .name-firstname { width:210px; }
|
225 |
+
|
226 |
+
.form-list .customer-name-suffix .name-lastname,
|
227 |
+
.form-list .customer-name-middlename .name-firstname,
|
228 |
+
.form-list .customer-name-middlename-suffix .name-firstname,
|
229 |
+
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
230 |
+
|
231 |
+
.form-list .customer-name-prefix .name-firstname input.input-text,
|
232 |
+
.form-list .customer-name-suffix .name-lastname input.input-text,
|
233 |
+
.form-list .customer-name-middlename .name-firstname input.input-text,
|
234 |
+
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
235 |
+
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
236 |
+
|
237 |
+
.form-list .customer-dob .dob-month,
|
238 |
+
.form-list .customer-dob .dob-day,
|
239 |
+
.form-list .customer-dob .dob-year { float:left; width:85px; }
|
240 |
+
.form-list .customer-dob input.input-text { display:block; width:74px; }
|
241 |
+
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
|
242 |
+
.form-list .customer-dob .dob-day,
|
243 |
+
.form-list .customer-dob .dob-month { width:60px; }
|
244 |
+
.form-list .customer-dob .dob-day input.input-text,
|
245 |
+
.form-list .customer-dob .dob-month input.input-text { width:46px; }
|
246 |
+
.form-list .customer-dob .dob-year { width:140px; }
|
247 |
+
.form-list .customer-dob .dob-year input.input-text { width:134px; }
|
248 |
+
|
249 |
+
.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
|
250 |
+
.buttons-set .back-link { float:left; }
|
251 |
+
.buttons-set button.button { float:right; }
|
252 |
+
.buttons-set p.required { margin:0 0 5px; }
|
253 |
+
|
254 |
+
.buttons-set-order {}
|
255 |
+
|
256 |
+
.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
|
257 |
+
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
|
258 |
+
|
259 |
+
/* Form Validation */
|
260 |
+
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
|
261 |
+
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
|
262 |
+
.validation-passed {}
|
263 |
+
p.required { font-size:10px; text-align:right; color:#f00; }
|
264 |
+
/* Expiration date and CVV number validation fix */
|
265 |
+
.v-fix { float:left; }
|
266 |
+
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
|
267 |
+
|
268 |
+
/* Global Messages */
|
269 |
+
.success { color:#3d6611; font-weight:bold; }
|
270 |
+
.error { color:#f00; font-weight:bold; }
|
271 |
+
.notice { color:#ccc; }
|
272 |
+
|
273 |
+
.messages,
|
274 |
+
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
|
275 |
+
.messages { width:100%; overflow:hidden; }
|
276 |
+
.messages li { margin:0 0 10px; }
|
277 |
+
.messages li li { margin:0 0 3px; }
|
278 |
+
.error-msg,
|
279 |
+
.success-msg,
|
280 |
+
.note-msg,
|
281 |
+
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
|
282 |
+
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
|
283 |
+
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
|
284 |
+
.note-msg,
|
285 |
+
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
|
286 |
+
|
287 |
+
/* BreadCrumbs */
|
288 |
+
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
|
289 |
+
.breadcrumbs li { display:inline; }
|
290 |
+
|
291 |
+
/* Page Heading */
|
292 |
+
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
|
293 |
+
.page-title h1,
|
294 |
+
.page-title h2 { font-size:18px; color:#000; }
|
295 |
+
.page-title .separator { margin:0 3px; }
|
296 |
+
.page-title .link-rss { float:right; }
|
297 |
+
.title-buttons { text-align:right; }
|
298 |
+
.title-buttons h1,
|
299 |
+
.title-buttons h2,
|
300 |
+
.title-buttons h3,
|
301 |
+
.title-buttons h4,
|
302 |
+
.title-buttons h5,
|
303 |
+
.title-buttons h6 { float:left; }
|
304 |
+
|
305 |
+
.subtitle,
|
306 |
+
.sub-title { clear:both; }
|
307 |
+
|
308 |
+
/* Pager */
|
309 |
+
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
|
310 |
+
.pager .amount { float:left; }
|
311 |
+
.pager .limiter { float:right; }
|
312 |
+
.pager .pages { margin:0 135px; }
|
313 |
+
.pager .pages ol { display:inline; }
|
314 |
+
.pager .pages li { display:inline; }
|
315 |
+
.pager .pages .current {}
|
316 |
+
|
317 |
+
/* Sorter */
|
318 |
+
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
|
319 |
+
.sorter .view-mode { float:left; }
|
320 |
+
.sorter .sort-by { float:right; }
|
321 |
+
.sorter .link-feed {}
|
322 |
+
|
323 |
+
/* Toolbar */
|
324 |
+
.toolbar {}
|
325 |
+
.toolbar .pager {}
|
326 |
+
.toolbar .sorter {}
|
327 |
+
.toolbar-bottom {}
|
328 |
+
|
329 |
+
/* Data Table */
|
330 |
+
.data-table { width:100%; }
|
331 |
+
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
|
332 |
+
.data-table td { padding:5px; border:1px solid #ddd; }
|
333 |
+
.data-table thead { background-color:#f2f2f2; }
|
334 |
+
.data-table tbody {}
|
335 |
+
.data-table tfoot {}
|
336 |
+
.data-table tr.first {}
|
337 |
+
.data-table tr.last {}
|
338 |
+
.data-table tr.odd {}
|
339 |
+
.data-table tr.even { background-color:#f6f6f6; }
|
340 |
+
.data-table tbody.odd {}
|
341 |
+
.data-table tbody.odd td { border-width:0 1px; }
|
342 |
+
.data-table tbody.even { background-color:#f6f6f6; }
|
343 |
+
.data-table tbody.even td { border-width:0 1px; }
|
344 |
+
.data-table tbody.odd tr.border td,
|
345 |
+
.data-table tbody.even tr.border td { border-bottom-width:1px; }
|
346 |
+
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
|
347 |
+
.data-table td.label,
|
348 |
+
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
|
349 |
+
.data-table td.value {}
|
350 |
+
|
351 |
+
/* Shopping cart total summary row expandable to details */
|
352 |
+
tr.summary-total { cursor:pointer; }
|
353 |
+
tr.summary-total td {}
|
354 |
+
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
|
355 |
+
tr.show-details .summary-collapse { background-position:0 -53px; }
|
356 |
+
tr.show-details td {}
|
357 |
+
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
|
358 |
+
tr.summary-details-first td { border-top:1px solid #d2d8db; }
|
359 |
+
tr.summary-details-excluded { font-style:italic; }
|
360 |
+
|
361 |
+
/* Shopping cart tax info */
|
362 |
+
.cart-tax-info { display:block; }
|
363 |
+
.cart-tax-info,
|
364 |
+
.cart-tax-info .cart-price { padding-right:20px; }
|
365 |
+
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
|
366 |
+
.cart-tax-info .price,
|
367 |
+
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
|
368 |
+
.cart-tax-total-expanded { background-position:100% -53px; }
|
369 |
+
|
370 |
+
/* Class: std - styles for admin-controlled content */
|
371 |
+
.std .subtitle { padding:0; }
|
372 |
+
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
|
373 |
+
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
|
374 |
+
.std dl dt { font-weight:bold; }
|
375 |
+
.std dl dd { margin:0 0 10px; }
|
376 |
+
.std ul,
|
377 |
+
.std ol,
|
378 |
+
.std dl,
|
379 |
+
.std p,
|
380 |
+
.std address,
|
381 |
+
.std blockquote { margin:0 0 1em; padding:0; }
|
382 |
+
.std ul { list-style:disc outside; padding-left:1.5em; }
|
383 |
+
.std ol { list-style:decimal outside; padding-left:1.5em; }
|
384 |
+
.std ul ul { list-style-type:circle; }
|
385 |
+
.std ul ul,
|
386 |
+
.std ol ol,
|
387 |
+
.std ul ol,
|
388 |
+
.std ol ul { margin:.5em 0; }
|
389 |
+
.std dt { font-weight:bold; }
|
390 |
+
.std dd { padding:0 0 0 1.5em; }
|
391 |
+
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
|
392 |
+
.std address { font-style:normal; }
|
393 |
+
.std b,
|
394 |
+
.std strong { font-weight:bold; }
|
395 |
+
.std i,
|
396 |
+
.std em { font-style:italic; }
|
397 |
+
|
398 |
+
/* Misc */
|
399 |
+
.links li { display:inline; }
|
400 |
+
.links li.first { padding-left:0 !important; }
|
401 |
+
.links li.last { background:none !important; padding-right:0 !important; }
|
402 |
+
|
403 |
+
.link-cart { font-weight:bold; color:#f00; }
|
404 |
+
.link-wishlist { font-weight:bold; }
|
405 |
+
.link-reorder { font-weight:bold; }
|
406 |
+
.link-compare { font-weight:bold; }
|
407 |
+
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
|
408 |
+
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
|
409 |
+
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
410 |
+
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
411 |
+
.btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
412 |
+
|
413 |
+
.cards-list dt { margin:5px 0 0; }
|
414 |
+
.cards-list .offset { padding:2px 0 2px 20px; }
|
415 |
+
|
416 |
+
|
417 |
+
.separator { margin:0 3px; }
|
418 |
+
|
419 |
+
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }
|
420 |
+
|
421 |
+
/* Noscript Notice */
|
422 |
+
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
|
423 |
+
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
|
424 |
+
.noscript p { margin:0; }
|
425 |
+
|
426 |
+
/* Demo Notice */
|
427 |
+
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
|
428 |
+
|
429 |
+
/* Cookie Notice */
|
430 |
+
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
|
431 |
+
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
|
432 |
+
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
|
433 |
+
.notice-cookie .notice-inner .actions { }
|
434 |
+
|
435 |
+
/* ======================================================================================= */
|
436 |
+
|
437 |
+
|
438 |
+
/* Header ================================================================================ */
|
439 |
+
.logo { float:left; }
|
440 |
+
.header-container {}
|
441 |
+
.header { padding:10px; border:1px solid #ddd; }
|
442 |
+
.header .logo { float:left; text-decoration:none !important; }
|
443 |
+
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
|
444 |
+
.header h1.logo { margin:0; padding:0; }
|
445 |
+
.header .welcome-msg { font-weight:bold; text-align:right; }
|
446 |
+
.header .welcome-msg a {}
|
447 |
+
.header .links { float:right; }
|
448 |
+
.header .form-search { text-align:right; }
|
449 |
+
.header .form-search .search-autocomplete { z-index:999; }
|
450 |
+
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
|
451 |
+
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
|
452 |
+
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
|
453 |
+
.header .form-search .search-autocomplete li.selected {}
|
454 |
+
.header .form-language { clear:both; text-align:right; }
|
455 |
+
.header-container .top-container { clear:both; text-align:right; }
|
456 |
+
|
457 |
+
/********** < Navigation */
|
458 |
+
.nav-container {}
|
459 |
+
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }
|
460 |
+
|
461 |
+
/* All Levels */
|
462 |
+
#nav li { text-align:left; position:relative; }
|
463 |
+
#nav li.over { z-index:998; }
|
464 |
+
#nav li.parent {}
|
465 |
+
#nav li a { display:block; text-decoration:none; }
|
466 |
+
#nav li a:hover { text-decoration:none; }
|
467 |
+
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
|
468 |
+
#nav li ul a span { white-space:normal; }
|
469 |
+
|
470 |
+
/* 1st Level */
|
471 |
+
#nav li { float:left; }
|
472 |
+
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
|
473 |
+
#nav li a:hover { color:#000; }
|
474 |
+
#nav li.over a,
|
475 |
+
#nav li.active a { color:#000; }
|
476 |
+
|
477 |
+
/* 2nd Level */
|
478 |
+
#nav ul,
|
479 |
+
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
|
480 |
+
#nav div ul { position:static; width:auto; border:none; }
|
481 |
+
|
482 |
+
/* 3rd+ leven */
|
483 |
+
#nav ul ul,
|
484 |
+
#nav ul div { top:7px; }
|
485 |
+
|
486 |
+
#nav ul li { float:none; border-bottom:1px solid #ddd; }
|
487 |
+
#nav ul li.last { border-bottom:0; }
|
488 |
+
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
|
489 |
+
#nav ul li a:hover { color:#000 !important; }
|
490 |
+
#nav ul li.active > a,
|
491 |
+
#nav ul li.over > a { color:#000 !important; }
|
492 |
+
|
493 |
+
/* Show menu */
|
494 |
+
#nav li ul.shown-sub,
|
495 |
+
#nav li div.shown-sub { left:0; z-index:999; }
|
496 |
+
#nav li .shown-sub ul.shown-sub,
|
497 |
+
#nav li .shown-sub li div.shown-sub { left:100px; }
|
498 |
+
/********** Navigation > */
|
499 |
+
/* ======================================================================================= */
|
500 |
+
|
501 |
+
|
502 |
+
/* Sidebar =============================================================================== */
|
503 |
+
.block { border:1px solid #ddd; margin:0 0 10px; }
|
504 |
+
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
|
505 |
+
.block .block-title strong { font-size:14px; font-weight:bold; }
|
506 |
+
.block .block-title strong span {}
|
507 |
+
.block .block-title a { text-decoration:none !important; }
|
508 |
+
.block .block-subtitle { font-size:13px; font-weight:bold; }
|
509 |
+
.block .block-content { padding:10px; }
|
510 |
+
.block .block-content li.item { padding:5px 0; }
|
511 |
+
.block .btn-remove,
|
512 |
+
.block .btn-edit { float:right;}
|
513 |
+
.block .actions { text-align:right; }
|
514 |
+
.block .actions a { float:left; }
|
515 |
+
.block .empty {}
|
516 |
+
|
517 |
+
.block li.odd {}
|
518 |
+
.block li.even { background-color:#f6f6f6; }
|
519 |
+
|
520 |
+
/* Mini Products List */
|
521 |
+
.mini-products-list li { padding:5px 0; }
|
522 |
+
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
|
523 |
+
.mini-products-list .product-details { margin-left:75px; }
|
524 |
+
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
|
525 |
+
.block-cart .mini-products-list .product-details .product-name,
|
526 |
+
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
|
527 |
+
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
|
528 |
+
|
529 |
+
/* Block: Account */
|
530 |
+
.block-account {}
|
531 |
+
|
532 |
+
/* Block: Currency Switcher */
|
533 |
+
.block-currency {}
|
534 |
+
.block-currency select { width:100%; border:1px solid #888; }
|
535 |
+
|
536 |
+
/* Block: Layered Navigation */
|
537 |
+
.block-layered-nav {}
|
538 |
+
.block-layered-nav dt { font-weight:bold; }
|
539 |
+
.block-layered-nav .currently {}
|
540 |
+
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
|
541 |
+
|
542 |
+
/* Block: Cart */
|
543 |
+
.block-cart {}
|
544 |
+
.block-cart .summary {}
|
545 |
+
.block-cart .amount {}
|
546 |
+
.block-cart .subtotal { text-align:center; }
|
547 |
+
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
|
548 |
+
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
|
549 |
+
|
550 |
+
/* Block: Wishlist */
|
551 |
+
.block-wishlist {}
|
552 |
+
|
553 |
+
/* Block: Related */
|
554 |
+
.block-related {}
|
555 |
+
.block-related li { padding:5px 0; }
|
556 |
+
.block-related input.checkbox { float:left; margin-right:-20px; }
|
557 |
+
.block-related .product { margin-left:20px; }
|
558 |
+
.block-related .product .product-image { float:left; margin-right:-65px; }
|
559 |
+
.block-related .product .product-details { margin-left:65px; }
|
560 |
+
|
561 |
+
/* Block: Compare Products */
|
562 |
+
.block-compare {}
|
563 |
+
.block-compare li { padding:5px 0; }
|
564 |
+
|
565 |
+
/* Block: Recently Viewed */
|
566 |
+
.block-viewed {}
|
567 |
+
|
568 |
+
/* Block: Recently Compared */
|
569 |
+
.block-compared {}
|
570 |
+
|
571 |
+
/* Block: Poll */
|
572 |
+
.block-poll label {}
|
573 |
+
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
|
574 |
+
.block-poll .label { display:block; margin-left:18px; }
|
575 |
+
.block-poll li { padding:3px 9px; }
|
576 |
+
.block-poll .actions { margin:5px 0 0; }
|
577 |
+
.block-poll .answer { font-weight:bold; }
|
578 |
+
.block-poll .votes { float:right; margin-left:10px; }
|
579 |
+
|
580 |
+
/* Block: Tags */
|
581 |
+
.block-tags ul,
|
582 |
+
.block-tags li { display:inline; }
|
583 |
+
|
584 |
+
/* Block: Subscribe */
|
585 |
+
.block-subscribe {}
|
586 |
+
|
587 |
+
/* Block: Reorder */
|
588 |
+
.block-reorder {}
|
589 |
+
.block-reorder li { padding:5px 0; }
|
590 |
+
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
|
591 |
+
.block-reorder .product-name { margin-left:20px; }
|
592 |
+
|
593 |
+
/* Block: Banner */
|
594 |
+
.block-banner {}
|
595 |
+
.block-banner .block-content { text-align:center; }
|
596 |
+
|
597 |
+
/* Block: Login */
|
598 |
+
.block-login label { font-weight:bold; color:#666; }
|
599 |
+
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
|
600 |
+
|
601 |
+
/* Paypal */
|
602 |
+
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
|
603 |
+
.sidebar .paypal-logo a { float:none; }
|
604 |
+
/* ======================================================================================= */
|
605 |
+
|
606 |
+
|
607 |
+
/* Category Page ========================================================================= */
|
608 |
+
.category-title { border:0; margin:0 0 7px; }
|
609 |
+
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
|
610 |
+
.category-image img {}
|
611 |
+
.category-description { margin:0 0 10px; }
|
612 |
+
.category-products {}
|
613 |
+
|
614 |
+
/* View Type: Grid */
|
615 |
+
.products-grid { border-bottom:1px solid #ddd; position:relative; }
|
616 |
+
.products-grid.last { border-bottom:0; }
|
617 |
+
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
|
618 |
+
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
|
619 |
+
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
|
620 |
+
.products-grid .product-name a {}
|
621 |
+
.products-grid .price-box { margin:5px 0; }
|
622 |
+
.products-grid .availability { line-height:21px; }
|
623 |
+
.products-grid .actions { position:absolute; bottom:12px; }
|
624 |
+
.col2-left-layout .products-grid,
|
625 |
+
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
|
626 |
+
.col1-layout .products-grid { width:790px; margin:0 auto; }
|
627 |
+
|
628 |
+
/* View Type: List */
|
629 |
+
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
|
630 |
+
.products-list li.item.last { border-bottom:0; }
|
631 |
+
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
|
632 |
+
.products-list .product-shop { margin-left:150px; }
|
633 |
+
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
|
634 |
+
.products-list .product-name a {}
|
635 |
+
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
|
636 |
+
.products-list .availability { float:left; margin:3px 0 0; }
|
637 |
+
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
|
638 |
+
.products-list .desc .link-learn { font-size:11px; }
|
639 |
+
.products-list .add-to-links { clear:both; }
|
640 |
+
.products-list .add-to-links li { display:inline; }
|
641 |
+
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
|
642 |
+
/* ======================================================================================= */
|
643 |
+
|
644 |
+
|
645 |
+
/* Product View ========================================================================== */
|
646 |
+
/* Rating */
|
647 |
+
.no-rating { margin:0; }
|
648 |
+
|
649 |
+
.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
|
650 |
+
.ratings strong { float:left; margin:1px 3px 0 0; }
|
651 |
+
.ratings .rating-links { margin:0; }
|
652 |
+
.ratings .rating-links .separator { margin:0 2px; }
|
653 |
+
.ratings dt {}
|
654 |
+
.ratings dd {}
|
655 |
+
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
|
656 |
+
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
|
657 |
+
.ratings .rating-box { float:left; margin-right:3px; }
|
658 |
+
.ratings .amount {}
|
659 |
+
|
660 |
+
.ratings-table th,
|
661 |
+
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
|
662 |
+
.ratings-table th { font-weight:bold; padding-right:8px; }
|
663 |
+
|
664 |
+
/* Availability */
|
665 |
+
.availability { margin:0; }
|
666 |
+
.availability span { font-weight:bold; }
|
667 |
+
.availability.in-stock span {}
|
668 |
+
.availability.out-of-stock span { color:#d83820; }
|
669 |
+
|
670 |
+
.availability-only { margin:0 0 7px; }
|
671 |
+
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
|
672 |
+
.availability-only .expanded { background-position:100% -15px; }
|
673 |
+
.availability-only strong {}
|
674 |
+
|
675 |
+
.availability-only-details { margin:0 0 7px; }
|
676 |
+
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
|
677 |
+
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
|
678 |
+
.availability-only-details tr.odd td.last {}
|
679 |
+
|
680 |
+
/* Email to a Friend */
|
681 |
+
.email-friend {
|