Sitesao Support
  • Home
  • Themes
  • Plugins
  • Support

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years ago sweetsorella
    Participant
    Post count: 99
    This reply has been marked as private.

    in reply to: ADD Widgets to HEADER (Center)
    8 years ago sweetsorella
    Participant
    Post count: 99
    This reply has been marked as private.

    in reply to: ADD Widgets to HEADER (Center)
    8 years, 1 month ago sweetsorella
    Participant
    Post count: 99

    Thanks… Half solved!

    LOGIN —- Fixed Perfect! [thanks]

    Any Idea why the REGISTER side shows the woocommerce Social Login twice (as per attached image)????

    Attached is the myaccount.php file

    <?php
    /**
     * Login Form
     *
     * @author 		WooThemes
     * @package 	WooCommerce/Templates
     * @version     2.6.0
     */
    
    if ( ! defined( 'ABSPATH' ) ) {
    	exit; // Exit if accessed directly
    }
    
    ?>
    
    <?php wc_print_notices(); ?>
    
    <?php do_action( 'woocommerce_before_customer_login_form' ); ?>
    
    <?php if ( get_option( 'woocommerce_enable_myaccount_registration' ) === 'yes' ) : ?>
    <div>
    	<ul>
    		<li>
    			<a href="#tab-customer_login">&lt;?php esc_html_e( 'Login', 'loja' ); ?&gt;</a>
    		</li>
    		<li>
    			<a href="#tab-customer_register">&lt;?php esc_html_e( 'Register', 'loja' ); ?&gt;</a>
    		</li>
    	</ul>
    	<div>
    		&lt;?php if(dh_get_theme_option('facebook_login',0) &amp;&amp; get_option('users_can_register')):?&gt;
    			
    			
    		&lt;?php endif;?&gt;
    		<div>
    &lt;?php else:?&gt;		
    				&lt;h2 class="woocommerce-account-heading"&gt;&lt;?php esc_html_e( 'Login', 'loja' ); ?&gt;&lt;/h2&gt;
    				&lt;?php if(dh_get_theme_option('facebook_login',0) &amp;&amp; get_option('users_can_register')):?&gt;
    					&lt;?php do_action('dh_facebook_login_button');?&gt;
    				&lt;?php endif;?&gt;
    				<br />&lt;/br&gt;
    &lt;?php endif; ?&gt;
    						
    				&lt;form method="post" class="login"&gt;
    		
    					&lt;?php do_action( 'woocommerce_login_form_end' ); ?&gt;
    		            <p>
    					<p>
    						&lt;label for="username"&gt;&lt;?php esc_html_e( 'Username or email address', 'loja' ); ?&gt; <span>*</span>&lt;/label&gt;
    						&lt;input type="text" class="input-text" name="username" id="username" value="&lt;?php if ( ! empty( $_POST['username'] ) ) echo esc_attr( $_POST['username'] ); ?&gt;" /&gt;
    					</p>
    					<p>
    						&lt;label for="password"&gt;&lt;?php esc_html_e( 'Password', 'loja' ); ?&gt; <span>*</span>&lt;/label&gt;
    						&lt;input class="input-text" type="password" name="password" id="password" /&gt;
    					</p>
    		
    					
    		
    					<p>
    						&lt;?php wp_nonce_field( 'woocommerce-login' ); ?&gt;
    						&lt;label for="rememberme" class="inline form-flat-checkbox"&gt;
    							&lt;input name="rememberme" type="checkbox" id="rememberme" value="forever" /&gt;&lt;i&gt;&lt;/i&gt;&lt;?php esc_html_e( 'Remember me', 'loja' ); ?&gt;
    						&lt;/label&gt;
    						<br /><br />
    						&lt;input type="submit" class="button" name="login" value="&lt;?php esc_html_e( 'Login', 'loja' ); ?&gt;" /&gt;
    					</p>
    					<p>
    						<a>"&gt;&lt;?php esc_html_e( 'Lost your password?', 'loja' ); ?&gt;</a>
    					</p>
    		
    					
    		
    				&lt;/form&gt;
    		
    	&lt;?php if ( get_option( 'woocommerce_enable_myaccount_registration' ) === 'yes' ) : ?&gt;
    		</div>
    		<div>
    			&lt;form method="post" class="register"&gt;
    	
    				&lt;?php do_action( 'woocommerce_login_form_end' ); ?&gt;
    	             <p>
    				&lt;?php if ( 'no' === get_option( 'woocommerce_registration_generate_username' ) ) : ?&gt;
    	
    					<p>
    						&lt;label for="reg_username"&gt;&lt;?php esc_html_e( 'Username', 'loja' ); ?&gt; <span>*</span>&lt;/label&gt;
    						&lt;input type="text" class="input-text" name="username" id="reg_username" value="&lt;?php if ( ! empty( $_POST['username'] ) ) echo esc_attr( $_POST['username'] ); ?&gt;" /&gt;
    					</p>
    	
    				&lt;?php endif; ?&gt;
    	
    	            
    				
    				<p>
    					&lt;label for="reg_email"&gt;&lt;?php esc_html_e( 'Email address', 'loja' ); ?&gt; <span>*</span>&lt;/label&gt;
    					&lt;input type="email" class="input-text" name="email" id="reg_email" value="&lt;?php if ( ! empty( $_POST['email'] ) ) echo esc_attr( $_POST['email'] ); ?&gt;" /&gt;
    				</p>
    	
    				&lt;?php if ( 'no' === get_option( 'woocommerce_registration_generate_password' ) ) : ?&gt;
    	
    					<p>
    						&lt;label for="reg_password"&gt;&lt;?php esc_html_e( 'Password', 'loja' ); ?&gt; <span>*</span>&lt;/label&gt;
    						&lt;input type="password" class="input-text" name="password" id="reg_password" /&gt;
    					</p>
    	
    				&lt;?php endif; ?&gt;
    	
    				&lt;!-- Spam Trap --&gt;
    				<div>: -999em; position: absolute;"&gt;&lt;label for="trap"&gt;&lt;?php esc_html_e( 'Anti-spam', 'loja' ); ?&gt;&lt;/label&gt;&lt;input type="text" name="email_2" id="trap" tabindex="-1" /&gt;</div>
    	
    				&lt;?php do_action( 'woocommerce_register_form' ); ?&gt; 
    				&lt;?php do_action( 'register_form' ); ?&gt;
    	
    				<p>
    					&lt;?php wp_nonce_field( 'woocommerce-register' ); ?&gt;
    					&lt;input type="submit" class="button" name="register" value="&lt;?php esc_attr_e( 'Register', 'loja' ); ?&gt;" /&gt;
    				</p>
    	
    
    				
    	
    			&lt;/form&gt;
    	
    		</div>
    		
    	</div>
    </div>
    &lt;?php endif; ?&gt;
    
    &lt;?php do_action( 'woocommerce_after_customer_login_form' ); ?&gt;
    
    
    Attachments:
    You must be logged in to view attached files.

    in reply to: Adding Woocommerce Social Login
    8 years, 1 month ago sweetsorella
    Participant
    Post count: 99
    This reply has been marked as private.

    in reply to: Adding Woocommerce Social Login
    8 years, 1 month ago sweetsorella
    Participant
    Post count: 99

    Woocommerce Social Login Developer Addons to functions.php reference document

    https://www.skyverge.com/blog/advanced-woocommerce-social-login/


    in reply to: Adding Woocommerce Social Login
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    How do reduce the gap on the mobile responsive pages

    a. Between Footer 1 – Footer 2
    a. Between Footer 2 – Footer 3
    a. Between Footer 3 – Footer 4

    As per the attached screenshot

    It just makes the Footer widget excessively long with too big spaces.

    Attachments:
    You must be logged in to view attached files.

    in reply to: Mobile – Footer Widget
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    Hi..

    Website is back up for you to have a look at??

    thanks


    in reply to: Mobile – Footer Widget
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99
    This reply has been marked as private.

    in reply to: Template File s — Woocommerce 3.0.3 and Loja v1.0.18
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    UPDATE:

    When placing the order via cheque payment.. the order does the following:

    1. Stays on the checkout page with a read bar and cross.
    2. order is seen in the orders page of woocommerce.

    This would indicate a problem with the template files !!!!

    I’m no expert coder, but looks like this is the cause.

    Look forward to an update to fix this problem please.

    wayne


    in reply to: Template File s — Woocommerce 3.0.3 and Loja v1.0.18
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    OK… ALL PLUGINS UPDATED TO CURRENT

    Woocommerce Status Report

    <code>
    ### WordPress Environment ###
    
    Home URL: https://www.sweetsorella.com
    Site URL: https://www.sweetsorella.com
    WC Version: 3.0.4
    Log Directory Writable: ✔
    WP Version: 4.7.4
    WP Multisite: ✔
    WP Memory Limit: 768 MB
    WP Debug Mode: ✔
    WP Cron: ✔
    Language: en_US
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 5.6.30
    PHP Post Max Size: 128 MB
    PHP Time Limit: 6000
    PHP Max Input Vars: 3000
    cURL Version: 7.53.0
    OpenSSL/1.0.2k
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.28
    Max Upload Size: 98 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 3.0.4
    WC Database Prefix: wp_23_
    woocommerce_sessions: ✔
    woocommerce_api_keys: ✔
    woocommerce_attribute_taxonomies: ✔
    woocommerce_downloadable_product_permissions: ✔
    woocommerce_order_items: ✔
    woocommerce_order_itemmeta: ✔
    woocommerce_tax_rates: ✔
    woocommerce_tax_rate_locations: ✔
    woocommerce_shipping_zones: ✔
    woocommerce_shipping_zone_locations: ✔
    woocommerce_shipping_zone_methods: ✔
    woocommerce_payment_tokens: ✔
    woocommerce_payment_tokenmeta: ✔
    MaxMind GeoIP Database: ✔
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (100) ###
    
    AccessPress Social Counter: by AccessPress Themes – 1.7.1
    Admin Bar &amp; Dashboard Control: by Author: Agbonghama Collins (W3Guy LLC) – 1.0.3
    AJAX Thumbnail Rebuild: by junkcoder – 1.12
    Ninja Popups Themes Pack: by ArsCode – 1.4
    Ninja Popups - shared on wplocker.com: by ArsCode – 4.4.0
    Cloudflare: by John Wineman
    Furkan Yilmaz
    Junade Ali (Cloudflare Team) – 3.2.1
    
    Cookie Notice: by dFactory – 1.2.38
    Disable Embeds: by Pascal Birchler – 1.3.0
    Disable Emojis: by Ryan Hellyer – 1.5.3
    Duplicate Post: by Enrico Battocchi – 3.2
    Easy Tables (vc): by WPBakery – 1.0.9
    Elfsight InstaShow: by Elfsight – 2.3.0
    Instant Articles for WP: by Automattic
    Dekode
    Facebook – 3.3.3
    
    Ninja Facebook Messenger: by Ninja Team – 2.2
    Force HTTPS: by Riyad Arefin – 0.1.1
    Glue for Yoast SEO &amp; AMP: by Joost de Valk – 0.4.2
    Google Adsense Dashboard: by Alin Marcu – 2.2.1
    Google Analytics Dashboard for WP: by Alin Marcu – 4.9.6.2
    Google Webfont Optimizer: by Sigurdur Gudbrandsson – 0.2.4
    Head and Footer Scripts Inserter: by Arthur Gareginyan – 3.3
    Heartbeat Control: by Jeff Matson – 1.0.3
    Imagify: by WP Media – 1.6.4
    WPBakery Visual Composer: by Michael M - WPBakery.com – 5.1.1
    Logos Showcase: by Carlos Moreira – 1.8.5
    Multisite Enhancements: by Frank Bültge – 1.3.8
    Obox Social Commerce: by Obox Design – 1.3.4
    PHP Compatibility Checker: by WP Engine – 1.4.0
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 2.2.6
    Remove HTTP/HTTPS protocol: by Matt Gadient – 0.0.1
    SG Optimizer: by SiteGround – 3.2.3
    Sitesao Core: by Sitesao Team – 1.1.30
    SO Hide SEO Bloat: by SO WP – 3.0.0
    Social Auto Poster: by WPWeb – 2.3.0
    Social Media Follow Buttons Bar: by Arthur Gareginyan – 4.1
    Visual Composer Clipboard - shared on wplocker.com: by bitorbit – 3.25
    WooCommerce Accordions: by Magnigenie – 1.0
    Woocommerce Advanced Bulk Edit - NULL24.NET: by George Iron – 4.1
    WooCommerce Advanced Product Labels: by Jeroen Sormani – 1.1.0
    WooCommerce Dynamic Pricing: by Lucas Stark – 3.0.5
    WooCommerce Braintree Gateway: by WooThemes / SkyVerge – 3.3.2
    WooCommerce Instagram: by WooCommerce – 1.0.11
    WooCommerce Pre-Orders: by WooCommerce – 1.4.10
    WooCommerce Google Product Feed: by Lee Willis – 7.0.7
    WooCommerce Subscribe to Newsletter: by WooCommerce – 2.3.6
    WooCommerce Variation Swatches and Photos: by Lucas Stark – 3.0.3
    WooCommerce Waitlist: by Neil Pie – 1.5.2
    WooCommerce: by Automattic – 3.0.4
    WooCommerce Sales Countdown-Null24.Net: by ThimPress – 2.0.1
    WordPress MU Domain Mapping: by Donncha O Caoimh – 0.5.5.1
    Yoast SEO Premium: by Team Yoast – 4.5
    WP All Import Pro: by Soflyy – 4.4.3
    WP AMP: by TeamDev Ltd – 7.2
    Clean Up Optimizer: by Tech Banker – 4.0.3
    WP Cron Cleaner: by Younes JFR. – 1.0.0
    WP Crontrol: by John Blackbourn &amp; contributors – 1.5
    WordPress Image CDN - NULL24.NET: by Artiom Vasiliev – 0.1.6
    WP-Mail-SMTP: by Callum Macdonald – 0.10.1
    WP Maximum Execution Time Exceeded: by Johnnie J. O'Dell Jr. – 1.0.1
    WP Nag Hide: by Milton Keynes Web Design – 1.0
    WP Rocket: by WP Media – 2.9.11
    WP-ServerInfo: by Lester 'GaMerZ' Chan – 1.64
    WP Sitemap Page: by Tony Archambeau – 1.6
    WP All Import - WooCommerce Add-On Pro: by Soflyy – 2.3.5
    WPB Accordion Menu or Category: by wpbean – 1.04
    Yoast SEO: Local: by Team Yoast and Arjan Snaterse – 4.5
    Yoast SEO: News: by Team Yoast – 4.5
    Yoast SEO: Video: by Team Yoast – 4.5
    Yoast SEO: WooCommerce: by Team Yoast – 4.5
    YITH Product Size Charts for WooCommerce Premium: by YITHEMES – 1.1.0
    YITH WooCommerce Advanced Reviews Premium: by YITHEMES – 1.4.1
    YITH WooCommerce Customize My Account Page: by YITHEMES – 2.1.0
    YITH WooCommerce Order Tracking Premium: by YITHEMES – 1.2.81
    YITH WooCommerce PDF Invoice and Shipping List Premium: by YITHEMES – 1.4.9
    YITH WooCommerce Review Reminder Premium: by YITHEMES – 1.3.0
    YITH WooCommerce Sequential Order Number: by Yithemes – 1.0.10
    YITH WooCommerce Tab Manager Premium: by YITHEMES – 1.1.20
    WP Remove Yoast Seo Premium License Notice: by Babak Mehri – 1.0.0
    WP-Optimize: by David Anderson
    Ruhani Rabin
    Team Updraft – 2.1.1
    
    Post Script Responsive Images: by Peter Stevenson – 2.1.0
    Cookie Notice: by dFactory – 1.2.38
    Instant Articles for WP: by Automattic
    Dekode
    Facebook – 3.3.3
    
    Glue for Yoast SEO &amp; AMP: by Joost de Valk – 0.4.2
    Head and Footer Scripts Inserter: by Arthur Gareginyan – 3.3
    Heartbeat Control: by Jeff Matson – 1.0.3
    WPBakery Visual Composer: by Michael M - WPBakery.com – 5.1.1
    Multisite Enhancements: by Frank Bültge – 1.3.8
    PHP Compatibility Checker: by WP Engine – 1.4.0
    SO Hide SEO Bloat: by SO WP – 3.0.0
    Visual Composer Clipboard - shared on wplocker.com: by bitorbit – 3.25
    WordPress MU Domain Mapping: by Donncha O Caoimh – 0.5.5.1
    Yoast SEO Premium: by Team Yoast – 4.5
    WP AMP: by TeamDev Ltd – 7.2
    WP Cron Cleaner: by Younes JFR. – 1.0.0
    WP Crontrol: by John Blackbourn &amp; contributors – 1.5
    WP Maximum Execution Time Exceeded: by Johnnie J. O'Dell Jr. – 1.0.1
    WP Nag Hide: by Milton Keynes Web Design – 1.0
    WP-ServerInfo: by Lester 'GaMerZ' Chan – 1.64
    WPB Accordion Menu or Category: by wpbean – 1.04
    WP Remove Yoast Seo Premium License Notice: by Babak Mehri – 1.0.0
    Admin Bar &amp; Dashboard Control: by Author: Agbonghama Collins (W3Guy LLC) – 1.0.3
    
    ### Settings ###
    
    API Enabled: ✔
    Force SSL: ✔
    Currency: AUD (AU $)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    gift-card (gift-card)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    ### WC Pages ###
    
    Shop base: #5 - /shop/
    Cart: #6 - /cart/
    Checkout: #7 - /checkout/
    My account: #8 - /my-account/
    
    ### Theme ###
    
    Name: Loja Child
    Version: 1.0.0
    Author URL: http://sitesao.com/
    Child Theme: ✔
    Parent Theme Name: Loja
    Parent Theme Version: 1.1.18
    Parent Theme Author URL: http://sitesao.com/
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Archive Template: Your theme has a woocommerce.php file
    you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues.
    
    Overrides: loja/woocommerce/cart/cart-shipping.php
    loja/woocommerce/cart/cart.php version 3.0.0 is out of date. The core version is 3.0.3
    loja/woocommerce/cart/cross-sells.php
    loja/woocommerce/cart/shipping-calculator.php
    loja/woocommerce/checkout/form-billing.php
    loja/woocommerce/checkout/form-checkout.php
    loja/woocommerce/checkout/form-coupon.php
    loja/woocommerce/checkout/form-login.php
    loja/woocommerce/checkout/form-pay.php
    &lt;strong&gt;loja/woocommerce/checkout/form-shipping.php version 2.2.0 is out of date. The core version is 3.0.0&lt;/strong&gt;
    loja/woocommerce/checkout/payment-method.php
    loja/woocommerce/checkout/payment.php
    loja/woocommerce/checkout/thankyou.php
    loja/woocommerce/content-product.php
    loja/woocommerce/content-product_cat.php
    &lt;strong&gt;loja/woocommerce/content-single-product.php version 1.6.4 is out of date. The core version is 3.0.0&lt;/strong&gt;
    loja/woocommerce/global/breadcrumb.php
    loja/woocommerce/global/form-login.php
    loja/woocommerce/loop/add-to-cart.php
    loja/woocommerce/loop/loop-end.php
    loja/woocommerce/loop/loop-start.php
    loja/woocommerce/loop/orderby.php
    loja/woocommerce/loop/pagination.php
    loja/woocommerce/loop/rating.php
    loja/woocommerce/myaccount/form-login.php
    &lt;strong&gt;loja/woocommerce/myaccount/my-account.php version 2.0.0 is out of date. The core version is 2.6.0&lt;/strong&gt;
    loja/woocommerce/myaccount/navigation.php
    loja/woocommerce/single-product/add-to-cart/external.php
    &lt;strong&gt;loja/woocommerce/single-product/add-to-cart/grouped.php version 3.0.0 is out of date. The core version is 3.0.3&lt;/strong&gt;
    loja/woocommerce/single-product/add-to-cart/simple.php
    &lt;strong&gt;loja/woocommerce/single-product/add-to-cart/variable.php version 2.5.0 is out of date. The core version is 3.0.0&lt;/strong&gt;
    loja/woocommerce/single-product/meta.php
    &lt;strong&gt;loja/woocommerce/single-product/product-image.php version 3.0.0 is out of date. The core version is 3.0.2&lt;/strong&gt;
    &lt;strong&gt;loja/woocommerce/single-product/product-thumbnails.php version 3.0.0 is out of date. The core version is 3.0.2&lt;/strong&gt;
    loja/woocommerce/single-product/rating.php
    &lt;strong&gt;loja-child/woocommerce/single-product/related.php version 1.6.4 is out of date. The core version is 3.0.0&lt;/strong&gt;
    loja/woocommerce/single-product/short-description.php
    loja/woocommerce/single-product/tabs/tabs.php
    loja/woocommerce/single-product/up-sells.php
    
    Outdated Templates: ❌Learn how to update
    
    ### Braintree (Credit Card) ###
    
    Environment: Production
    Tokenization Enabled: ✔
    </code>

    in reply to: Template File s — Woocommerce 3.0.3 and Loja v1.0.18
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    Secondly,

    When I click the “PLACE ORDER” button, the page updates with a red box at the top with an X.

    http://www.sweetsorella.com

    you can user the details to access site with credentials listed above.

    Attachments:
    You must be logged in to view attached files.

    in reply to: Template File s — Woocommerce 3.0.3 and Loja v1.0.18
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99
    This reply has been marked as private.

    in reply to: Template File s — Woocommerce 3.0.3 and Loja v1.0.18
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    just added this CSS code and it worked..

    /* Add circle outlines to payment methods at checkout! */
    /* *ALL */
    .payment_methods .form-flat-radio i{
    	border-color:#0c0c0c;
    }
    
    .payment_methods .payment_method_bacs .form-flat-radio i{
    	border-color:#0c0c0c;
    }
    
    .payment_methods .payment_method_paypal .form-flat-radio i{
    	border-color:#0c0c0c;
    }
    
    .payment_methods .payment_method_braintree_credit_card .form-flat-radio i{
    	border-color:#0c0c0c;
    }
    

    in reply to: Place Order – Payment Select Circles
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    Still have outdated template files!!!

    Can I just copy these over from woocommerce or have you midified these???

    Theme
    Name: Loja Child
    Version: 1.0.0
    Author URL: http://sitesao.com/
    Child theme:
    Parent theme name: Loja
    Parent theme version: 1.1.18
    Parent theme author URL: http://sitesao.com/
    WooCommerce support:
    Templates
    Archive template: Your theme has a woocommerce.php file, you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues.
    Overrides loja/woocommerce/cart/cart-shipping.php,
    loja/woocommerce/cart/cart.php,
    loja/woocommerce/cart/cross-sells.php,
    loja/woocommerce/cart/shipping-calculator.php,
    loja/woocommerce/checkout/form-billing.php,
    loja/woocommerce/checkout/form-checkout.php,
    loja/woocommerce/checkout/form-coupon.php,
    loja/woocommerce/checkout/form-login.php,
    loja/woocommerce/checkout/form-pay.php,
    loja/woocommerce/checkout/form-shipping.php,
    loja/woocommerce/checkout/payment-method.php,
    loja/woocommerce/checkout/payment.php,
    loja/woocommerce/checkout/thankyou.php,
    loja/woocommerce/content-product.php,
    loja/woocommerce/content-product_cat.php,
    loja/woocommerce/content-single-product.php,
    loja/woocommerce/global/breadcrumb.php,
    loja/woocommerce/global/form-login.php,
    loja/woocommerce/loop/add-to-cart.php,
    loja/woocommerce/loop/loop-end.php,
    loja/woocommerce/loop/loop-start.php,
    loja/woocommerce/loop/orderby.php,
    loja/woocommerce/loop/pagination.php,
    loja/woocommerce/loop/rating.php,
    loja/woocommerce/myaccount/form-login.php,
    loja/woocommerce/myaccount/my-account.php version 2.0.0 is out of date. The core version is 2.6.0,
    loja/woocommerce/myaccount/navigation.php,
    loja/woocommerce/single-product/add-to-cart/external.php,
    loja/woocommerce/single-product/add-to-cart/grouped.php,
    loja/woocommerce/single-product/add-to-cart/simple.php,
    loja/woocommerce/single-product/add-to-cart/variable.php,
    loja/woocommerce/single-product/meta.php,
    loja/woocommerce/single-product/product-image.php,
    loja/woocommerce/single-product/product-thumbnails.php,
    loja/woocommerce/single-product/rating.php,
    loja-child/woocommerce/single-product/related.php version 1.6.4 is out of date. The core version is 3.0.0,
    loja/woocommerce/single-product/short-description.php,
    loja/woocommerce/single-product/tabs/tabs.php,
    loja/woocommerce/single-product/up-sells.php


    in reply to: Can Loja theme support woocommerce 3.0?
    8 years, 2 months ago sweetsorella
    Participant
    Post count: 99

    Sorry installed Just downloaded and updated theme to v1.1.18

    Still no shop!!


    in reply to: Can Loja theme support woocommerce 3.0?
Viewing 15 posts - 16 through 30 (of 94 total)
← 1 2 3 … 5 6 7 →
© Copyright Sitesao.com - Support Policy