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

button buy, below the price of the product in the additional single post

$
0
0

Replies: 0

how to put one more button buy, below the price of the product in the single post


BACS info shown twice

$
0
0

Replies: 0

When a client is ordering via BACS, the bank information is shown twice.
I added following script to my functions.php since I needed to set BACS on hold:

// Remove and add filter
remove_filter( 'woocommerce_payment_gateways', 'core_gateways' );
add_filter( 'woocommerce_payment_gateways', 'my_core_gateways' );

/**
 * core_gateways function modified.
 *
 * @access public
 * @param mixed $methods
 * @return void
 */
function my_core_gateways( $methods ) {
    $methods[] = 'WC_Gateway_BACS_custom';
    return $methods;
}

class WC_Gateway_BACS_custom extends WC_Gateway_BACS {

    /**
     * Process the payment and return the result
     *
     * @access public
     * @param int $order_id
     * @return array
     */
    function process_payment( $order_id ) {
      global $woocommerce;

        $order = new WC_Order( $order_id );

        // Mark as processing (that's what we want to change!)
        $order->update_status('payment-ou', __( 'Awaiting BACS payment', 'woocommerce' ));

        // Reduce stock levels
        $order->reduce_order_stock();

        // Remove cart
        $woocommerce->cart->empty_cart();

        // Return thankyou redirect
        return array(
            'result'    => 'success',
            'redirect'  => $this->get_return_url( $order )
        );
    }

}

What in this code causes the bank-information to be displayed (again)?

Product tag issue

$
0
0

Replies: 0

I am having one weird issue with woocommerce. When I try to add a product tag to the product, all other remaining tags also get assigned.

I have done the following steps:

1) Activated the WordPress default Twenty Seventeen theme. The tagging issue is still there.

2) I deactivated all other plugins except WooCommerce. The tagging issue is still there.

Issue is with woocommerce then.

Can you check please?
I can send you the credentials.

Title and DES category products

$
0
0

Replies: 0

Hello everyone,

On my website (Genesis Framework / Woocommerce / Studiopress theme) the titles and descriptions of products in the store have stopped showing (when they always did).

What can be the motive?

How can I show them again?

Is it caused by a fatal error that I have in my Status?

fatal-errors-2018-08-10-a10204feae9039cc93504cf7eea895e7.log

2018-08-10T18: 21: 14 + 00: 00 CRITICAL Out of memory (allocated 40894464) (tried to allocate 72 bytes)

2018-08-10T18: 21: 19 + 00: 00 CRITICAL Out of memory (allocated 48496640) (tried to allocate 786432 bytes)

Greetings,
Thank you,

Borja

Variant prices not saved

$
0
0

Replies: 1

Hi,

I use Woocommerce 3.4.5 and when I try to save different prices to the 4 variant attributes only the LAST saved is taken for all other attributes.

I searched the forum and could only find a solution for trying to save A LOT OF attributes. But I have only 4 attributes.

It would be nice if someone could help me.

Thanks a lot in advance.

Albert

woocommerce checkout page error

$
0
0

Replies: 0

when customer place the order in my web page

checkout page shows internal server

kindly give me solution for this…………….

Fatal error: Uncaught Error, woocommerce accommodation bookings

$
0
0

Replies: 0

Hi Everyone,

Is there anyone out here that could assist me with the following error that has appeared on my mum and dad’s website. I am new to web design/development and I am not sure how to fix this? Any help is very much appreciated!

Fatal error: Uncaught Error: Call to a member function get_type() on boolean in /home/taekema/domains/haustaekema.com/public_html/2017/wp-content/plugins/woocommerce-accommodation-bookings/includes/class-wc-accommodation-bookings-plugin.php:209 Stack trace: #0 /home/taekema/domains/haustaekema.com/public_html/2017/wp-includes/class-wp-hook.php(286): WC_Accommodation_Bookings_Plugin->install(”) #1 /home/taekema/domains/haustaekema.com/public_html/2017/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/taekema/domains/haustaekema.com/public_html/2017/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/taekema/domains/haustaekema.com/public_html/2017/wp-includes/load.php(679): do_action(‘shutdown’) #4 [internal function]: shutdown_action_hook() #5 {main} thrown in /home/taekema/domains/haustaekema.com/public_html/2017/wp-content/plugins/woocommerce-accommodation-bookings/includes/class-wc-accommodation-bookings-plugin.php on line 209

