SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
SESSION TITLE
Presenter’s Name
Ready Themes for Store Owners
Get a Professional Grade Build on a Budget
Nicholas Adkins
Strategies & Solutions Consultant – Miva Inc.
What are ReadyThemes?
ReadyThemes is functionality built into the core of Miva Merchant. It allows you
build themes and integrate with an existing CSSUI store to better manage your
Miva Merchant store from the admin. This includes updating your logo,
managing social media links, managing promotional images, content, product
lists, and navigation.
Based off this functionality we have developed ReadyTheme Templates which
are a Responsive template-based theme system designed to get you looking
good and selling quickly on any device. Last year we rolled out 4 templates and
currently you can choose from up to 9 free themes.
+ Suivant ReadyTheme+ Base ReadyTheme
ReadyThemes Functionality
There are 6 sections available within ReadyThemes which provide different functionality.
Full documentation on how to implement these features can be found here.
+ Settings
+ Images
+ Text Banners
+ Content Sections
+ Product Listings
+ Navigation Sets
ReadyTheme Settings
For all the functionality in this section there are an items which must be placed in
the correct page template which will output the configured settings.
+ Look & Feel
+ Social Icons
+ Trust Symbol
<mvt:item name="readytheme" param="css" />
<mvt:item name="readytheme" param="thirdpartysharing" />
<mvt:item name="readytheme" param="trustsymbol" />
ReadyTheme Images
ReadyThemes has the ability to manage all
your sites promotional images. They can
be placed anywhere on the website. Miva
will automatically resize them to any
specifications you need. Common use
cases are: homepage sliders, homepage
banners, global promotional images,
Category/Product Specific promotional
images.
+ This code
<mvt:item name="readytheme" param="image('banner-image')" />
+ Outputs This
<a href="http://domain.com" target="_self">
<img src="graphics/00000002/slide1.gif" alt="Homepage Banner">
</a>
ReadyTheme Text Banners
Text banners allow you to create text based banners which can be used for promotional
messaging, or site notifications.
+ This code
<mvt:item name="readytheme" param="image('promo-banner')" />
+ Outputs This
<span id="promo-banner" class="readytheme-banner">
Free Shipping for all order over $100
</span>
ReadyTheme Content Sections
Content Sections are a place to manage your sites content pages or other sections that
need constant updates. These sections include pages like about us, policy pages, etc.
+ This code
<mvt:item name="readytheme" param="contentsection('about-us')" />
+ Outputs This
<div id="about-us" class="readytheme-contentsection">Welcome to my site!</div>
ReadyTheme Product Listings
Product Listings allow you to add a list of products to any page of your Miva Store.
Typically this will be used on the storefront. There are two options for which products
get pulled in, all Products, or products from a specific category. This will allow the
store owner to create a new category to assign products, or pull products from an
existing category. Management of which products display and their order is all
controlled at the category level.
<mvt:item name="readytheme" param="productlisting('featured-products')" />
ReadyTheme Product Listings
Another important note is that multiple product listing items can appear on the same
page. The products listing item will inherit all the items for the page it is used on. So if
you need to used toolkit or another items code within the product listing template, as
long as toolkit is assigned to the page template it is used on it will work.
The product listing item has a complete page template built in, which can be
customized to support any layout needed. This allows us to use built in functionality
like additional images, sorting, number of products to display.
ReadyTheme Navigation Sets
Each Navigation Set has its own Template to control the layout. By default it will
output a nested ul/li structure to allow for easy styling. Included in ReadyThemes is a
built in stylesheet with 4 layouts. Each layout provides different styles for the type of
navigation menu you would like to use. The stylesheet automatically gets added to the
store under CSS list when ready themes is activated (readytheme.css).
+ Each Navigation Set will be contained in a div with a class of "navigation-element"
plus a class of the code of the navigation set
+ The first ul will have a class of "navigation-set" plus a class of the layout chosen in
the admin. The four layout classes are: horizontal-drop-down, horizontal-mega-
menu, vertical-fly-out or single-navigation-column
+ The li for each level will have a class of "level-X" where X is the 1, 2, or 3 depending
on the level of the navigation item
ReadyTheme Navigation Sets
Template Language Functions
Finally for the more advanced user there are 5 functions available to any page the
readytheme item is assigned. These functions can be used to pre-load the data for a
image, banner, navigation set, content section or product listing. The main use of this
would be to check to see if the ready theme element was active, however it can be
used for other conditionals as well.
+ <mvt:item name="readytheme" param="Load_Image('promo_1',g.promo)" />
+ <mvt:item name="readytheme" param="Load_Image(code, output )" />
+ <mvt:item name="readytheme" param="Load_Banner(code, output )" />
+ <mvt:item name="readytheme" param="Load_NavigationSet(code, output )" />
+ <mvt:item name="readytheme" param="Load_ContentSection(code, output )" />
+ <mvt:item name="readytheme" param="Load_ProductListing(code, output )" />
&mvt:global:promo:active;
&mvt:global:promo:code;
&mvt:global:promo:css_class;
&mvt:global:promo:css_id;
&mvt:global:promo:id;
&mvt:global:promo:image_alt;
&mvt:global:promo:image_hght;
&mvt:global:promo:image_id;
&mvt:global:promo:image_size;
&mvt:global:promo:image_wdth;
&mvt:global:promo:link_dest;
&mvt:global:promo:link_targ;
&mvt:global:promo:link_type;
&mvt:global:promo:name;
ReadyTheme Customizations
Infinite Slider
For this store we are using a combination of ReadyTheme image items and the
ReadyTheme template language functions to allow the store owner to easily add more
images to the home page slider. The store owner simply needs to add a new image
with the code of sfnt_slider_# and it will be appended onto the homepage slider.
Dynamic Daily Deal
Using Product Listings ReadyTheme functionality our development team was able to
create a dynamic Daily Deal feature for www.PlantTherapy.com. The feature allows
them to add products to a Daily Deal category and depending on the order a product
will be dynamically added to a daily deal price group and then be removed once the
day is over and a new product is added.
ReadyThemes in The Wild
www.PolarBearCoolers.com
www.HolidayLightingOutlet.com
www.LarsonShutters.com
Sneak Peak
diVinno
(Alternate Version of Levels)
Venture
(Alternate Version of Levels)
Hariss & Stone
(Alternate Version of Suivant)
Auto Parts
A Look Into the Future
Miva ReadyThemes for Store Owners
Miva ReadyThemes for Store Owners
Miva ReadyThemes for Store Owners
Miva ReadyThemes for Store Owners

