Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all 102571 articles
Browse latest View live

Woocommerce Update Broke Homepage Template

$
0
0

Replies: 0

Hey there

I recently updates woocommerce plugin and it seemed to have just broken my homepage template. im currently using Divi 3.0.25 with a child temem activated, the update only has seemd to of broken the homepage its added page title, website gutters and and extra shop at the bottom of the page. ive deactivated and activated woocommerce plugin and template goes back to normal when deactivated

Thanks for your help in advance!!!

Cheers!!!

the url is http://assemblybikes.com.au/wordpress/

System Report

### WordPress Environment ###

Home URL: http://assemblybikes.com.au/wordpress
Site URL: http://assemblybikes.com.au/wordpress
WC Version: 2.6.11
Log Directory Writable: ✔
WP Version: 4.7
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_US

### Server Environment ###

Server Info: LiteSpeed
PHP Version: 5.6.27
PHP Post Max Size: 50 MB
PHP Time Limit: 180
PHP Max Input Vars: 1000
cURL Version: 7.38.0
OpenSSL/1.0.1t

SUHOSIN Installed: –
MySQL Version: 5.7.15
Max Upload Size: 50 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 2.6.11
:
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: ✔

### Active Plugins (12) ###

Bloom: by Elegant Themes – 1.1.8
Better WordPress reCAPTCHA: by Khang Minh – 2.0.3
Divi Builder: by Elegant Themes – 1.3.10
Duplicator: by LifeInTheGrid – 1.1.24
Instagram Feed: by Smash Balloon – 1.4.8
WooCommerce PayPal Express Checkout Gateway: by Automattic – 1.1.2
WooCommerce Menu Cart: by Jeremiah Prummer
Ewout Fernhout – 2.5.8.1

Woocommerce Product Tabs: by Nilambar Sharma – 1.1
WooCommerce: by WooThemes – 2.6.11
WooSwipe: by Dean Oakley
Eric Jinks
BJ CJ – 1.1.6.1

Wordfence Security: by Wordfence – 6.2.8
WP Super Cache – Clear all cache: by Apasionados.es – 1.4

### Settings ###

Force SSL: –
Currency: AUD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2

### API ###

API Enabled: ✔

### WC Pages ###

Shop Base: #47 – /
Cart: #85 – /cart/
Checkout: #86 – /checkout/
My Account: #87 – /my-account/

### Taxonomies ###

Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)

### Theme ###

Name: Divi child theme
Version: – 0 is available
Author URL:
Child Theme: ✔
Parent Theme Name: Divi
Parent Theme Version: 3.0.25
Parent Theme Author URL: http://www.elegantthemes.com
WooCommerce Support: ✔

### Templates ###

Overrides: –


PayPal Now Requiring an Account for Payment?

$
0
0

Replies: 0

We have a site that we use WooCommerce to sell memberships, event registrations, and take donations (it’s a nonprofit). We use PayPal Express for payments, and everything has been working fine for months. Everything is the latest version, including WP.

All of a sudden though, our users can’t complete a purchase without a PayPal account. IOW, the PayPal page either lets you enter your login or create an account. There is no longer an option to Pay with Credit or Debit Card. I’ve confirmed that our PayPal account still has the PayPal Account Optional option set on.

Has something changed with either PayPal or WooCommerce to cause this? Google hasn’t revealed anything useful to me.

Thanks for any information or suggestions!

i’ve got a problem about to bring value, field to field

$
0
0

Replies: 0

i want to bring the value of the field named ‘comtoms_number’ made by WP-Members to checkout field (name=”bliing_field_262)
i tried to fuctioning like below
————————————–
// Customizing Checkout fields
add_filter ( ‘woocommerce_checkout_fields’ , ‘custom_override_checkout_fields’ );
function custom_override_checkout_fields( $billing_field_custom_number_fields ) {
$billing_field_custom_number_fields[‘bliing’][‘billing_field_262’][‘value’] = print( $_POST[‘custom_number’] );
return $billing_field_262;
}
————————
but not working…
thanks to the great plugin
regards.
help me, guys

Add checkout fields AND see them in the REST API?

$
0
0

Replies: 0

Is it possible to add checkout fields and see them in the REST API?
I am first looking for existing plugins and tested the two most used “Checkout field editors”, the one from ThemeHiGH (“WooCommerce Checkout Field Editor”) and the one from phoeniixx (“Checkout Manager for WooCommerce”). Both of them enabled me to add new fields to e.g. the billing and the shipping address sections of the checkout page. However after creating an order and looking for it in the REST API the order appeared neatly, but without the added fields.
This makes me wonder:
– Is it possible at all?
– Do you know any existing plugin that does this? (testing them all is quite a job)
I am using the new “v1” REST API, not the legacy API.