Sorting product not working after update

$
0
0

Replies: 0

Sort by NEWNESS is not working after update…Instead of the latest, it shows the oldest!! I did check out in Woo>product>display… 🙁 🙁 Please

Webmarket WP Theme


[BUG] Product attribute save, is_taxonomy = 1

$
0
0

Replies: 0

Hello,

I’m trying to save product_attributes (attribute ‘pa_raretes’ and value ‘RR’ exist) :

$product_attributes['pa_raretes'] = array (
                        'name' => 'pa_raretes',
                        'value' => 'RR',
                        'position' => 0,
                        'is_visible' => 1,
                        'is_variation' => 0,
                        'is_taxonomy' => 1
                    );
update_post_meta($id, '_product_attributes', $product_attributes);

The problem is that the value is not saved, only the attribute as taxnonmy with empty value.. When I set is_taxonomy => 0 I have to update manually the product to make it works. I don’t understand …

Password Reset

$
0
0

Replies: 0

Hi,

My Woocommerce is not sending password reset link when someone clicks “Forget Password”. It send the email but there is no link. How do I fix?

Also, it’s not sending auto-generated password.

  • This topic was modified 3 hours, 27 minutes ago by shanekryme.
  • This topic was modified 3 hours, 25 minutes ago by shanekryme.
  • This topic was modified 3 hours, 24 minutes ago by shanekryme.
  • This topic was modified 3 hours, 23 minutes ago by shanekryme.

Custom Buttons/Url Links

$
0
0

Replies: 0

Hello,

1. I know you can have the checkout button customized and linked to an external website for each product when its an affiliate product but can that button be customized when its a simple product or variable product as well. If so, how can that be done? Thanks!

2. Also, is it possible to for the checkout button link to change when a different variable is chosen? Example: a person click a red shirt and the checkout button send them to a different link when clicked versu someone that chooses a white shirt ?

Display Variation Image on Shop Page

$
0
0

Replies: 0

Hey guys, looking for a plugin recommendation.

I have products with various sizes that looks very different. I would like to allow the customer see the picture of that size when they’ve selected that filter on the shop / category page.

Thanks

Product CSV Import Hangs

$
0
0

Replies: 0

When I try to import or update products using the importer, it just hangs. I have tried different spreadsheet programs, I’ve tried with one item, I’ve tried with just a few fields, I have downloaded the template, I have disabled ALL plugins except for Woocommerce and I have even tried different themes.

My hosting company even spent a ton of time trying to help me. Here is what they finally told me:

“I think at this point best you open a ticket at WooCommerce.com and ask them for some feedback, there are zero errors showing up in PHP and Nginx logs meaning it doesn’t seem connected (or recorded) by the server.”

I’d like to get this resolved, thank you.

Steve

### WordPress Environment ###

Home URL: https://www.its420somewhere.com
Site URL: https://www.its420somewhere.com
WC Version: 3.4.5
Log Directory Writable: ✔
WP Version: 4.9.8
WP Multisite: –
WP Memory Limit: 512 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_US
External object cache: –

### Server Environment ###

Server Info: nginx/1.15.0
PHP Version: 7.2.7-0ubuntu0.18.04.2
PHP Post Max Size: 512 MB
PHP Time Limit: 60
PHP Max Input Vars: 5000
cURL Version: 7.58.0
OpenSSL/1.1.0g