Weitere Àhnliche Inhalte

Ähnlich wie Miva ReadyThemes for Store Owners

Tips and Tricks for LiveWhale Development
Tips and Tricks for LiveWhale DevelopmentTips and Tricks for LiveWhale Development
Tips and Tricks for LiveWhale DevelopmentNaomi Royall
 
Em taobaus
Em taobausEm taobaus
Em taobausCodespot
 
Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...
Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...
Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...Scott DeLoach
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress BasicsMichelle Ames
 
Responsive bootstrap magento theme
Responsive bootstrap magento themeResponsive bootstrap magento theme
Responsive bootstrap magento themeCodespot
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress ThemesLaura Hartwig
 
Em homestuff
Em homestuffEm homestuff
Em homestuffCodespot
 
Easy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme IntegrationEasy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme IntegrationSankhala Info Solutions
 
hellowired_instructions
hellowired_instructionshellowired_instructions
hellowired_instructionsAlexAnderson360
 
Best practices in WordPress Development
Best practices in WordPress DevelopmentBest practices in WordPress Development
Best practices in WordPress DevelopmentMindfire Solutions
 
Woocommerce theming with Storefront
Woocommerce theming with StorefrontWoocommerce theming with Storefront
Woocommerce theming with StorefrontMerrill Mayer
 
Django CMS & Integrating it with django shop
Django CMS & Integrating it with django shopDjango CMS & Integrating it with django shop
Django CMS & Integrating it with django shopMindfire Solutions
 
Best practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelaBest practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelavijaygolani
 
Bootstrap cheat-sheet-websitesetup.org
Bootstrap cheat-sheet-websitesetup.org Bootstrap cheat-sheet-websitesetup.org
Bootstrap cheat-sheet-websitesetup.org Ali Bakhtiari
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Wahyu Putra
 
Design selection demo.2
Design selection demo.2Design selection demo.2
Design selection demo.2allisonbliss
 
Modifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users groupModifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users groupEvan Mullins
 

Ähnlich wie Miva ReadyThemes for Store Owners (20)

Theme guide
Theme guideTheme guide
Theme guide
 
Tips and Tricks for LiveWhale Development
Tips and Tricks for LiveWhale DevelopmentTips and Tricks for LiveWhale Development
Tips and Tricks for LiveWhale Development
 