Woocommerce REST API: Add meta data to line-item and to the database

$
0
0

Replies: 0

I am building an ionic app with Woocommerce as backend.

I have seen some stackoverflow questions on this but they are actually not answering the question so I am raising this again.

I have been able to send order to the database but I need to add one more meta to the database and this data is the most important.

According to this woocommerce doc, the meta property is readonly hence not usable.

I want to know how I can achieve this either by adding extra parameter to the order line_item or by some wordpress or web hook.

I am using a JS implementation with WooCommerce API V3.

Changing the orderby

$
0
0

Replies: 0

Hi there,

i am trying to change the order by function in wordpress to make it order by attributes low to high or high to low (that does not matter). So far i found this on the internet and i am trying to work from there:

/************* Add sorting by attributes **************/

/**
 *  Defines the criteria for sorting with options defined in the method below
 */
add_filter('woocommerce_get_catalog_ordering_args', 'custom_woocommerce_get_catalog_ordering_args');

function custom_woocommerce_get_catalog_ordering_args( $args ) {
    global $wp_query;
        // Changed the $_SESSION to $_GET
    if (isset($_GET['orderby'])) {
        switch ($_GET['orderby']) :
            case 'pa_nominaal-toerental-omwmin' :
                $args['order'] = 'ASC';
                $args['meta_key'] = 'pa_nominaal-toerental-omwmin';
                $args['orderby'] = 'meta_value_num';
            break;
        endswitch;
    }
    return $args;
}


/**
 *  Adds the sorting options to dropdown list .. The logic/criteria is in the method above
 */
add_filter('woocommerce_catalog_orderby', 'custom_woocommerce_catalog_orderby');

function custom_woocommerce_catalog_orderby( $sortby ) {
    $sortby['pa_nominaal-toerental-omwmin'] = 'Sorteer op Toerental: laag naar hoog';
    return $sortby;
}


/**
 *  Save custom attributes as post's meta data as well so that we can use in sorting and searching
 */
add_action( 'save_post', 'save_woocommerce_attr_to_meta' );
function save_woocommerce_attr_to_meta( $post_id ) {
        // Get the attribute_names .. For each element get the index and the name of the attribute
        // Then use the index to get the corresponding submitted value from the attribute_values array.
    foreach( $_REQUEST['attribute_names'] as $index => $value ) {
        update_post_meta( $post_id, $value, $_REQUEST['attribute_values'][$index] );
    }
}
/************ End of Sorting ***************************/

The ‘pa_nominaal-toerental-omwmin’ is my attribute i am trying it out with but now if i work with this on the website it randomly filters on something but not sure what.

Any help here? 🙂

Shopping Cart Tables Outside Div

$
0
0

Replies: 3

I’m running the storefront theme with the payment plan plugin. Everything looks good until viewing the cart and checkout pages. There the <tr class=”cart_item”>
<td class=”product-remove”>
<td class=”product-thumbnail”> breaks out past the content div. Any suggestions. I have used two different themes and both act the same way.

Can’t add a Product Image

$
0
0

Replies: 0

I can’t seem to add specifically a product image on any product in my website. When I “set” the product image, it simply does not respond and remains blank. I can however add images to variable products and the product gallery. What can be the issue in this matter ? I have tried disabling all plug-ins/themes and none of them seem to conflict with one another and the issue still remains no matter what I have tried.

Here is the system report

### WordPress Environment ###

Home URL: http://apollo22.ru
Site URL: http://apollo22.ru
WC Version: 2.6.11
Log Directory Writable: ✔
WP Version: 4.7
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: ru_RU

### Server Environment ###

Server Info: Apache
PHP Version: 5.6.27
PHP Post Max Size: 20 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
cURL Version: 7.36.0
OpenSSL/1.0.1e

SUHOSIN Installed: –
Max Upload Size: 20 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 2.6.11
:
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: ✔

### Active Plugins (10) ###

Beaver Builder Plugin (Lite Version): by The Beaver Builder Team – 1.9.2
Cyrillic Permalinks: by Petko Bossakov – 1.1
MailChimp for WordPress: by ibericode – 4.0.11
MaxButtons: by Max Foundry – 6.11.1
WooCommerce Product Carousel Slider: by ADL Plugins – 2.0
Smart Slider 3: by Nextend – 3.1.2
Kadence Toolkit: by Kadence Themes – 3.8
Woo Quick View: by Arshid – 1.0.2
WooCommerce: by WooThemes – 2.6.11
WooSidebars: by WooThemes – 1.4.3