SUHOSIN Installed: –
MySQL Version: 5.7.22-0ubuntu18.04.1
Max Upload Size: 512 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 3.4.5
WC Database Prefix: wp_
Total Database Size: 172.75MB
Database Data Size: 126.50MB
Database Index Size: 46.25MB
wp_woocommerce_sessions: Data: 23.08MB + Index: 0.36MB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.05MB
wp_woocommerce_order_items: Data: 0.06MB + Index: 0.02MB
wp_woocommerce_order_itemmeta: Data: 0.31MB + Index: 0.20MB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB
wp_addactionsandfilters_plugin_usercode: Data: 0.02MB + Index: 0.00MB
wp_ajaxsearchpro: Data: 0.02MB + Index: 0.00MB
wp_ajaxsearchpro_priorities: Data: 0.02MB + Index: 0.02MB
wp_ajaxsearchpro_statistics: Data: 0.02MB + Index: 0.00MB
wp_ariadminer_connections: Data: 0.02MB + Index: 0.00MB
wp_asp_index: Data: 3.52MB + Index: 5.03MB
wp_atum_order_itemmeta: Data: 0.02MB + Index: 0.03MB
wp_atum_order_items: Data: 0.02MB + Index: 0.02MB
wp_automatewoo_abandoned_carts: Data: 0.02MB + Index: 0.08MB
wp_automatewoo_customers: Data: 0.02MB + Index: 0.09MB
wp_automatewoo_events: Data: 0.02MB + Index: 0.05MB
wp_automatewoo_guests: Data: 0.02MB + Index: 0.06MB
wp_automatewoo_guest_meta: Data: 0.02MB + Index: 0.03MB
wp_automatewoo_logs: Data: 0.02MB + Index: 0.05MB
wp_automatewoo_log_meta: Data: 0.09MB + Index: 0.09MB
wp_automatewoo_queue: Data: 0.02MB + Index: 0.05MB
wp_automatewoo_queue_meta: Data: 0.02MB + Index: 0.03MB
wp_automatewoo_unsubscribes: Data: 0.02MB + Index: 0.05MB
wp_aws_index: Data: 1.52MB + Index: 0.00MB
wp_commentmeta: Data: 0.06MB + Index: 0.03MB
wp_comments: Data: 0.25MB + Index: 0.33MB
wp_duplicator_pro_entities: Data: 0.02MB + Index: 0.02MB
wp_duplicator_pro_packages: Data: 0.02MB + Index: 0.02MB
wp_ebay_accounts: Data: 0.02MB + Index: 0.00MB
wp_ebay_auctions: Data: 10.16MB + Index: 0.14MB
wp_ebay_categories: Data: 2.52MB + Index: 3.03MB
wp_ebay_jobs: Data: 0.27MB + Index: 0.00MB
wp_ebay_log: Data: 0.13MB + Index: 0.05MB
wp_ebay_messages: Data: 0.02MB + Index: 0.00MB
wp_ebay_orders: Data: 5.52MB + Index: 0.02MB
wp_ebay_payment: Data: 0.02MB + Index: 0.00MB
wp_ebay_profiles: Data: 0.02MB + Index: 0.00MB
wp_ebay_shipping: Data: 0.05MB + Index: 0.00MB
wp_ebay_sites: Data: 0.03MB + Index: 0.00MB
wp_ebay_store_categories: Data: 0.02MB + Index: 0.03MB
wp_ebay_transactions: Data: 4.52MB + Index: 0.05MB
wp_etcpf_etsy_configuration: Data: 0.02MB + Index: 0.00MB
wp_etcpf_feeds: Data: 0.02MB + Index: 0.00MB
wp_etcpf_listings: Data: 0.02MB + Index: 0.00MB
wp_etcpf_shipping_template: Data: 0.02MB + Index: 0.00MB
wp_ewwwio_images: Data: 11.52MB + Index: 15.17MB
wp_gonzales_disabled: Data: 0.02MB + Index: 0.00MB
wp_gonzales_enabled: Data: 0.02MB + Index: 0.00MB
wp_gonzales_p_disabled: Data: 0.02MB + Index: 0.00MB
wp_gonzales_p_enabled: Data: 0.02MB + Index: 0.00MB
wp_hustle_modules: Data: 0.02MB + Index: 0.03MB
wp_hustle_modules_meta: Data: 0.02MB + Index: 0.03MB
wp_itro_plugin_field: Data: 0.02MB + Index: 0.00MB
wp_itro_plugin_option: Data: 0.02MB + Index: 0.00MB
wp_links: Data: 0.02MB + Index: 0.02MB
wp_nxs_log: Data: 1.02MB + Index: 0.00MB
wp_nxs_query: Data: 0.02MB + Index: 0.00MB
wp_options: Data: 12.38MB + Index: 1.61MB
wp_postmeta: Data: 14.52MB + Index: 7.02MB
wp_posts: Data: 7.41MB + Index: 0.56MB
wp_po_plugins: Data: 1.52MB + Index: 0.25MB
wp_push_archive: Data: 0.16MB + Index: 0.00MB
wp_push_archive_reports: Data: 0.02MB + Index: 0.02MB
wp_push_autorss_data: Data: 0.00MB + Index: 0.00MB
wp_push_autorss_sources: Data: 0.00MB + Index: 0.00MB
wp_push_channels: Data: 0.00MB + Index: 0.00MB
wp_push_connection: Data: 0.00MB + Index: 0.00MB
wp_push_cron_queue: Data: 0.01MB + Index: 0.00MB
wp_push_desktop_messages: Data: 0.02MB + Index: 0.00MB
wp_push_events: Data: 0.00MB + Index: 0.00MB
wp_push_events_queue: Data: 1.08MB + Index: 0.00MB
wp_push_feedback: Data: 0.02MB + Index: 0.00MB
wp_push_history: Data: 0.02MB + Index: 0.00MB
wp_push_newsletter_templates: Data: 0.00MB + Index: 0.00MB
wp_push_newsletter_views: Data: 0.02MB + Index: 0.00MB
wp_push_queue: Data: 0.00MB + Index: 0.00MB
wp_push_relation: Data: 0.02MB + Index: 0.02MB
wp_push_statistics: Data: 0.05MB + Index: 0.00MB
wp_push_subscriptions: Data: 0.02MB + Index: 0.00MB
wp_push_tokens: Data: 0.02MB + Index: 0.02MB
wp_redirection_404: Data: 0.06MB + Index: 0.06MB
wp_redirection_groups: Data: 0.02MB + Index: 0.03MB
wp_redirection_items: Data: 0.02MB + Index: 0.08MB
wp_redirection_logs: Data: 0.02MB + Index: 0.08MB
wp_snippets: Data: 0.02MB + Index: 0.00MB
wp_tcb_api_error_log: Data: 0.09MB + Index: 0.00MB
wp_termmeta: Data: 0.05MB + Index: 0.03MB
wp_terms: Data: 0.13MB + Index: 0.16MB
wp_term_relationships: Data: 0.23MB + Index: 0.16MB
wp_term_taxonomy: Data: 0.13MB + Index: 0.16MB
wp_tve_leads_contacts: Data: 0.05MB + Index: 0.00MB
wp_tve_leads_contact_download: Data: 0.02MB + Index: 0.00MB
wp_tve_leads_event_log: Data: 3.52MB + Index: 4.03MB
wp_tve_leads_form_variations: Data: 0.13MB + Index: 0.06MB
wp_tve_leads_group_options: Data: 0.02MB + Index: 0.00MB
wp_tve_leads_saved_group_options: Data: 0.02MB + Index: 0.00MB
wp_tve_leads_split_test: Data: 0.02MB + Index: 0.00MB
wp_tve_leads_split_test_items: Data: 0.02MB + Index: 0.00MB
wp_usermeta: Data: 0.22MB + Index: 0.16MB
wp_users: Data: 0.02MB + Index: 0.05MB
wp_wctofb: Data: 0.05MB + Index: 0.00MB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB
wp_wc_gpf_render_cache: Data: 0.02MB + Index: 0.02MB
wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_gpf_google_taxonomy: Data: 1.52MB + Index: 0.00MB
wp_woocommerce_recommendations: Data: 1.52MB + Index: 0.00MB
wp_woocommerce_session_activity: Data: 11.52MB + Index: 0.00MB
wp_wps_hit: Data: 0.02MB + Index: 0.14MB
wp_wps_index: Data: 3.52MB + Index: 5.55MB
wp_wps_key: Data: 0.20MB + Index: 0.16MB
wp_wps_object_type: Data: 0.02MB + Index: 0.08MB
wp_wps_query: Data: 0.02MB + Index: 0.02MB
wp_wps_uri: Data: 0.02MB + Index: 0.02MB
wp_wps_user_agent: Data: 0.02MB + Index: 0.02MB
wp_wrd_discounts: Data: 0.02MB + Index: 0.02MB
wp_wrd_sent_coupons: Data: 0.02MB + Index: 0.05MB
wp_yoast_seo_links: Data: 0.05MB + Index: 0.02MB
wp_yoast_seo_meta: Data: 0.19MB + Index: 0.00MB
wp_ywsfl_list: Data: 0.02MB + Index: 0.02MB
_mig_wpmdb_alter_statements: Data: 0.02MB + Index: 0.00MB