Em taobaus
Em taobausEm taobaus
Em taobaus
 
Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...
Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...
Advanced Skinless HTML5 Design with MadCap Flare - MadWorld 2018, Scott DeLoa...
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress Basics
 
Responsive bootstrap magento theme
Responsive bootstrap magento themeResponsive bootstrap magento theme
Responsive bootstrap magento theme
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress Themes
 
Em homestuff
Em homestuffEm homestuff
Em homestuff
 
Easy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme IntegrationEasy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme Integration
 
hellowired_instructions
hellowired_instructionshellowired_instructions
hellowired_instructions
 
Best practices in WordPress Development
Best practices in WordPress DevelopmentBest practices in WordPress Development
Best practices in WordPress Development
 
Woocommerce theming with Storefront
Woocommerce theming with StorefrontWoocommerce theming with Storefront
Woocommerce theming with Storefront
 
Magento jsr
Magento jsrMagento jsr
Magento jsr
 
Django CMS & Integrating it with django shop
Django CMS & Integrating it with django shopDjango CMS & Integrating it with django shop
Django CMS & Integrating it with django shop
 
Best practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelaBest practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghela
 
Bootstrap cheat-sheet-websitesetup.org
Bootstrap cheat-sheet-websitesetup.org Bootstrap cheat-sheet-websitesetup.org
Bootstrap cheat-sheet-websitesetup.org
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3
 
Design selection demo.2
Design selection demo.2Design selection demo.2
Design selection demo.2
 
Modifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users groupModifying your themes design - Learning CSS - Atlanta WordPress users group
Modifying your themes design - Learning CSS - Atlanta WordPress users group
 
html5_css3
html5_css3html5_css3
html5_css3
 

Mehr von Miva

Artistry and Ethics in Email Marketing
Artistry and Ethics in Email MarketingArtistry and Ethics in Email Marketing
Artistry and Ethics in Email MarketingMiva
 
What's New in Miva Merchant 9
What's New in Miva Merchant 9What's New in Miva Merchant 9
What's New in Miva Merchant 9Miva
 
Increasing Conversions with Relevancy, Merchandising & Actionable Insights
Increasing Conversions with Relevancy, Merchandising & Actionable InsightsIncreasing Conversions with Relevancy, Merchandising & Actionable Insights
Increasing Conversions with Relevancy, Merchandising & Actionable InsightsMiva
 
Google Analytics for Miva Merchants
Google Analytics for Miva MerchantsGoogle Analytics for Miva Merchants
Google Analytics for Miva MerchantsMiva
 
Expanding Product Sales Using eBay & Amazon
Expanding Product Sales Using eBay & AmazonExpanding Product Sales Using eBay & Amazon
Expanding Product Sales Using eBay & AmazonMiva
 
Web Development Trends 2016
Web Development Trends 2016Web Development Trends 2016
Web Development Trends 2016Miva
 
Trust Drives Ecommerce Differentiations & Conversions
Trust Drives Ecommerce Differentiations & ConversionsTrust Drives Ecommerce Differentiations & Conversions
Trust Drives Ecommerce Differentiations & ConversionsMiva
 
Best Practices in Order Fulfillment
Best Practices in Order FulfillmentBest Practices in Order Fulfillment
Best Practices in Order FulfillmentMiva
 
2016 Mobile Design & UX Trends
2016 Mobile Design & UX Trends2016 Mobile Design & UX Trends
2016 Mobile Design & UX TrendsMiva
 
On Page SEO & Miva Merchant 2016
On Page SEO & Miva Merchant 2016On Page SEO & Miva Merchant 2016
On Page SEO & Miva Merchant 2016Miva
 
Miva Merchant 9 Admin - Optimizing Daily Workflow
Miva Merchant 9 Admin - Optimizing Daily WorkflowMiva Merchant 9 Admin - Optimizing Daily Workflow
Miva Merchant 9 Admin - Optimizing Daily WorkflowMiva
 
Merchandising & Miva Merchant 9 - Price Groups
Merchandising & Miva Merchant 9 - Price GroupsMerchandising & Miva Merchant 9 - Price Groups
Merchandising & Miva Merchant 9 - Price GroupsMiva
 
Usability & User Engagement
Usability & User EngagementUsability & User Engagement
Usability & User EngagementMiva
 
Order Processing in Miva Merchant 9
Order Processing in Miva Merchant 9Order Processing in Miva Merchant 9
Order Processing in Miva Merchant 9Miva
 
Miva Merchant for Beginners
Miva Merchant for BeginnersMiva Merchant for Beginners
Miva Merchant for BeginnersMiva
 