### Settings ###

Force SSL: –
Currency: RUB (₽)
Currency Position: right
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2

### API ###

API Enabled: ✔

### WC Pages ###

Shop Base: #38 - /shop/
Cart: #40 - /cart/
Checkout: #42 - /checkout/
My Account: #44 - /my-account/

### Taxonomies ###

Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)

### Theme ###

Name: Virtue
Version: 2.8.4
Author URL: https://kadencethemes.com/
Child Theme: ❌ – If you're modifying WooCommerce on a parent theme you didn't build personally
then we recommend using a child theme. See: How to create a child theme

WooCommerce Support: ✔

### Templates ###

Overrides: virtue/woocommerce/archive-product.php
virtue/woocommerce/content-product.php
virtue/woocommerce/content-product_cat.php
virtue/woocommerce/content-single-product.php
virtue/woocommerce/loop/loop-end.php
virtue/woocommerce/loop/loop-start.php
virtue/woocommerce/loop/price.php
virtue/woocommerce/loop/rating.php
virtue/woocommerce/loop/sale-flash.php
virtue/woocommerce/single-product/add-to-cart/external.php
virtue/woocommerce/single-product/add-to-cart/grouped.php
virtue/woocommerce/single-product/add-to-cart/simple.php
virtue/woocommerce/single-product/add-to-cart/variable.php
virtue/woocommerce/single-product/price.php
virtue/woocommerce/single-product/product-image.php
virtue/woocommerce/single-product/product-thumbnails.php
virtue/woocommerce/single-product/sale-flash.php
virtue/woocommerce/single-product.php
virtue/woocommerce/taxonomy-product_cat.php
virtue/woocommerce/taxonomy-product_tag.php

`

Website Link- apollo22.ru


Product Image issues

$
0
0

Replies: 0

Having issue on product image displays upside down in the website. Please help Thank you `
### WordPress Environment ###

Home URL: https://gigiinc24.com
Site URL: https://gigiinc24.com
WC Version: 2.6.11
Log Directory Writable: ✔
WP Version: 4.7
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_US

### Server Environment ###

Server Info: Apache
PHP Version: ❌ 5.4.45 – We recommend a minimum PHP version of 5.6. See: How to update your PHP version
PHP Post Max Size: 65 MB
PHP Time Limit: 0
PHP Max Input Vars: 1000
cURL Version: 7.45.0
OpenSSL/1.0.1e

SUHOSIN Installed: –
MySQL Version: 5.6.32
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 2.6.11
:
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: ✔

### Active Plugins (17) ###

Akismet: by Automattic – 3.2
WooCommerce – Gift Cards: by WP Ronin – 2.5.5
Jetpack by WordPress.com: by Automattic – 4.4.2
Ninja Forms: by The WP Ninjas – 3.0.20
Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 2.2.6
Sidekick: by Sidekick.pro – 2.6.8
Storefront Site Logo: by Wooassist – 1.2.1
WooCommerce – Store Exporter: by Visser Labs – 1.8.8
Woocommerce Products Slider: by pickplugins – 1.12.5
WooCommerce: by WooThemes – 2.6.11
WP Add Custom CSS: by Daniele De Santis – 1.0.0
WP Mail Logging: by Christian Zöller – 1.7.0
WP Users Exporter: by hacklab – 1.4.2
WP101 Video Tutorials: by WP101Plugin.com – 0.3
WPB WooCommerce Product slider: by wpbean – 2.0
YITH WooCommerce Gift Cards: by YITHEMES – 1.2.1
ZWoom – WooCommerce Product Image Zoom: by WisdmLabs
India – 1.2.2

### Settings ###

Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2

### API ###

API Enabled: ✔

### WC Pages ###

Shop Base: #24 – /shop/
Cart: #18 – /cart/
Checkout: #20 – /checkout/
My Account: #22 – /my-account/

### Taxonomies ###

Product Types: external (external)
gift-card (gift-card)
grouped (grouped)
simple (simple)
variable (variable)

### Theme ###

Name: Storefront
Version: 2.1.6
Author URL: https://woocommerce.com/
Child Theme: ❌ – If you’re modifying WooCommerce on a parent theme you didn’t build personally
then we recommend using a child theme. See: How to create a child theme

WooCommerce Support: ✔

### Templates ###