### Post Type Counts ###

acf: 1
attachment: 1892
atum_purchase_order: 1
aw_workflow: 8
customize_changeset: 14
custom_css: 3
divi_bars: 1
divi_overlay: 2
et_pb_layout: 34
nav_menu_item: 53
page: 29
post: 6
product: 450
product_tabpage: 1
revision: 333
shop_coupon: 19
shop_order: 115
shop_order_refund: 2
sp_wps_shortcodes: 3
tve_form_type: 3
tve_lead_1c_signup: 1
tve_lead_2s_lightbox: 1
tve_lead_group: 4
tve_lead_shortcode: 2
urp_review: 14
wcam: 16
wc_product_tab: 101
wphb_minify_group: 4
xlwcty_thankyou: 1
ywdpd_discount: 5

### Security ###

Secure connection (HTTPS): ✔
Hide errors from visitors: ✔

### Active Plugins (56) ###

CDN Linker: by W-Mark Kubacki – 1.4.2
Accept CryptoCurrency Payments on WooCommerce – TheBigCoin: by TheBigCoin – 1.0.2 – Not tested with the active version of WooCommerce
Advanced Custom Fields: by Elliot Condon – 4.4.12
Age Gate: by Phil Baker – 2.1.0
ATUM Inventory Management for WooCommerce: by Stock Management Labs™ – 1.4.13
AutomateWoo: by Prospress – 4.3.1
Checkout Address Autocomplete for WooCommerce: by eCreations – 2.0.2 – Not tested with the active version of WooCommerce
Classic Editor: by WordPress Contributors – 0.4
Code Snippets: by Shea Bunge – 2.11.0
Customer Reviews for WooCommerce: by ivole – 3.37
Disable Author Pages: by LittleBizzy – 1.0.5
Disable Cart Fragments: by LittleBizzy – 1.1.3
Divi Bars: by Divi Life — Tim Strifler – 1.4.1
Divi Overlays: by Divi Life — Tim Strifler – 2.2
Divi Extended Column Layouts: by Sean Barton – Tortoise IT – 2.0
DIVI ACF Module: by Sean Barton – Tortoise IT – 3.3
Woo Layout Injector: by Sean Barton – Tortoise IT – 4.6 – Not tested with the active version of WooCommerce
Elegant Tabs for WooCommerce: by InfiWebs – 2.3.0 – Not tested with the active version of WooCommerce
Force HTTPS: by LittleBizzy – 1.1.2
Heartbeat Control: by Jeff Matson – 1.2.5
CAOS for Analytics: by Daan van den Bergh – 1.86
Instagram Feed Pro Personal: by Smash Balloon – 3.0.1
WooBought Pro: by Maarten Belmans – 1.2.2
Monarch Plugin: by Elegant Themes – 1.4.3
MyWorks WooCommerce Shipment Tracking for Ordoro: by MyWorks Software – 1.2 – Not tested with the active version of WooCommerce
Redirection: by John Godley – 3.4
Sezzle Woocommerce Payment: by Sezzle Pay – 1.2.2 – Not tested with the active version of WooCommerce
Smart Notification WordPress Plugin: by Smart IO Labs – 7.7.7
Thrive Leads: by Thrive Themes – 2.0.47
WC Cat Shortcode: by Raihan Reza – 1.0.0
Estimated Delivery Plugin: by XAdapter – 1.5.7.5 – Not tested with the active version of WooCommerce
WooCommerce Reviews Manually Approved: by Tim Eckel – 1.1 – Not tested with the active version of WooCommerce
SKU search to direct product page: by Xaraar
firdousi – 1.5