Miva + WordPress
Miva + WordPressMiva + WordPress
Miva + WordPressMiva
 
Miva For Beginners
Miva For BeginnersMiva For Beginners
Miva For BeginnersMiva
 
ReadyThemes For Store Owners
ReadyThemes For Store OwnersReadyThemes For Store Owners
ReadyThemes For Store OwnersMiva
 
Leveraging Youtube To Drive Ecommerce
Leveraging Youtube To Drive EcommerceLeveraging Youtube To Drive Ecommerce
Leveraging Youtube To Drive EcommerceMiva
 
Merchandising & Miva Merchant 9 - Unlocking The Power Of Price Groups
Merchandising & Miva Merchant 9 - Unlocking The Power Of Price GroupsMerchandising & Miva Merchant 9 - Unlocking The Power Of Price Groups
Merchandising & Miva Merchant 9 - Unlocking The Power Of Price GroupsMiva
 

Mehr von Miva (20)

Artistry and Ethics in Email Marketing
Artistry and Ethics in Email MarketingArtistry and Ethics in Email Marketing
Artistry and Ethics in Email Marketing
 
What's New in Miva Merchant 9
What's New in Miva Merchant 9What's New in Miva Merchant 9
What's New in Miva Merchant 9
 
Increasing Conversions with Relevancy, Merchandising & Actionable Insights
Increasing Conversions with Relevancy, Merchandising & Actionable InsightsIncreasing Conversions with Relevancy, Merchandising & Actionable Insights
Increasing Conversions with Relevancy, Merchandising & Actionable Insights
 
Google Analytics for Miva Merchants
Google Analytics for Miva MerchantsGoogle Analytics for Miva Merchants
Google Analytics for Miva Merchants
 
Expanding Product Sales Using eBay & Amazon
Expanding Product Sales Using eBay & AmazonExpanding Product Sales Using eBay & Amazon
Expanding Product Sales Using eBay & Amazon
 
Web Development Trends 2016
Web Development Trends 2016Web Development Trends 2016
Web Development Trends 2016
 
Trust Drives Ecommerce Differentiations & Conversions
Trust Drives Ecommerce Differentiations & ConversionsTrust Drives Ecommerce Differentiations & Conversions
Trust Drives Ecommerce Differentiations & Conversions
 
Best Practices in Order Fulfillment
Best Practices in Order FulfillmentBest Practices in Order Fulfillment
Best Practices in Order Fulfillment
 
2016 Mobile Design & UX Trends
2016 Mobile Design & UX Trends2016 Mobile Design & UX Trends
2016 Mobile Design & UX Trends
 
On Page SEO & Miva Merchant 2016
On Page SEO & Miva Merchant 2016On Page SEO & Miva Merchant 2016
On Page SEO & Miva Merchant 2016
 
Miva Merchant 9 Admin - Optimizing Daily Workflow
Miva Merchant 9 Admin - Optimizing Daily WorkflowMiva Merchant 9 Admin - Optimizing Daily Workflow
Miva Merchant 9 Admin - Optimizing Daily Workflow
 
Merchandising & Miva Merchant 9 - Price Groups
Merchandising & Miva Merchant 9 - Price GroupsMerchandising & Miva Merchant 9 - Price Groups
Merchandising & Miva Merchant 9 - Price Groups
 
Usability & User Engagement
Usability & User EngagementUsability & User Engagement
Usability & User Engagement
 
Order Processing in Miva Merchant 9
Order Processing in Miva Merchant 9Order Processing in Miva Merchant 9
Order Processing in Miva Merchant 9
 
Miva Merchant for Beginners
Miva Merchant for BeginnersMiva Merchant for Beginners
Miva Merchant for Beginners
 
Miva + WordPress
Miva + WordPressMiva + WordPress
Miva + WordPress
 
Miva For Beginners
Miva For BeginnersMiva For Beginners
Miva For Beginners
 
ReadyThemes For Store Owners
ReadyThemes For Store OwnersReadyThemes For Store Owners
ReadyThemes For Store Owners
 
Leveraging Youtube To Drive Ecommerce
Leveraging Youtube To Drive EcommerceLeveraging Youtube To Drive Ecommerce
Leveraging Youtube To Drive Ecommerce
 
Merchandising & Miva Merchant 9 - Unlocking The Power Of Price Groups
Merchandising & Miva Merchant 9 - Unlocking The Power Of Price GroupsMerchandising & Miva Merchant 9 - Unlocking The Power Of Price Groups
Merchandising & Miva Merchant 9 - Unlocking The Power Of Price Groups
 