Overrides: –
`

Required membership to buy products…

$
0
0

Replies: 0

Hello,

What I need (plugins) to allow only customers with active membership buy products?

I want to customers pay a membership (no subscription) annually. And if the customer don’t pay the membership, they can’t buy products. Can see products and everyhing, but not buy.

Thanks,
Jose

Using an “Auto Add to Cart” code, how would we “remove” an old item?

$
0
0

Replies: 1

Using a code snippet from this WooCommerce page, we provide customers with a free item in the cart widget upon their arrival. All we had to do was put the product ID number in one line, and it shows up.

We went to change the product this week, and it turns out that if someone already visited previously, the old item still shows up in the cart with the new item we just put in the code. We’d like the old item to not show up.

I know that there’s probably a code that can remove the old “free” item from the cart, but I would imagine that it would need to be more than just “remove old items” so that if there are any “wish list” items from previous visits, then the wanted items would still be there, but not the old “free item”.

Is there a reference page on how to do this?

emails not working – classic issue with woocommerce?

$
0
0

Replies: 0

Hi

Ive been browsing this topic for ages now. Unfortunately it seems to be pretty common for woocommerce to have issues with sending email notifications? Almost endless support tickes on internet forums in regards to that matter.

1. I checked my spam box
2. only woocommerce installed
3. does not matter at what stage is the order – i tried all of them
4. Also i tried:
– no email in woo/settings/email/from
– defoult email wordpress@domain.com in woo/settings/email/from
– multiple email combinations in email sections New Order, New User etc
– multiple email combinations in wordpress admin email

ALL OTHER EMAILS are sent without any problems – so any other plugin (if installed) send emails.

Im not using smpt and i dont want to use any other plugin just to send email. How it is possible that only woocommerce have an issue with such a simple task?

Is it possible to fix it or try super sophisticated combination of emails/settings that works with your plugin?

Thanks

[Resolved] Eliminate ‘each’ after the price

$
0
0

Replies: 2

Hello,

I would be very grateful if someone knows how to remove the word ‘each’ after the price.
I mean from this:
£0.99 each – £29.00 each
to this:
£0.99 – £29.00

My product page is:
http://www.harboryam.co.uk/product/209/

Thanks,
Sergio

Skip the Product Page and Go Directly to the Cart

$
0
0

Replies: 0

Hi there,

Is there any way to skip the product page and go directly to the cart page? We are selling an event, and it is just another click that we want to avoid. We have downloaded the extension that lets the product go directly to the cart but we want to get rid of that page alltogether.

Does anyone have any experience with this?

Thanks in advance.

Cheers,
Donita

Customer review rating symbol

$
0
0

Replies: 1

Hello,

I would be very grateful if someone knows how to change the customer review rating symbol, it does not display well.

You can see the symbol ‘S’ is the rating, my product page is:
http://www.harboryam.co.uk/product/209/

Thanks,
Sergio


Slow page load with WC 2.6.9

$
0
0

Replies: 0

Hello,
Just created a new site with WC 2.6.9 and have an issue :
The page load time increase a lot when WC plugin is installed. For info, without WC, the load time is between 3 and 4 seconds and with WC, it increases to 14 seconds with 118 requests !

Does someone have any return on this kind of issue and what could be done to avoid this?

For info, the site has currently 35k products in it. When I look at some debug (pingdom), I can see that they are some waiting times (9 seconds when accessing the home url first, and then, 4 seconds when loading some files like admin-ajax.php or ?wc-ajax=get_refreshed_fragments

I would say that the loading time has increased after uploading product attributes into the site (but the loading time was already slow before. Let say that importing attributes has increased this loading time by 2 to 3 seconds.
Last point, I have a performance 4 shared hosting in OVH with 512Mo RAM.
Regards
Pat

  • This topic was modified 9 hours, 14 minutes ago by  poco06.
  • This topic was modified 9 hours, 9 minutes ago by  poco06.

How to detect attributes order pro grammatically?

$
0
0

Replies: 0

Woocommerce allows to set several types of attributes/variations ordering (by name, by Id, custom ordering). And it works just fine while using woocommerce original template.
I retrieve variations grammatically ($product->get_available_variations()).
And the question is: how can I detect the custom order (e.g. menu order)?

  • This topic was modified 7 hours, 46 minutes ago by  s976.

customer communication with admin?

$
0
0

Replies: 0

Hi

Admin can send a note for the customer but what about reverse?

How Customer can contact Admin – e.g. add a note (or fill a form) AFTER the purchase?

Any build in functionality or additional plugins I couldn’t find yet?

PS i dont want just a contact form because this type of communication will not be “together” in one place under one customer.

Thanks

woocommerce translations are not declared in wordpress

$
0
0

Replies: 0

Hi
I spent some time to alter the woocommerce translations for a shop. Then in the wordpress backend an undeclared message said: new translations are available — plus the update button.
I was not aware that this message actually meant: new woocommerce translations are available and pressed the button. Then i noticed that all my changes were gone. With time machine i could successfully fetch the old translations and in consequence the message in the backend appeared again.
Is it possible that woocommerce could declare that this is a woocommerce specific translation?
Is it possible to protect my translations?
regards
theo

How to handle different Sales Tax % by County

$
0
0

Replies: 0

Hi,

In North Carolina I have to charge state and local/county sales tax. Two addresses in the same City and same zip code can fall in two counties – each having a different Sales Tax. The Sales Tax rate table in Woocommerce does not include County field and I suspect it will not be able to figure out the County based on the Shipping address.
Is there a way to upload a standard rate by county and get WooCommerce to calculate the correct SAles Tax rate? I can use axJar or Avalara or ZipTax, but they are pretty expensive (10 to 20 dollars per month). My site has not yet started to generate enough revenue to go for a paid sales tax subscription. Is there a way around this that anyone has found?

If I go with the manual option of entering the Sales TAx rate table, how do I handle the case where a zip code in a city has 2 Sales tax rates (one higher than the other) if the address is in a different county?
I don’t want to under collect tax and, on the other hand, over charge the customer as well 🙁

Any advice here will be appreciated.

thanks,
Raga

### WordPress Environment ###

Home URL: https://www.decoraindia.com
Site URL: https://www.decoraindia.com
WC Version: 2.6.9
Log Directory Writable: ✔
WP Version: 4.7
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_US

### Server Environment ###

Server Info: Apache
PHP Version: 5.6.29
PHP Post Max Size: 64 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
cURL Version: 7.19.7
NSS/3.21 Basic ECC

SUHOSIN Installed: –
MySQL Version: ❌ 5.5.51 – We recommend a minimum MySQL version of 5.6. See: WordPress Requirements
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 2.6.9
:
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: ✔

### Active Plugins (17) ###

LayerSlider WP: by Kreatura Media – 6.0.6
Better Search Replace: by Delicious Brains – 1.3
Contact Form 7: by Takayuki Miyoshi – 4.6
Fusion Builder: by ThemeFusion – 1.0.5
Fusion Core: by ThemeFusion – 3.0.5
Google Analytics: by ShareThis – 2.0.0
PixelYourSite: by PixelYourSite – 4.0.3
Print Invoice, Packing Slip, Delivery Note & Label Plugin for WooCommerce (Basic): by WooForce – 2.0.9
Slider Revolution: by ThemePunch – 5.3.0.2
Strong Testimonials: by Chris Dillon – 2.17.2
TaxJar – Sales Tax Automation for WooCommerce: by TaxJar – 1.2.4
WC Password Strength Settings: by Daniel Santoro – 1.0.0
WooCommerce Amazon Payments Advanced Gateway: by WooThemes – 1.6.2 – 1.6.3 is available
WooCommerce PayPal Powered by Braintree Gateway: by WooThemes – 1.2.6
WooCommerce: by WooThemes – 2.6.9
Yoast SEO: by Team Yoast – 4.0
WordPress Force HTTPS: by A. Kai Armstrong – 0.1.3

### Settings ###

Force SSL: ✔
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2

### API ###

API Enabled: ✔

### WC Pages ###

Shop Base: #16552 – /products/
Cart: #16564 – /cart/
Checkout: #16586 – /checkout/
My Account: #16576 – /my-account/

### Taxonomies ###

Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)

### Theme ###

Name: Avada
Version: 5.0.5
Author URL: http://themeforest.net/user/ThemeFusion
Child Theme: ❌ – If you’re modifying WooCommerce on a parent theme you didn’t build personally
then we recommend using a child theme. See: How to create a child theme

WooCommerce Support: ✔

### Templates ###

Overrides: Avada/woocommerce/cart/cart.php
Avada/woocommerce/checkout/form-pay.php
Avada/woocommerce/checkout/review-order.php
Avada/woocommerce/checkout/thankyou.php
Avada/woocommerce/loop/loop-start.php
Avada/woocommerce/single-product/add-to-cart/variable.php
Avada/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
Avada/woocommerce/single-product/product-image.php
Avada/woocommerce/single-product/product-thumbnails.php
Avada/woocommerce/single-product/short-description.php
Avada/woocommerce/single-product/tabs/additional-information.php
Avada/woocommerce/single-product/tabs/description.php

Viewing all 102571 articles
Browse latest View live