Advanced Messages for WooCommerce: by Jeroen Sormani – 1.3.3
WooCommerce Extended Coupon Features PRO: by Soft79 – 2.6.4
WooCommerce AWeber Newsletter Subscription: by WooCommerce – 1.0.15
WooCommerce Checkout Field Editor: by WooCommerce – 1.5.13
WooCommerce Authorize.Net CIM Gateway: by SkyVerge – 2.10.1
WooCommerce PDF Invoice: by RightPress – 3.1.7 – Not tested with the active version of WooCommerce
WooCommerce Pretty Emails: by MB Création – 1.8.6 – Not tested with the active version of WooCommerce
WooCommerce Shipment Tracking: by WooCommerce – 1.6.11
WooCommerce Tab Manager: by SkyVerge – 1.9.1
WooCommerce: by Automattic – 3.4.5
Yoast SEO Premium: by Team Yoast – 8.1
WP Crontrol: by John Blackbourn & contributors – 1.6.2
WP-Lister Pro for eBay: by Matthias Krok – 2.0.17
WP Mail SMTP: by WPForms – 1.3.3
Yoast SEO: WooCommerce: by Team Yoast – 8.1 – Not tested with the active version of WooCommerce
YITH Custom ThankYou Page for Woocommerce Premium: by YITHEMES – 1.0.8
YITH WooCommerce Brands Add-on Premium: by Yithemes – 1.2.2
YITH WooCommerce Dynamic Pricing and Discounts Premium: by YITHEMES – 1.4.5
Yuspify Recommendation Engine: by Gravity Inc – 1.3.12

