Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter fahim1040

    (@fahim1040)

    It works almost perfectly. Can you modify to code to ensure the output of COD_total is “0” when payment method is not cash on delivery. Currently the output is empty

    Has anyone found a solution?

    I am getting a similar error

    SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
    Thread Starter fahim1040

    (@fahim1040)

    To create an attribute on your site, please follow the steps here:?Product attributes

    I would like to add a range as an attribute. Woocommerce by default doesn’t have that functionality

    Thread Starter fahim1040

    (@fahim1040)

    You may have not understood my problem. The thumbnail shows up but in mobile view part of it gets hidden. Kindly check the screenshot I have attached

    Thread Starter fahim1040

    (@fahim1040)

    This is what i want to output in one single field.
    Tooth brush: $3 x 3; Tooth paste: 5$ x 1; Shipping: $10

    I have managed to figure out the first part using the first code from https://docs.algolplus.com/algol_order_export/add-new-fields/
    I cant figure out how to add the shipping cost (the bolded part) to it at the end.

    • This reply was modified 3 years, 10 months ago by fahim1040.
    • This reply was modified 3 years, 10 months ago by fahim1040.
    • This reply was modified 3 years, 10 months ago by fahim1040.
    Thread Starter fahim1040

    (@fahim1040)

    Hey! thank you very much it seems to have done the trick. But I cant figure out how to add the shipping_method_title and order_shipping at the end of the the statement. Here is my final working code to which I need to add the shipping method title and shipping cost. Some guidance would be very appreciated.

    add_filter('woe_get_order_value_ItemDesc',function ($value, $order,$fieldname) {
    	$lines = array();
    	foreach($order->get_items() as $item) {
    		$lines[] = $item["name"]. ": ?" .$order->get_item_subtotal( $item, false, true ). " x " .$item["qty"]  ;
    	}
    	return join(",  ",  $lines); 
    },10,3);
    
    Thread Starter fahim1040

    (@fahim1040)

    This does not seem to be working. Everything gets outputted correctly except for the item_price. I cant quite figure out what I am doing wrong here.

    
    add_filter('woe_get_order_value_all_products',function ($value, $order,$fieldname) {
    	$lines = array();
    	foreach($order->get_items() as $item) {
    		$lines[] = $item["name"]. ": " . $item["item_price"] . " x " .$item["qty"]  ;
    	}
    	return join(",  ",  $lines);
    },10,3);
    
    Thread Starter fahim1040

    (@fahim1040)

    Is there a reason why ajax add to cart in single product page isn’t an existing option in woocommerce? Are there any recent plans to introduce ajax add to cart considering ajax is already used for adding products to cart from woocommerce archive pages? It seems like a pretty good UX experience upgrade for users

    Thread Starter fahim1040

    (@fahim1040)

    Thank you very much!

    Thread Starter fahim1040

    (@fahim1040)

    I have sorted it out. The restored ordered were going to drafts for some reason instead of the ‘all’ orders panel but the woocommerce update fixed it. Unfortunately I had deleted some of the drafts so I had to use the woocommerce order emails to recount my stock

    Thread Starter fahim1040

    (@fahim1040)

    Hey! So after more tinkering around I’ve found updating woocommerce to the latest version fixes it but it does not show the orders that were restored before the woocommerce update. It does however now show all newly restored orders under the ‘all’ section that were restored after the update. How do I make the restored orders that were restored before the woocommerce update show up now?

    This is from a snapshot of the system status before the update.

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://simplicy.com.bd
    Site address (URL): https://simplicy.com.bd
    WC Version: 4.5.2
    REST API Version: ? 4.5.2
    WC Blocks Version: ? 3.1.0
    Action Scheduler Version: ? 3.1.6
    WC Admin Version: ? 1.5.0
    Log Directory Writable: ?
    WP Version: ? 5.7 - There is a newer version of WordPress available (5.7.1)
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: nginx/1.18.0
    PHP Version: 7.4.3
    PHP Post Max Size: 100 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.68.0
    OpenSSL/1.1.1f
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.3.22-MariaDB-1ubuntu1
    Max Upload Size: 99 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 4.5.2
    WC Database Prefix: wp_
    Total Database Size: 7.89MB
    Database Data Size: 6.00MB
    Database Index Size: 1.89MB
    wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_options: Data: 2.11MB + Index: 0.13MB + Engine InnoDB
    wp_postmeta: Data: 0.39MB + Index: 0.23MB + Engine InnoDB
    wp_posts: Data: 2.52MB + Index: 0.22MB + Engine InnoDB
    wp_social_users: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tinvwl_analytics: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tinvwl_items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tinvwl_lists: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_usermeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    attachment: 57
    blocks: 3
    custom_css: 1
    customize_changeset: 259
    nav_menu_item: 30
    page: 17
    post: 3
    product: 32
    revision: 423
    shop_coupon: 1
    shop_order: 24
    shop_order_refund: 1
    sidebar: 2
    tablepress_table: 3
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (13) ###
    
    Cloudflare: by Cloudflare
    Inc. – 4.4.0
    
    Cost of Goods for WooCommerce: by WPFactory – 2.4.0
    Health Check & Troubleshooting: by The www.remarpro.com community – 1.4.5
    Nextend Social Login: by Nextendweb – 3.0.27
    Redis Object Cache: by Till Krüss – 2.0.17
    SiteOrigin CSS: by SiteOrigin – 1.2.13
    TablePress: by Tobias B?thge – 1.13
    TI WooCommerce Wishlist: by TemplateInvaders – 1.24.5
    UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
    DavidAnderson – 1.16.53
    
    Checkout Field Editor for WooCommerce: by ThemeHigh – 1.4.6
    WooCommerce: by Automattic – 4.5.2 (update to version 5.2.1 is available)
    WP Mail SMTP: by WPForms – 2.7.0
    WP STAGING: by WP-STAGING – 2.8.3
    
    ### Inactive Plugins (3) ###
    
    Autoptimize: by Frank Goossens (futtta) – 2.8.1
    Query Monitor: by John Blackbourn – 3.6.7
    WooSidebars: by WooCommerce – 1.4.5
    
    ### Must Use Plugins (1) ###
    
    WP STAGING Optimizer: by René Hermenau – 1.4.1
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: BDT (??)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 0
    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)
    
    Connected to WooCommerce.com: –
    
    ### WC Pages ###
    
    Shop base: #9 - /shop/
    Cart: #10 - /cart/
    Checkout: #11 - /checkout/
    My account: #12 - /my-account/
    Terms and conditions: #499 - /terms-and-conditions/
    
    ### Theme ###
    
    Name: Flatsome Child
    Version: 3.0
    Author URL: 
    Child Theme: ?
    Parent Theme Name: Flatsome
    Parent Theme Version: 3.13.2
    Parent Theme Author URL: https://www.uxthemes.com/
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: flatsome/woocommerce/archive-product.php
    flatsome/woocommerce/cart/cart-empty.php
    flatsome/woocommerce/cart/cart-shipping.php
    flatsome/woocommerce/cart/cart.php
    flatsome/woocommerce/checkout/form-checkout.php
    flatsome/woocommerce/checkout/form-coupon.php
    flatsome/woocommerce/checkout/terms.php
    flatsome/woocommerce/checkout/thankyou.php
    flatsome/woocommerce/content-product.php
    flatsome/woocommerce/content-product_cat.php
    flatsome/woocommerce/content-single-product.php
    flatsome/woocommerce/content-widget-product.php
    flatsome-child/woocommerce/emails/admin-new-order.php
    flatsome-child/woocommerce/emails/customer-invoice.php
    flatsome/woocommerce/global/breadcrumb.php
    flatsome/woocommerce/global/quantity-input.php
    flatsome/woocommerce/global/wrapper-end.php
    flatsome/woocommerce/global/wrapper-start.php
    flatsome/woocommerce/loop/loop-end.php
    flatsome/woocommerce/loop/loop-start.php
    flatsome/woocommerce/loop/pagination.php
    flatsome/woocommerce/loop/result-count.php
    flatsome/woocommerce/loop/sale-flash.php
    flatsome/woocommerce/myaccount/form-login.php
    flatsome/woocommerce/myaccount/navigation.php
    flatsome/woocommerce/notices/error.php
    flatsome/woocommerce/notices/notice.php
    flatsome/woocommerce/notices/success.php
    flatsome/woocommerce/product-searchform.php
    flatsome/woocommerce/single-product/photoswipe.php
    flatsome/woocommerce/single-product/price.php
    flatsome/woocommerce/single-product/product-image.php
    flatsome/woocommerce/single-product/product-thumbnails.php
    flatsome/woocommerce/single-product/rating.php
    flatsome/woocommerce/single-product/related.php
    flatsome/woocommerce/single-product/review.php
    flatsome/woocommerce/single-product/sale-flash.php
    flatsome/woocommerce/single-product/share.php
    flatsome/woocommerce/single-product/short-description.php
    flatsome/woocommerce/single-product/tabs/tabs.php
    flatsome/woocommerce/single-product/title.php
    flatsome/woocommerce/single-product/up-sells.php
    flatsome/woocommerce/single-product-reviews.php
    flatsome/woocommerce/single-product.php
    
    ### TI WooCommerce Wishlist Templates ###
    
    Overrides: –
    
    ### Action Scheduler ###
    
    Complete: 62
    Oldest: 2021-03-27 16:41:41 +0600
    Newest: 2021-04-16 02:38:10 +0600
    
    

    Here is a snapshot after the woocommerce update. Literally everything is the same except I have restored another order from the trash and this time the restored order does show up under ‘all’ heading under the ‘orders’ section of woocommerce

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://simplicy.com.bd
    Site address (URL): https://simplicy.com.bd
    WC Version: 5.2.0
    REST API Version: ? 5.2.0
    WC Blocks Version: ? 4.7.2
    Action Scheduler Version: ? 3.1.6
    WC Admin Version: ? 2.1.5
    Log Directory Writable: ?
    WP Version: ? 5.7 - There is a newer version of WordPress available (5.7.1)
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: nginx/1.18.0
    PHP Version: 7.4.3
    PHP Post Max Size: 100 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.68.0
    OpenSSL/1.1.1f
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.3.22-MariaDB-1ubuntu1
    Max Upload Size: 99 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 4.5.2
    WC Database Prefix: wp_
    Total Database Size: 7.93MB
    Database Data Size: 6.03MB
    Database Index Size: 1.90MB
    wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 0.05MB + Index: 0.11MB + Engine InnoDB
    wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_options: Data: 2.11MB + Index: 0.14MB + Engine InnoDB
    wp_postmeta: Data: 0.39MB + Index: 0.23MB + Engine InnoDB
    wp_posts: Data: 2.52MB + Index: 0.22MB + Engine InnoDB
    wp_social_users: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tinvwl_analytics: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tinvwl_items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tinvwl_lists: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_usermeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    attachment: 57
    blocks: 3
    custom_css: 1
    customize_changeset: 259
    nav_menu_item: 30
    page: 17
    post: 3
    product: 32
    revision: 423
    shop_coupon: 1
    shop_order: 24
    shop_order_refund: 1
    sidebar: 2
    tablepress_table: 3
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (13) ###
    
    Cloudflare: by Cloudflare
    Inc. – 4.4.0
    
    Cost of Goods for WooCommerce: by WPFactory – 2.4.0
    Health Check & Troubleshooting: by The www.remarpro.com community – 1.4.5
    Nextend Social Login: by Nextendweb – 3.0.27
    Redis Object Cache: by Till Krüss – 2.0.17
    SiteOrigin CSS: by SiteOrigin – 1.2.13
    TablePress: by Tobias B?thge – 1.13
    TI WooCommerce Wishlist: by TemplateInvaders – 1.24.5
    UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
    DavidAnderson – 1.16.53
    
    Checkout Field Editor for WooCommerce: by ThemeHigh – 1.4.6
    WooCommerce: by Automattic – 5.2.1
    WP Mail SMTP: by WPForms – 2.7.0
    WP STAGING: by WP-STAGING – 2.8.3
    
    ### Inactive Plugins (3) ###
    
    Autoptimize: by Frank Goossens (futtta) – 2.8.1
    Query Monitor: by John Blackbourn – 3.6.7
    WooSidebars: by WooCommerce – 1.4.5
    
    ### Must Use Plugins (1) ###
    
    WP STAGING Optimizer: by René Hermenau – 1.4.1
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: BDT (??)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 0
    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)
    
    Connected to WooCommerce.com: –
    
    ### WC Pages ###
    
    Shop base: #9 - /shop/
    Cart: #10 - /cart/
    Checkout: #11 - /checkout/
    My account: #12 - /my-account/
    Terms and conditions: #499 - /terms-and-conditions/
    
    ### Theme ###
    
    Name: Flatsome Child
    Version: 3.0
    Author URL: 
    Child Theme: ?
    Parent Theme Name: Flatsome
    Parent Theme Version: 3.13.2
    Parent Theme Author URL: https://www.uxthemes.com/
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: flatsome/woocommerce/archive-product.php
    flatsome/woocommerce/cart/cart-empty.php
    flatsome/woocommerce/cart/cart-shipping.php
    flatsome/woocommerce/cart/cart.php
    flatsome/woocommerce/checkout/form-checkout.php
    flatsome/woocommerce/checkout/form-coupon.php
    flatsome/woocommerce/checkout/terms.php
    flatsome/woocommerce/checkout/thankyou.php
    flatsome/woocommerce/content-product-cat.php
    flatsome/woocommerce/content-product.php
    flatsome/woocommerce/content-single-product.php
    flatsome/woocommerce/content-widget-product.php
    flatsome-child/woocommerce/emails/admin-new-order.php
    flatsome-child/woocommerce/emails/customer-invoice.php
    flatsome/woocommerce/global/breadcrumb.php
    flatsome/woocommerce/global/quantity-input.php
    flatsome/woocommerce/global/wrapper-end.php
    flatsome/woocommerce/global/wrapper-start.php
    flatsome/woocommerce/loop/loop-end.php
    flatsome/woocommerce/loop/loop-start.php
    flatsome/woocommerce/loop/pagination.php
    flatsome/woocommerce/loop/result-count.php
    flatsome/woocommerce/loop/sale-flash.php
    flatsome/woocommerce/myaccount/form-login.php
    flatsome/woocommerce/myaccount/navigation.php
    flatsome/woocommerce/notices/error.php
    flatsome/woocommerce/notices/notice.php
    flatsome/woocommerce/notices/success.php
    flatsome/woocommerce/product-searchform.php
    flatsome/woocommerce/single-product/photoswipe.php
    flatsome/woocommerce/single-product/price.php
    flatsome/woocommerce/single-product/product-image.php
    flatsome/woocommerce/single-product/product-thumbnails.php
    flatsome/woocommerce/single-product/rating.php
    flatsome/woocommerce/single-product/related.php
    flatsome/woocommerce/single-product/review.php
    flatsome/woocommerce/single-product/sale-flash.php
    flatsome/woocommerce/single-product/share.php
    flatsome/woocommerce/single-product/short-description.php
    flatsome/woocommerce/single-product/tabs/tabs.php
    flatsome/woocommerce/single-product/title.php
    flatsome/woocommerce/single-product/up-sells.php
    flatsome/woocommerce/single-product-reviews.php
    flatsome/woocommerce/single-product.php
    flatsome/woocommerce/content-product_cat.php
    
    ### TI WooCommerce Wishlist Templates ###
    
    Overrides: –
    
    ### Action Scheduler ###
    
    Complete: 66
    Oldest: 2021-03-27 16:41:41 +0600
    Newest: 2021-04-16 02:57:27 +0600
    
    Pending: 1
    Oldest: 2021-04-16 02:58:40 +0600
    Newest: 2021-04-16 02:58:40 +0600
    
    ### Status report information ###
    
    Generated at: 2021-04-16 02:59:09 +06:00
    
    • This reply was modified 3 years, 11 months ago by fahim1040.
    • This reply was modified 3 years, 11 months ago by fahim1040.
    • This reply was modified 3 years, 11 months ago by fahim1040.
    • This reply was modified 3 years, 11 months ago by fahim1040.
    Thread Starter fahim1040

    (@fahim1040)

    I have just done everything you have mentioned here. Created a stating site and enabled storefront theme and deactivated all plugins except for woocommerce, updated woocommerce to the latest version and the problem still persists. I’m very confused as to what is wrong here.

    • This reply was modified 3 years, 11 months ago by fahim1040.
    Thread Starter fahim1040

    (@fahim1040)

    It worked. Thank you so much!

Viewing 14 replies - 1 through 14 (of 14 total)