Md Fathi Rahman
Forum Replies Created
-
The issue appeared with the latest version. Then I tried with Older Version.
Plugin List: Imgur: The magic of the Internet
Forum: Plugins
In reply to: [WP Menu Cart] Language IssueSorry My Bad.
- This reply was modified 1 year, 5 months ago by Md Fathi Rahman.
Here is the screenshot: https://ibb.co/qM6TTCK
Located in Woocommerce/pdf/templatename
Update 2
I have set the output to HTML output and the font is coming in correct way. But customer’s are getting broken pdf.
Here the view from admin
Here the view of the Customer Invoice
*Update I used only one font family. And other variation, please take a loot at custom templates?
style.css
/* Main Body */ @page { margin-top: 1cm; margin-bottom: 3cm; margin-left: 2cm; margin-right: 2cm; } body { background: #fff; color: #000; margin: 0cm; font-family: 'Hind Siliguri'; /* want to use custom fonts? https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-fonts/ */ font-size: 9pt; line-height: 100%; /* fixes inherit dompdf bug */ overflow-wrap: anywhere; } h1, h2, h3, h4 { font-weight: bold; margin: 0; } h1 { font-size: 16pt; margin: 5mm 0; } h2 { font-size: 14pt; } h3, h4 { font-size: 9pt; } ol, ul { list-style: none; margin: 0; padding: 0; } li, ul { margin-bottom: 0.75em; } p { margin: 0; padding: 0; } p + p { margin-top: 1.25em; } a { border-bottom: 1px solid; text-decoration: none; } /* Basic Table Styling */ table { border-collapse: collapse; border-spacing: 0; page-break-inside: always; border: 0; margin: 0; padding: 0; } th, td { vertical-align: top; text-align: left; } table.container { width:100%; border: 0; } tr.no-borders, td.no-borders { border: 0 !important; border-top: 0 !important; border-bottom: 0 !important; padding: 0 !important; width: auto; } div.bottom-spacer { clear: both; height: 8mm; } /* Header */ table.head { margin-bottom: 12mm; } td.header img { max-height: 3cm; /* may be overriden by the settings */ width: auto; } td.header { font-size: 16pt; font-weight: 700; } td.shop-info { width: 40%; } .document-type-label { text-transform: uppercase; } /* Recipient addressses & order data */ table.order-data-addresses { width: 100%; margin-bottom: 10mm; } table.order-data-addresses td.address, table.order-data-addresses td.order-data { overflow-wrap: anywhere; } td.order-data { width: 40%; } td.order-data table { width: 100%; } td.order-data table th { font-weight: normal; padding-right: 2mm; width: 50%; } .invoice .shipping-address { width: 30%; } .packing-slip .billing-address { width: 30%; } /* Order details */ table.order-details { width:100%; margin-bottom: 8mm; page-break-before: avoid; } .quantity, .price { width: 20%; } .order-details tr { page-break-inside: always; page-break-after: auto; } .order-details td, .order-details th { border-bottom: 1px #ccc solid; border-top: 1px #ccc solid; padding: 0.375em; } .order-details th { font-weight: bold; text-align: left; } .order-details thead th { color: white; background-color: black; border-color: black; } /* product bundles compatibility */ .order-details tr.bundled-item td.product { padding-left: 5mm; } .order-details tr.product-bundle td, .order-details tr.bundled-item td { border: 0; } .order-details tr.bundled-item.hidden { display: none; } /* item meta formatting for WC2.6 and older */ dl { margin: 4px 0; } dt, dd, dd p { display: inline; font-size: 7pt; line-height: 7pt; } dd { margin-left: 5px; } dd:after { content: "\A"; white-space: pre; } /* item-meta formatting for WC3.0+ */ .wc-item-meta { margin: 4px 0; font-size: 7pt; line-height: 7pt; overflow-wrap: anywhere; } .wc-item-meta p { display: inline; } .wc-item-meta li { margin: 0; margin-left: 5px; } /* Notes & Totals */ .document-notes, .customer-notes { margin-top: 5mm; overflow-wrap: anywhere; } table.totals { width: 100%; margin-top: 5mm; table-layout: fixed; } table.totals th, table.totals td { border: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } table.totals th.description, table.totals td.price { width: 50%; } table.totals tr.order_total td, table.totals tr.order_total th { border-top: 2px solid #000; border-bottom: 2px solid #000; font-weight: bold; } table.totals tr.payment_method { display: none; } /* Footer Imprint */ #footer { position: absolute; bottom: -2cm; left: 0; right: 0; height: 2cm; /* if you change the footer height, don't forget to change the bottom (=negative height) and the @page margin-bottom as well! */ text-align: center; border-top: 0.1mm solid gray; margin-bottom: 0; padding-top: 2mm; } /* page numbers */ .pagenum:before { content: counter(page); } .pagenum,.pagecount { font-family: 'Hind Siliguri'; } /* Load font */ @font-face { font-family: 'Hind Siliguri'; font-style: normal; font-weight: normal; src: local('Hind Siliguri Regular'), local('HindSiliguri-Regular'), url(<?php echo $this->get_template_path(); ?>/fonts/HindSiliguri-Regular.ttf) format('truetype'); } @font-face { font-family: 'Hind Siliguri'; font-style: normal; font-weight: bold; src: local('Hind Siliguri Bold'), local('HindSiliguri-Bold'), url(<?php echo $this->get_template_path(); ?>/fonts/HindSiliguri-Bold.ttf) format('truetype'); } @font-face { font-family: 'Hind Siliguri'; font-style: italic; font-weight: normal; src: local('Hind Siliguri Light Italic'), local('HindSiliguri-LightItalic'), url(<?php echo $this->get_template_path(); ?>/fonts/HindSiliguri-Light.ttf) format('truetype'); } @font-face { font-family: 'Hind Siliguri'; font-style: italic; font-weight: bold; src: local('Hind Siliguri SemiBold Italic'), local('HindSiliguri-SemiBoldItalic'), url(<?php echo $this->get_template_path(); ?>/fonts/HindSiliguri-SemiBold.ttf) format('truetype'); }
I used only one font family. And other variation, please take a loot at custom templates
style.css
/* Main Body */ @page { margin-top: 1cm; margin-bottom: 3cm; margin-left: 2cm; margin-right: 2cm; } body { background: #fff; color: #000; margin: 0cm; font-family: 'Open Sans', sans-serif; /* want to use custom fonts? https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-fonts/ */ font-size: 9pt; line-height: 100%; /* fixes inherit dompdf bug */ overflow-wrap: anywhere; font-family: 'Kalpurush'; } h1, h2, h3, h4 { font-weight: bold; margin: 0; } h1 { font-size: 16pt; margin: 5mm 0; } h2 { font-size: 14pt; } h3, h4 { font-size: 9pt; } ol, ul { list-style: none; margin: 0; padding: 0; } li, ul { margin-bottom: 0.75em; } p { margin: 0; padding: 0; } p + p { margin-top: 1.25em; } a { border-bottom: 1px solid; text-decoration: none; } /* Basic Table Styling */ table { border-collapse: collapse; border-spacing: 0; page-break-inside: always; border: 0; margin: 0; padding: 0; } th, td { vertical-align: top; text-align: left; } table.container { width:100%; border: 0; } tr.no-borders, td.no-borders { border: 0 !important; border-top: 0 !important; border-bottom: 0 !important; padding: 0 !important; width: auto; } div.bottom-spacer { clear: both; height: 8mm; } /* Header */ table.head { margin-bottom: 12mm; } td.header img { max-height: 3cm; /* may be overriden by the settings */ width: auto; } td.header { font-size: 16pt; font-weight: 700; } td.shop-info { width: 40%; } .document-type-label { text-transform: uppercase; } /* Recipient addressses & order data */ table.order-data-addresses { width: 100%; margin-bottom: 10mm; } table.order-data-addresses td.address, table.order-data-addresses td.order-data { overflow-wrap: anywhere; } td.order-data { width: 40%; } td.order-data table { width: 100%; } td.order-data table th { font-weight: normal; padding-right: 2mm; width: 50%; } .invoice .shipping-address { width: 30%; } .packing-slip .billing-address { width: 30%; } /* Order details */ table.order-details { width:100%; margin-bottom: 8mm; page-break-before: avoid; } .quantity, .price { width: 20%; } .order-details tr { page-break-inside: always; page-break-after: auto; } .order-details td, .order-details th { border-bottom: 1px #ccc solid; border-top: 1px #ccc solid; padding: 0.375em; } .order-details th { font-weight: bold; text-align: left; } .order-details thead th { color: white; background-color: black; border-color: black; } /* product bundles compatibility */ .order-details tr.bundled-item td.product { padding-left: 5mm; } .order-details tr.product-bundle td, .order-details tr.bundled-item td { border: 0; } .order-details tr.bundled-item.hidden { display: none; } /* item meta formatting for WC2.6 and older */ dl { margin: 4px 0; } dt, dd, dd p { display: inline; font-size: 7pt; line-height: 7pt; } dd { margin-left: 5px; } dd:after { content: "\A"; white-space: pre; } /* item-meta formatting for WC3.0+ */ .wc-item-meta { margin: 4px 0; font-size: 7pt; line-height: 7pt; overflow-wrap: anywhere; } .wc-item-meta p { display: inline; } .wc-item-meta li { margin: 0; margin-left: 5px; } /* Notes & Totals */ .document-notes, .customer-notes { margin-top: 5mm; overflow-wrap: anywhere; } table.totals { width: 100%; margin-top: 5mm; table-layout: fixed; } table.totals th, table.totals td { border: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } table.totals th.description, table.totals td.price { width: 50%; } table.totals tr.order_total td, table.totals tr.order_total th { border-top: 2px solid #000; border-bottom: 2px solid #000; font-weight: bold; } table.totals tr.payment_method { display: none; } /* Footer Imprint */ #footer { position: absolute; bottom: -2cm; left: 0; right: 0; height: 2cm; /* if you change the footer height, don't forget to change the bottom (=negative height) and the @page margin-bottom as well! */ text-align: center; border-top: 0.1mm solid gray; margin-bottom: 0; padding-top: 2mm; } /* page numbers */ .pagenum:before { content: counter(page); } .pagenum,.pagecount { font-family: sans-serif; } /* Load font */ @font-face { font-family: 'Kalpurush'; font-style: normal; font-weight: normal; src: local('Kalpurush'), local('Kalpurush'), url(<?php echo $this->get_template_path(); ?>/fonts/kalpurush.ttf) format('truetype'); } @font-face { font-family: 'Kalpurush'; font-style: normal; font-weight: bold; src: local('Kalpurush Bold'), local('Kalpurush-Bold'), url(<?php echo $this->get_template_path(); ?>/fonts/kalpurush.ttf) format('truetype'); } @font-face { font-family: 'Kalpurush'; font-style: italic; font-weight: normal; src: local('Kalpurush Italic'), local('Kalpurush-Italic'), url(<?php echo $this->get_template_path(); ?>/fonts/kalpurush.ttf) format('truetype'); } @font-face { font-family: 'Kalpurush'; font-style: italic; font-weight: bold; src: local('Kalpurush Bold Italic'), local('Kalpurush-BoldItalic'), url(<?php echo $this->get_template_path(); ?>/fonts/kalpurush.ttf) format('truetype'); }
Also tried mpdf version wpovernight/woocommerce-pdf-ips-mpdf: mPDF library for WooCommerce PDF Invoices & Packing Slips (github.com) Doesn’t work.
As from previous year’s post I found this topic Unicode Font not Showing – page 2 | www.ads-software.com and Ewout?claimed that mpdf is fully compatible with unicode ?? . And I have also removed my custom template to make sure it works. mpdf and RTL is not working.
Forum: Plugins
In reply to: [WooCommerce] Product Adding & Order Issue### WordPress Environment ### WordPress address (URL): https://baahstore.com Site address (URL): https://baahstore.com WC Version: 6.5.1 REST API Version: ? 6.5.1 WC Blocks Version: ? 7.4.3 Action Scheduler Version: ? 3.4.0 Log Directory Writable: ? WP Version: 5.9.3 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: – WP Cron: ? Language: en_US External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.29 PHP Post Max Size: 10 GB PHP Time Limit: 30 PHP Max Input Vars: 1000 cURL Version: 7.83.1 OpenSSL/1.1.1o SUHOSIN Installed: – MySQL Version: 5.7.38 Max Upload Size: 10 GB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected. DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 6.5.1 WC Database Prefix: wp_c84s672ma8_ Total Database Size: 112.41MB Database Data Size: 101.34MB Database Index Size: 11.07MB wp_c84s672ma8_woocommerce_sessions: Data: 14.03MB + Index: 0.33MB + Engine MyISAM wp_c84s672ma8_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_order_items: Data: 0.16MB + Index: 0.09MB + Engine MyISAM wp_c84s672ma8_woocommerce_order_itemmeta: Data: 1.00MB + Index: 0.80MB + Engine MyISAM wp_c84s672ma8_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_actionscheduler_actions: Data: 0.36MB + Index: 0.17MB + Engine MyISAM wp_c84s672ma8_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_actionscheduler_logs: Data: 0.26MB + Index: 0.18MB + Engine MyISAM wp_c84s672ma8_basel_wishlists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_basel_wishlist_products: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_bkash_agreement_mapping: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_bkash_transactions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_bkash_transfers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_bkash_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_bpspro_db_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_bpspro_login_security: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_bpspro_mscan: Data: 0.09MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_bpspro_seclog_ignore: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_bv_activities_store: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_commentmeta: Data: 0.03MB + Index: 0.03MB + Engine MyISAM wp_c84s672ma8_comments: Data: 0.92MB + Index: 0.30MB + Engine MyISAM wp_c84s672ma8_defender_audit_log: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_c84s672ma8_defender_email_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_defender_lockout: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_c84s672ma8_defender_lockout_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_c84s672ma8_defender_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_defender_scan_item: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_c84s672ma8_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_dokan_orders: Data: 0.08MB + Index: 0.03MB + Engine InnoDB wp_c84s672ma8_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_dokan_vendor_balance: Data: 0.09MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_c84s672ma8_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_c84s672ma8_options: Data: 10.10MB + Index: 0.35MB + Engine MyISAM wp_c84s672ma8_postmeta: Data: 24.74MB + Index: 3.15MB + Engine MyISAM wp_c84s672ma8_posts: Data: 3.03MB + Index: 0.53MB + Engine MyISAM wp_c84s672ma8_revslider_css: Data: 0.09MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_revslider_css_bkp: Data: 0.09MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_layer_animations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_layer_animations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_navigations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_navigations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_sliders: Data: 0.03MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_sliders_bkp: Data: 0.12MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_slides: Data: 0.07MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_slides_bkp: Data: 2.39MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_static_slides: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_revslider_static_slides_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_shortpixel_folders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_shortpixel_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_c84s672ma8_termmeta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_term_relationships: Data: 0.01MB + Index: 0.03MB + Engine MyISAM wp_c84s672ma8_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_usermeta: Data: 0.47MB + Index: 0.22MB + Engine MyISAM wp_c84s672ma8_users: Data: 0.03MB + Index: 0.03MB + Engine MyISAM wp_c84s672ma8_user_registration_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wcfm_daily_analysis: Data: 1.52MB + Index: 1.52MB + Engine InnoDB wp_c84s672ma8_wcfm_detailed_analysis: Data: 14.52MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_enquiries: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_enquiries_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_enquiries_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_enquiries_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_fbc_chat_rows: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_fbc_chat_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wcfm_fbc_chat_visitors: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_fbc_offline_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_following_followers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_orders_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_product_multivendor: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_refund_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_refund_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_reverse_withdrawal: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_reverse_withdrawal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_reviews: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_reviews_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_reviews_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_review_rating_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_store_taxonomies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_vendor_ledger: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_withdraw_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_marketplace_withdraw_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_membership_subscription: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wcfm_messages: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_messages_modifier: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_messages_stat: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_support: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_support_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_support_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcfm_support_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wcpdf_invoice_number_2021: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wc_admin_notes: Data: 0.03MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wc_admin_note_actions: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wc_customer_lookup: Data: 0.05MB + Index: 0.04MB + Engine MyISAM wp_c84s672ma8_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wc_order_product_lookup: Data: 0.15MB + Index: 0.13MB + Engine MyISAM wp_c84s672ma8_wc_order_stats: Data: 0.08MB + Index: 0.06MB + Engine MyISAM wp_c84s672ma8_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wc_product_meta_lookup: Data: 0.02MB + Index: 0.03MB + Engine MyISAM wp_c84s672ma8_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_c84s672ma8_wfblockediplog: Data: 0.14MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_c84s672ma8_wfconfig: Data: 0.47MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wffilemods: Data: 11.52MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wfhits: Data: 2.02MB + Index: 0.22MB + Engine InnoDB wp_c84s672ma8_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_c84s672ma8_wfknownfilelist: Data: 5.52MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wflogins: Data: 0.42MB + Index: 0.16MB + Engine InnoDB wp_c84s672ma8_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_c84s672ma8_wfpklist_template_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_c84s672ma8_wfstatus: Data: 0.16MB + Index: 0.09MB + Engine InnoDB wp_c84s672ma8_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wpbkash: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wpbkash_refund: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_wpr_rucss_resources: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_c84s672ma8_wpr_rucss_used_css: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_c84s672ma8_wt_iew_action_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wt_iew_cron: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wt_iew_ftp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_c84s672ma8_yith_wcwl: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_c84s672ma8_yith_wcwl_lists: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_c84s672ma8_yoast_indexable: Data: 4.47MB + Index: 1.06MB + Engine InnoDB wp_c84s672ma8_yoast_indexable_hierarchy: Data: 0.16MB + Index: 0.27MB + Engine InnoDB wp_c84s672ma8_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_c84s672ma8_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_c84s672ma8_yoast_seo_links: Data: 0.09MB + Index: 0.03MB + Engine InnoDB ### Post Type Counts ### attachment: 3433 cms_block: 2 custom_css: 1 elementor_library: 1 itsec-dash-card: 16 itsec-dashboard: 2 mc4wp-form: 2 nav_menu_item: 82 page: 26 post: 6 product: 181 revision: 448 shop_coupon: 2 shop_order: 1135 shop_order_refund: 37 testimonial: 3 user_registration: 1 wp_global_styles: 1 wpcf7_contact_form: 2 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (31) ### All-in-One WP Migration: by ServMask – 7.59 Enable/Disable Auto Login when Register: by Aftab Husain – 1.0.0 XTEMOS Post Types plugin: by – 1.13 Contact Form 7: by Takayuki Miyoshi – 5.5.6.1 Yoast Duplicate Post: by Enrico Battocchi & Team Yoast – 4.4 Dynamic Featured Image: by Ankit Pokhrel – 3.7.0 Site Kit by Google: by Google – 1.74.0 Insert Headers and Footers: by WPBeginner – 1.6.2 Jetpack: by Automattic – 10.9.1 WPBakery Page Builder: by Michael M - WPBakery.com – 6.9.0 MC4WP: Mailchimp for WordPress: by ibericode – 4.8.7 Slider Revolution: by ThemePunch – 6.5.20 Safe SVG: by 10up – 2.0.1 ShortPixel Image Optimizer: by ShortPixel – 4.22.9 Import Export WordPress Users and WooCommerce Customers: by WebToffee – 2.3.0 W3 Total Cache: by BoldGrid – 2.2.1 WCFM - WooCommerce Frontend Manager: by WC Lovers – 6.6.4 WCFM - WooCommerce Multivendor Marketplace: by WC Lovers – 3.5.5 WCFM - WooCommerce Multivendor Membership: by WC Lovers – 2.10.4 SSLCommerz Payment Gateway: by Prabal Mallick – 4.0.2 Advanced Order Export For WooCommerce: by AlgolPlus – 3.3.0 Premmerce Permalink Manager for WooCommerce: by premmerce – 2.3.5 Premmerce Permalink Manager for WooCommerce: by premmerce – 2.3.5 Wholesale For WooCommerce Lite: by wpexpertsio – 1.6.1 WooCommerce Conversion Tracking: by weDevs – 2.0.9 WooCommerce PDF Invoices & Packing Slips: by WP Overnight – 2.14.5 WooCommerce: by Automattic – 6.5.1 Wordfence Security: by Wordfence – 7.5.10 Yoast SEO: by Team Yoast – 18.9 YITH WooCommerce Compare: by YITH – 2.14.0 YITH WooCommerce Wishlist: by YITH – 3.9.0 ### Inactive Plugins (0) ### ### Dropin Plugins (1) ### advanced-cache.php: advanced-cache.php ### Settings ### API Enabled: – Force SSL: – Currency: BDT (??) 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) Connected to WooCommerce.com: – Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: #6 - /shop/ Cart: #7 - /cart/ Checkout: #8 - /checkout/ My account: #9 - /my-account/ Terms and conditions: #1982 - /terms-conditions/ ### Theme ### Name: Basel Version: 5.6.1 Author URL: https://themeforest.net/user/xtemos 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: basel/woocommerce/archive-product.php basel/woocommerce/cart/cart.php basel/woocommerce/cart/cross-sells.php basel/woocommerce/cart/mini-cart.php basel/woocommerce/checkout/form-checkout.php basel/woocommerce/checkout/thankyou.php basel/woocommerce/content-product-cat.php basel/woocommerce/content-product.php basel/woocommerce/content-single-product.php basel/woocommerce/content-widget-product.php basel/woocommerce/global/breadcrumb.php basel/woocommerce/global/form-login.php basel/woocommerce/global/quantity-input.php basel/woocommerce/loop/loop-end.php basel/woocommerce/loop/loop-start.php basel/woocommerce/loop/no-products-found.php basel/woocommerce/loop/orderby.php basel/woocommerce/loop/pagination.php basel/woocommerce/loop/sale-flash.php basel/woocommerce/myaccount/form-login.php basel/woocommerce/product-searchform.php basel/woocommerce/single-product/add-to-cart/variable.php basel/woocommerce/single-product/meta.php basel/woocommerce/single-product/product-image.php basel/woocommerce/single-product/product-thumbnails.php basel/woocommerce/single-product/related.php basel/woocommerce/single-product/sale-flash.php basel/woocommerce/single-product/tabs/tabs.php basel/woocommerce/single-product/title.php basel/woocommerce/single-product/up-sells.php basel/woocommerce/single-product.php ### Action Scheduler ### Complete: 1,375 Oldest: 2022-04-21 16:47:45 +0000 Newest: 2022-05-22 16:16:14 +0000 Failed: 5 Oldest: 2021-06-07 06:19:21 +0000 Newest: 2022-01-05 11:55:09 +0000 Pending: 1 Oldest: 2022-05-23 08:44:31 +0000 Newest: 2022-05-23 08:44:31 +0000 ### Status report information ### Generated at: 2022-05-22 22:32:26 +06:00
Here is the attached screenshot. I have purged all cache, cleared browser cache. Still the invoice is not updating. Check the screenshot, it’s still showing the previous 20tk shipping charge while I had updated it to 30tk.
updated shipping: https://imgur.com/a/0WJoMbj
invoice after updating: https://imgur.com/RXzolXFyes again I clicked on print invoice. Still it’s showing the same shipping cost. It’s updated today. Yesterday it was showing the previous shipping cost. Is it cache related problem?