### Settings ###

API Enabled: ✔
Force SSL: ✔
Currency: USD ($)
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: #43 – /shop/
Cart: #44 – /cart/
Checkout: #45 – /checkout/
My account: #46 – /my-account/
Terms and conditions: ❌ Page not set

### Theme ###

Name: Divi
Version: 3.13.1
Author URL: http://www.elegantthemes.com
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔

### Templates ###

Overrides: /var/www/html/wp-content/plugins/divi_woo_layout_injector/includes/empty.php version – is out of date. The core version is 3.1.0
/var/www/html/wp-content/plugins/divi_woo_layout_injector/includes/empty.php version – is out of date. The core version is 3.4.0
/var/www/html/wp-content/plugins/divi_woo_layout_injector/includes/empty.php version – is out of date. The core version is 2.3.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/admin-cancelled-order.php version 2.3.0 is out of date. The core version is 2.5.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/admin-failed-order.php
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/admin-new-order.php version 2.0.0 is out of date. The core version is 2.5.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-completed-order.php version 1.6.4 is out of date. The core version is 2.5.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-invoice.php version 2.2.0 is out of date. The core version is 3.3.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-new-account.php
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-note.php version 1.6.4 is out of date. The core version is 2.5.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-on-hold-order.php version – is out of date. The core version is 2.5.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-processing-order.php version 1.6.4 is out of date. The core version is 2.5.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-refunded-order.php version 2.4.0 is out of date. The core version is 2.5.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/customer-reset-password.php
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/email-addresses.php version 2.2.0 is out of date. The core version is 3.2.1
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/email-customer-details.php
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/email-footer.php version 2.0.0 is out of date. The core version is 2.3.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/email-header.php version 1.0 is out of date. The core version is 2.4.0
/var/www/html/wp-content/plugins/woocommerce-pretty-emails/emails/email-order-items.php version 2.1.2 is out of date. The core version is 3.4.0