KĂŒrzlich hochgeladen

VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our EscortsVIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escortssonatiwari757
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...aditipandeya
 
Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...anilsa9823
 
Dehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Dehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceDehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Dehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceDamini Dixit
 
Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323Pooja Nehwal
 
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Paymentanilsa9823
 
High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...gurkirankumar98700
 
CALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual serviceCALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual serviceanilsa9823
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...aditipandeya
 
CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...anilsa9823
 
Top Call Girls In Arjunganj ( Lucknow ) ✹ 8923113531 ✹ Cash Payment
Top Call Girls In Arjunganj ( Lucknow  ) ✹ 8923113531 ✹  Cash PaymentTop Call Girls In Arjunganj ( Lucknow  ) ✹ 8923113531 ✹  Cash Payment
Top Call Girls In Arjunganj ( Lucknow ) ✹ 8923113531 ✹ Cash Paymentanilsa9823
 
Tirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Tirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceTirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Tirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceDamini Dixit
 
call girls in Siolim Escorts Book Tonight Now Call 8588052666
call girls in Siolim Escorts Book Tonight Now Call 8588052666call girls in Siolim Escorts Book Tonight Now Call 8588052666
call girls in Siolim Escorts Book Tonight Now Call 8588052666nishakur201
 