Outdated Templates: ❌

Learn how to update

### WooCommerce Google Product Feed fields ###

Availability: Defaults to “in stock”.
Brand: Pre-populates from “yith_product_brand taxonomy”.
Manufacturer Part Number (MPN): Pre-populates from “sku taxonomy”.
Product Type: Pre-populates from “product_cat taxonomy”.
Age Group: Defaults to “adult”.
Minimum handling time:
Maximum handling time: Defaults to “1”.

### WooCommerce Google Product Feed options ###

Include variations in feed: No
Send item_group_id: No

### Authorize.Net CIM ###

Environment: Production
Tokenization Enabled: ✔
Debug Mode: Off
Webhooks Enabled: ❌
No signature key configured

Restrict Coupons for COD Orders

$
0
0

Replies: 0

Hi,

I want to restrict the use of discount coupons in woocommerce on cash on delivery orders. Is it possible??

Colon in Cart and Checkout page

$
0
0

Replies: 1

I have no clues anymore where to find this thing. In my Cart table and Checkout table there is a colon ‘:’ infront of the amount. Like : €0.83
In de source it looks like this:

<td data-title="Shipping">
&nbsp;: <span class="woocommerce-Price-amount amount">

But i cannot find where this colon is located so i can remove it.

Anyone has a clue?


Exclude Stock out products from Related products

$
0
0

Replies: 2

Hi, I am trying to exclude stock out product form related products. I found a solution that do the thing but it hide the stock out product and create the blank space. My objective is to show related post of 4 items excluding stock out product. Is there any way to solve the issue?

Create products from mobile including pics from camera

$
0
0

Replies: 0

Hi. I’m creating a Woocommerce shop for my father. The easiest, and maybe the only possible way for him to that is by his smartphone. Especially to add the photos related to the product (it is about to be an antique shop). Is there any possible way to add photos from the phone camera when creating new products on Woocommerce?

Multiple payment refunded emails

$
0
0

Replies: 0

Whenever I process a refund, either directly through PayPal, or through WooCommerce, I receive multiple “Payment for order 5040 refunded” emails. Some are minutes apart, some are hours apart, and it continues for days.

I have also received a few “PayPal Instant Payment Notification Warning” emails after initiating a refund. The two seem to be related. I have been working for hours to try and find a solution to this problem. I have checked my IPN Notification URL in PayPal, looked all over the WooCommerce Payments tab, and enabled the Debug Log in case we end up needing that.

Hoping someone out there can help. Thank you in advance!

Jill


### WordPress Environment ###

Home URL: https://heldyourwholelife.com
Site URL: https://heldyourwholelife.com
WC Version: 3.4.5
Log Directory Writable: ✔
WP Version: 4.9.8
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_CA
External object cache: –

### Server Environment ###

Server Info: Apache
PHP Version: 5.6.30 - We recommend using PHP version 7.2 or above for greater performance and security. How to update your PHP version
PHP Post Max Size: 65 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
cURL Version: 7.45.0
OpenSSL/1.0.1e

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

### Database ###

WC Database Version: 3.4.5
WC Database Prefix: wp_nxr4ftgnsp_
MaxMind GeoIP Database: ✔
Total Database Size: 16.59MB
Database Data Size: 11.45MB
Database Index Size: 5.14MB
wp_nxr4ftgnsp_woocommerce_sessions: Data: 0.31MB + Index: 0.01MB
wp_nxr4ftgnsp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_order_items: Data: 0.14MB + Index: 0.09MB
wp_nxr4ftgnsp_woocommerce_order_itemmeta: Data: 2.09MB + Index: 0.69MB
wp_nxr4ftgnsp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_woocommerce_log: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_commentmeta: Data: 0.07MB + Index: 0.06MB
wp_nxr4ftgnsp_comments: Data: 0.94MB + Index: 0.48MB
wp_nxr4ftgnsp_links: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_options: Data: 0.94MB + Index: 0.05MB
wp_nxr4ftgnsp_postmeta: Data: 4.59MB + Index: 2.96MB
wp_nxr4ftgnsp_posts: Data: 1.49MB + Index: 0.23MB
wp_nxr4ftgnsp_termmeta: Data: 0.00MB + Index: 0.01MB
wp_nxr4ftgnsp_terms: Data: 0.01MB + Index: 0.02MB
wp_nxr4ftgnsp_term_relationships: Data: 0.01MB + Index: 0.02MB
wp_nxr4ftgnsp_term_taxonomy: Data: 0.01MB + Index: 0.01MB
wp_nxr4ftgnsp_usermeta: Data: 0.81MB + Index: 0.47MB
wp_nxr4ftgnsp_users: Data: 0.04MB + Index: 0.04MB
wp_nxr4ftgnsp_wc_download_log: Data: 0.00MB + Index: 0.00MB
wp_nxr4ftgnsp_wc_webhooks: Data: 0.00MB + Index: 0.00MB

### Post Type Counts ###

attachment: 150
donation_list: 42
faq: 7
nav_menu_item: 12
optionsframework: 10
page: 8
portfolio: 13
post: 2
product: 16
product_variation: 251
revision: 119
services: 4
shop_coupon: 8
shop_order: 1308
shop_order_refund: 9
slider: 1
team: 8
testi: 3
wpcf7_contact_form: 1
wpsc_cart_orders: 4

### Security ###

Secure connection (HTTPS): ✔
Hide errors from visitors: ✔

### Active Plugins (6) ###

Donation Button: by mbj-webdevelopment – 2.0.1
Machform Shortcode: by Laymance Technologies LLC – 1.4.1
Free & Simple Contact Form Plugin - PirateForms: by Themeisle – 2.4.4
Simple Custom CSS: by John Regan
Danny Van Kooten – 4.0.1

WooCommerce - ShipStation Integration: by WooCommerce – 4.1.19 – 4.1.22 is available – Not tested with the active version of WooCommerce
WooCommerce: by Automattic – 3.4.5

### Settings ###

API Enabled: ✔
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
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: #2353 - /shop/
Cart: #2354 - /cart/
Checkout: #2355 - /checkout/
My account: #2356 - /my-account/
Terms and conditions: ❌ Page not set

### Theme ###

Name: Zerif PRO
Version: 1.8.11
Author URL: https://themeisle.com
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
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: –

Trouble making product (listed in WooCommerce part of site show up as front page

$
0
0

Replies: 0

Home URL: https://upwriteinstruments.com
Site URL: https://upwriteinstruments.com
WC Version: 3.3.3
Log Directory Writable: ❌ To allow logging
make /home/content/65/3362565/html/wp-content/uploads/wc-logs/ writable or define a custom WC_LOG_DIR.

I wanted to put Tag Pak (a product I have listed) from WooCommerce and show it as the Front Page. So I looked in google and learned to: 1). Create a page and make it front page. 2). Pasted a short code in the box on the page. [product_page id=”65”] ). Insert the product Code# (65) into the short code and it would pull.

However the product that is pulling is a different product number with a different code# (pulling lanyard no matter which code# I’m entering).

Ever experienced this and know the solve?

Order not showing attributes, variations, products addons, gravity forms

$
0
0

Replies: 0

I have a lot of attributes, variations and a gravity form in my product. All are ok until I finish the order.
In my cart all attributes, variations and forms appears, but when I close the order, they disappear in my backend order and in the email that the client received.

Viewing all 102134 articles
Browse latest View live