(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...
(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...
(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...Hot Call Girls In Sector 58 (Noida)
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...aditipandeya
 

KĂŒrzlich hochgeladen (15)

VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our EscortsVIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
 
Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow â‚č7.5k Pick Up & Drop With Cash Payment 89...
 
Dehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Dehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceDehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Dehradun Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
 
Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323
 
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
 
High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No đŸ§‘đŸŒâ€â€ïžâ€đŸ’‹â€đŸ§‘đŸœ 8923113531 𓀇 VIP ...
 
CALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual serviceCALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Mohanlalganj Lucknow best sexual service
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
 
CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➄8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
 
Top Call Girls In Arjunganj ( Lucknow ) ✹ 8923113531 ✹ Cash Payment
Top Call Girls In Arjunganj ( Lucknow  ) ✹ 8923113531 ✹  Cash PaymentTop Call Girls In Arjunganj ( Lucknow  ) ✹ 8923113531 ✹  Cash Payment
Top Call Girls In Arjunganj ( Lucknow ) ✹ 8923113531 ✹ Cash Payment
 
Tirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Tirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceTirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Tirupati Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
 
call girls in Siolim Escorts Book Tonight Now Call 8588052666
call girls in Siolim Escorts Book Tonight Now Call 8588052666call girls in Siolim Escorts Book Tonight Now Call 8588052666
call girls in Siolim Escorts Book Tonight Now Call 8588052666
 
(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...
(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...
(COD)ïżŁYoung Call Girls In Defence Colony , New Delhi꧁❀ 7042364481❀꧂ Escorts S...
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
 

Miva ReadyThemes for Store Owners

  • 1. SESSION TITLE Presenter’s Name Ready Themes for Store Owners Get a Professional Grade Build on a Budget Nicholas Adkins Strategies & Solutions Consultant – Miva Inc.
  • 3. ReadyThemes is functionality built into the core of Miva Merchant. It allows you build themes and integrate with an existing CSSUI store to better manage your Miva Merchant store from the admin. This includes updating your logo, managing social media links, managing promotional images, content, product lists, and navigation. Based off this functionality we have developed ReadyTheme Templates which are a Responsive template-based theme system designed to get you looking good and selling quickly on any device. Last year we rolled out 4 templates and currently you can choose from up to 9 free themes.
  • 4. + Suivant ReadyTheme+ Base ReadyTheme
  • 6. There are 6 sections available within ReadyThemes which provide different functionality. Full documentation on how to implement these features can be found here. + Settings + Images + Text Banners + Content Sections + Product Listings + Navigation Sets
  • 7. ReadyTheme Settings For all the functionality in this section there are an items which must be placed in the correct page template which will output the configured settings. + Look & Feel + Social Icons + Trust Symbol <mvt:item name="readytheme" param="css" /> <mvt:item name="readytheme" param="thirdpartysharing" /> <mvt:item name="readytheme" param="trustsymbol" />
  • 8. ReadyTheme Images ReadyThemes has the ability to manage all your sites promotional images. They can be placed anywhere on the website. Miva will automatically resize them to any specifications you need. Common use cases are: homepage sliders, homepage banners, global promotional images, Category/Product Specific promotional images. + This code <mvt:item name="readytheme" param="image('banner-image')" /> + Outputs This <a href="http://domain.com" target="_self"> <img src="graphics/00000002/slide1.gif" alt="Homepage Banner"> </a>
  • 9. ReadyTheme Text Banners Text banners allow you to create text based banners which can be used for promotional messaging, or site notifications. + This code <mvt:item name="readytheme" param="image('promo-banner')" /> + Outputs This <span id="promo-banner" class="readytheme-banner"> Free Shipping for all order over $100 </span>
  • 10. ReadyTheme Content Sections Content Sections are a place to manage your sites content pages or other sections that need constant updates. These sections include pages like about us, policy pages, etc. + This code <mvt:item name="readytheme" param="contentsection('about-us')" /> + Outputs This <div id="about-us" class="readytheme-contentsection">Welcome to my site!</div>
  • 11. ReadyTheme Product Listings Product Listings allow you to add a list of products to any page of your Miva Store. Typically this will be used on the storefront. There are two options for which products get pulled in, all Products, or products from a specific category. This will allow the store owner to create a new category to assign products, or pull products from an existing category. Management of which products display and their order is all controlled at the category level. <mvt:item name="readytheme" param="productlisting('featured-products')" />
  • 12. ReadyTheme Product Listings Another important note is that multiple product listing items can appear on the same page. The products listing item will inherit all the items for the page it is used on. So if you need to used toolkit or another items code within the product listing template, as long as toolkit is assigned to the page template it is used on it will work. The product listing item has a complete page template built in, which can be customized to support any layout needed. This allows us to use built in functionality like additional images, sorting, number of products to display.
  • 13. ReadyTheme Navigation Sets Each Navigation Set has its own Template to control the layout. By default it will output a nested ul/li structure to allow for easy styling. Included in ReadyThemes is a built in stylesheet with 4 layouts. Each layout provides different styles for the type of navigation menu you would like to use. The stylesheet automatically gets added to the store under CSS list when ready themes is activated (readytheme.css). + Each Navigation Set will be contained in a div with a class of "navigation-element" plus a class of the code of the navigation set + The first ul will have a class of "navigation-set" plus a class of the layout chosen in the admin. The four layout classes are: horizontal-drop-down, horizontal-mega- menu, vertical-fly-out or single-navigation-column + The li for each level will have a class of "level-X" where X is the 1, 2, or 3 depending on the level of the navigation item
  • 15. Template Language Functions Finally for the more advanced user there are 5 functions available to any page the readytheme item is assigned. These functions can be used to pre-load the data for a image, banner, navigation set, content section or product listing. The main use of this would be to check to see if the ready theme element was active, however it can be used for other conditionals as well. + <mvt:item name="readytheme" param="Load_Image('promo_1',g.promo)" /> + <mvt:item name="readytheme" param="Load_Image(code, output )" /> + <mvt:item name="readytheme" param="Load_Banner(code, output )" /> + <mvt:item name="readytheme" param="Load_NavigationSet(code, output )" /> + <mvt:item name="readytheme" param="Load_ContentSection(code, output )" /> + <mvt:item name="readytheme" param="Load_ProductListing(code, output )" /> &mvt:global:promo:active; &mvt:global:promo:code; &mvt:global:promo:css_class; &mvt:global:promo:css_id; &mvt:global:promo:id; &mvt:global:promo:image_alt; &mvt:global:promo:image_hght; &mvt:global:promo:image_id; &mvt:global:promo:image_size; &mvt:global:promo:image_wdth; &mvt:global:promo:link_dest; &mvt:global:promo:link_targ; &mvt:global:promo:link_type; &mvt:global:promo:name;
  • 17. Infinite Slider For this store we are using a combination of ReadyTheme image items and the ReadyTheme template language functions to allow the store owner to easily add more images to the home page slider. The store owner simply needs to add a new image with the code of sfnt_slider_# and it will be appended onto the homepage slider.
  • 18. Dynamic Daily Deal Using Product Listings ReadyTheme functionality our development team was able to create a dynamic Daily Deal feature for www.PlantTherapy.com. The feature allows them to add products to a Daily Deal category and depending on the order a product will be dynamically added to a daily deal price group and then be removed once the day is over and a new product is added.
  • 26. Hariss & Stone (Alternate Version of Suivant)
  • 28. A Look Into the Future