sonjamarie
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Custom Code for Elementor Woocommerce Purchase SummaryThat’s perfect! Thank you ??
Forum: Plugins
In reply to: [WooCommerce] Custom Code for Elementor Woocommerce Purchase SummaryHi Stuart,
This is the relevant code for the table and hopefully this link may work https://sonjachisnall.com/purchase-summary/order-received/10217/?key=wc_order_Bm8QHr9qXa780 :
<table class="woocommerce-table woocommerce-table--order-details shop_table order_details"> <thead> <tr> <th class="woocommerce-table__product-name product-name">Product</th> <th class="woocommerce-table__product-table product-total">Total</th> </tr> </thead> <tbody> <tr class="woocommerce-table__line-item order_item"> <td class="woocommerce-table__product-name product-name"> <a href="https://sonjachisnall.com/product/test-product/">Test Product</a> <strong class="product-quantity">× <del>1</del> <ins>0</ins></strong> </td> <td class="woocommerce-table__product-total product-total"> <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>1</bdi></span> </td> </tr> </tbody> <tfoot> <tr> <th scope="row">Subtotal:</th> <td><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>1</span></td> </tr> <tr> <th scope="row">Shipping:</th> <td><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>15</span> <small class="shipped_via">via Standard Shipping</small></td> </tr> <tr> <th scope="row">Tax:</th> <td><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>0</span></td> </tr> <tr> <th scope="row">Payment Method:</th> <td>Credit Card (Stripe)</td> </tr> <tr> <th scope="row">Testing</th> <td><span class="woocommerce-Price-amount amount">-<span class="woocommerce-Price-currencySymbol">$</span>16</span></td> </tr> <tr> <th scope="row">Order Total:</th> <td><del aria-hidden="true">$16</del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>1</span></ins></td> </tr> </tfoot> </table>
Hi, it occurs on this page for example (I created a test order so the table product table would display):
[ redundant link removed ]
I would like the adjustment to be both on desktop and mobile.
- This reply was modified 2 years, 8 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce] Custom Code for Elementor Woocommerce Purchase SummaryIf the link can’t be accessed, for more info here’s CSS for one of the cells in the order details table that I’m wanting to edit. I want to edit just the order details section (I can also add the CSS to the widget specifically but I don’t want to affect the other sections only the order details table):
element.style { } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table thead tr th, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot th, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot tr td, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot tr td span, .elementor-10101 .elementor-element.elementor-element-1293bfe .woocommerce-table--order-downloads tr td:before { font-size: 14px; } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th { color: var(--order-details-titles-totals-color,#000); } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th { border: 0; border-top: var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d4d4d4); padding-top: calc(var(--order-details-rows-gap, 18px) / 2); padding-bottom: calc(var(--order-details-rows-gap, 18px) / 2); padding-left: 0; padding-right: 0; } .woocommerce table.shop_table tfoot td { border-color: #eaeaea; } .woocommerce table.shop_table td { padding: 0.8em; vertical-align: middle; text-transform: capitalize; border-color: #eaeaea; } .elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td { word-wrap: break-word; } .elementor *, .elementor :after, .elementor :before { -webkit-box-sizing: border-box; box-sizing: border-box; } table th, table td { padding: 10px; text-align: left; vertical-align: top; border-bottom: 1px solid #e9e9e9; } :not(input):not(textarea), img { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } td, th { padding: 0; } caption, th, td { font-weight: normal; text-align: left; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } user agent stylesheet td { display: table-cell; vertical-align: inherit; } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table { font-size: 14px; margin-bottom: 0; padding: var(--sections-padding,15px 30px); background-color: var(--sections-background-color,#fff); border-radius: var(--sections-border-radius,3px); border: 1px var(--sections-border-type,solid) var(--sections-border-color,#d4d4d4); } .woocommerce table.shop_table { border-width: 1px; border-style: solid; margin: 0 -1px 24px 0; text-align: left; width: 100%; border-collapse: separate; border-color: #eaeaea; } table { border-collapse: collapse; border-spacing: 0; } table { border-collapse: collapse; border-spacing: 0; } user agent stylesheet table { border-collapse: separate; text-indent: initial; border-spacing: 2px; } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe { --buttons-border-color: #B8B8B8; } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe { --confirmation-message-display: block; --confirmation-message-alignment: start; --order-summary-alignment: start; --titles-color: #54595F; --general-text-color: var( --e-global-color-text ); --payment-details-border-type: none; --order-details-rows-gap: 15px; --order-details-titles-totals-color: var( --e-global-color-secondary ); --order-details-items-color: var( --e-global-color-secondary ); --order-details-variations-color: var( --e-global-color-secondary ); --order-details-product-links-normal-color: var( --e-global-color-secondary ); --order-details-product-links-hover-color: var( --e-global-color-secondary ); --button-normal-text-color: #5A5A5A; --buttons-border-type: double; --button-border-radius: 0px 0px 0px 0px; } .elementor-widget-woocommerce-purchase-summary { font-size: 14px; font-family: Roboto,sans-serif; color: #818a91; } .elementor-element { --widgets-spacing: 20px; }
In case it helps as I presume the link can’t be accessed, here’s some CSS for one of the cells in the order details table that I’m wanting to edit. I’m specifically wanting to edit just the order details section (I can also add the CSS to the widget specifically but I don’t want to affect the other sections only the order details table):
element.style { } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table thead tr th, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot th, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot tr td, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot tr td span, .elementor-10101 .elementor-element.elementor-element-1293bfe .woocommerce-table--order-downloads tr td:before { font-size: 14px; } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th { color: var(--order-details-titles-totals-color,#000); } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th { border: 0; border-top: var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d4d4d4); padding-top: calc(var(--order-details-rows-gap, 18px) / 2); padding-bottom: calc(var(--order-details-rows-gap, 18px) / 2); padding-left: 0; padding-right: 0; } .woocommerce table.shop_table tfoot td { border-color: #eaeaea; } .woocommerce table.shop_table td { padding: 0.8em; vertical-align: middle; text-transform: capitalize; border-color: #eaeaea; } .elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td { word-wrap: break-word; } .elementor *, .elementor :after, .elementor :before { -webkit-box-sizing: border-box; box-sizing: border-box; } table th, table td { padding: 10px; text-align: left; vertical-align: top; border-bottom: 1px solid #e9e9e9; } :not(input):not(textarea), img { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } td, th { padding: 0; } caption, th, td { font-weight: normal; text-align: left; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } user agent stylesheet td { display: table-cell; vertical-align: inherit; } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table { font-size: 14px; margin-bottom: 0; padding: var(--sections-padding,15px 30px); background-color: var(--sections-background-color,#fff); border-radius: var(--sections-border-radius,3px); border: 1px var(--sections-border-type,solid) var(--sections-border-color,#d4d4d4); } .woocommerce table.shop_table { border-width: 1px; border-style: solid; margin: 0 -1px 24px 0; text-align: left; width: 100%; border-collapse: separate; border-color: #eaeaea; } table { border-collapse: collapse; border-spacing: 0; } table { border-collapse: collapse; border-spacing: 0; } user agent stylesheet table { border-collapse: separate; text-indent: initial; border-spacing: 2px; } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe { --buttons-border-color: #B8B8B8; } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe { --confirmation-message-display: block; --confirmation-message-alignment: start; --order-summary-alignment: start; --titles-color: #54595F; --general-text-color: var( --e-global-color-text ); --payment-details-border-type: none; --order-details-rows-gap: 15px; --order-details-titles-totals-color: var( --e-global-color-secondary ); --order-details-items-color: var( --e-global-color-secondary ); --order-details-variations-color: var( --e-global-color-secondary ); --order-details-product-links-normal-color: var( --e-global-color-secondary ); --order-details-product-links-hover-color: var( --e-global-color-secondary ); --button-normal-text-color: #5A5A5A; --buttons-border-type: double; --button-border-radius: 0px 0px 0px 0px; } .elementor-widget-woocommerce-purchase-summary { font-size: 14px; font-family: Roboto,sans-serif; color: #818a91; } .elementor-element { --widgets-spacing: 20px; }
Forum: Fixing WordPress
In reply to: Custom Code for Woocommerce Elementor Purchase SummaryFurther to that, some CSS for one of the cells in the order details table that I’m wanting to edit. I’m specifically wanting to edit just the order details section (I can also add the CSS to the widget specifically but I don’t want to affect the other sections only the order details table):
element.style { } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table thead tr th, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot th, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot tr td, .elementor-10101 .elementor-element.elementor-element-1293bfe .shop_table tfoot tr td span, .elementor-10101 .elementor-element.elementor-element-1293bfe .woocommerce-table--order-downloads tr td:before { font-size: 14px; } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th { color: var(--order-details-titles-totals-color,#000); } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th { border: 0; border-top: var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d4d4d4); padding-top: calc(var(--order-details-rows-gap, 18px) / 2); padding-bottom: calc(var(--order-details-rows-gap, 18px) / 2); padding-left: 0; padding-right: 0; } .woocommerce table.shop_table tfoot td { border-color: #eaeaea; } .woocommerce table.shop_table td { padding: 0.8em; vertical-align: middle; text-transform: capitalize; border-color: #eaeaea; } .elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td { word-wrap: break-word; } .elementor *, .elementor :after, .elementor :before { -webkit-box-sizing: border-box; box-sizing: border-box; } table th, table td { padding: 10px; text-align: left; vertical-align: top; border-bottom: 1px solid #e9e9e9; } :not(input):not(textarea), img { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } td, th { padding: 0; } caption, th, td { font-weight: normal; text-align: left; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } user agent stylesheet td { display: table-cell; vertical-align: inherit; } .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table { font-size: 14px; margin-bottom: 0; padding: var(--sections-padding,15px 30px); background-color: var(--sections-background-color,#fff); border-radius: var(--sections-border-radius,3px); border: 1px var(--sections-border-type,solid) var(--sections-border-color,#d4d4d4); } .woocommerce table.shop_table { border-width: 1px; border-style: solid; margin: 0 -1px 24px 0; text-align: left; width: 100%; border-collapse: separate; border-color: #eaeaea; } table { border-collapse: collapse; border-spacing: 0; } table { border-collapse: collapse; border-spacing: 0; } user agent stylesheet table { border-collapse: separate; text-indent: initial; border-spacing: 2px; } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe { --buttons-border-color: #B8B8B8; } <style> .elementor-10101 .elementor-element.elementor-element-1293bfe { --confirmation-message-display: block; --confirmation-message-alignment: start; --order-summary-alignment: start; --titles-color: #54595F; --general-text-color: var( --e-global-color-text ); --payment-details-border-type: none; --order-details-rows-gap: 15px; --order-details-titles-totals-color: var( --e-global-color-secondary ); --order-details-items-color: var( --e-global-color-secondary ); --order-details-variations-color: var( --e-global-color-secondary ); --order-details-product-links-normal-color: var( --e-global-color-secondary ); --order-details-product-links-hover-color: var( --e-global-color-secondary ); --button-normal-text-color: #5A5A5A; --buttons-border-type: double; --button-border-radius: 0px 0px 0px 0px; } .elementor-widget-woocommerce-purchase-summary { font-size: 14px; font-family: Roboto,sans-serif; color: #818a91; } .elementor-element { --widgets-spacing: 20px; }
Forum: Plugins
In reply to: [WooCommerce] Not receiving purchase notificationAdditionally, here is the system report:
### WordPress Environment ### WordPress address (URL): https://www.merakidrift.com Site address (URL): https://www.merakidrift.com WC Version: 6.6.1 REST API Version: ? 6.6.1 WC Blocks Version: ? 7.6.2 Action Scheduler Version: ? 3.4.0 Log Directory Writable: ? WP Version: ? 5.9 - There is a newer version of WordPress available (6.0) WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: – WP Cron: – Language: en_US External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.28 PHP Post Max Size: 516 MB PHP Time Limit: 60 PHP Max Input Vars: 1000 cURL Version: 7.81.0 OpenSSL/1.1.1n SUHOSIN Installed: – MySQL Version: 5.6.41-84.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: 6.1.1 WC Database Prefix: RmJ_ Total Database Size: 76.26MB Database Data Size: 71.86MB Database Index Size: 4.40MB RmJ_woocommerce_sessions: Data: 1.52MB + Index: 0.08MB + Engine InnoDB RmJ_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB RmJ_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB RmJ_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_actionscheduler_actions: Data: 0.06MB + Index: 0.13MB + Engine InnoDB RmJ_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_actionscheduler_logs: Data: 0.06MB + Index: 0.03MB + Engine InnoDB RmJ_aioseo_cache: Data: 0.11MB + Index: 0.03MB + Engine InnoDB RmJ_aioseo_notifications: Data: 0.06MB + Index: 0.06MB + Engine InnoDB RmJ_aioseo_posts: Data: 0.19MB + Index: 0.02MB + Engine InnoDB RmJ_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB RmJ_e_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_e_submissions: Data: 0.13MB + Index: 0.27MB + Engine InnoDB RmJ_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB RmJ_e_submissions_values: Data: 0.16MB + Index: 0.09MB + Engine InnoDB RmJ_jet_post_types: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_jet_smart_filters_indexer: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_jet_taxonomies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_options: Data: 11.03MB + Index: 0.27MB + Engine InnoDB RmJ_postmeta: Data: 45.08MB + Index: 1.83MB + Engine InnoDB RmJ_posts: Data: 12.13MB + Index: 0.25MB + Engine InnoDB RmJ_smush_dir_images: Data: 0.02MB + Index: 0.05MB + Engine InnoDB RmJ_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_usermeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB RmJ_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB RmJ_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB RmJ_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB RmJ_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB RmJ_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB RmJ_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_wc_product_meta_lookup: Data: 0.05MB + Index: 0.09MB + Engine InnoDB RmJ_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB RmJ_woocommerce_per_product_shipping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_woocommerce_shipping_table_rates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB RmJ_wpmailsmtp_debug_events: Data: 0.17MB + Index: 0.00MB + Engine InnoDB RmJ_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB ### Post Type Counts ### attachment: 134 custom_css: 1 customize_changeset: 16 e-landing-page: 1 elementor_library: 67 jet-woo-builder: 1 nav_menu_item: 14 oceanwp_library: 2 page: 14 post: 2 product: 36 product_variation: 130 revision: 1044 shop_order: 8 shop_order_refund: 1 wcpf_item: 4 wcpf_project: 1 wp_global_styles: 1 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (31) ### WP Memory Limit: by WPDeveloper – 0.1.0 AddressFinder: by AddressFinder – 1.4.9 All in One SEO: by All in One SEO Team – 4.2.2 Bluehost: by Bluehost – 2.10.1 Easy Auto SKU Generator for WooCommerce: by Dan Zakirov – 1.1.2 Elementor Pro: by Elementor.com – 3.7.1 Elementor: by Elementor.com – 3.6.6 Essential Addons for Elementor - Pro: by WPDeveloper – 5.1.2 Essential Addons for Elementor: by WPDeveloper – 5.1.6 Flexible Shipping: by Octolize – 4.11.9 Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 8.6.0 JetSmartFilters: by Crocoblock – 2.2.3 JetWooBuilder For Elementor: by Crocoblock – 1.12.4 JetProductGallery For Elementor: by Crocoblock – 2.1.2 Jetpack: by Automattic – 11.0 Mailchimp for WooCommerce: by Mailchimp – 2.6.2 Ocean Extra: by OceanWP – 2.0.2 Out of Stock Message for WooCommerce: by coderstime – 1.0.6 WooCommerce Currency Converter: by WooCommerce – 1.6.25 WooCommerce Dynamic Pricing: by Element Stark – 3.1.26 WooCommerce Stripe Gateway: by WooCommerce – 6.1.0 WooCommerce Instagram: by Themesquad – 3.5.0 WooCommerce Payments: by Automattic – 4.0.2 (update to version 4.4.0 is available) WooCommerce Product Add-ons: by WooCommerce – 4.1.0 Product Filters for WooCommerce: by WooCommerce – 1.2.5 WooCommerce Shipping Per Product v2: by WooCommerce – 2.3.13 WooCommerce Social Login: by SkyVerge – 2.11.0 WooCommerce Table Rate Shipping: by WooCommerce – 3.0.30 WooCommerce: by Automattic – 6.6.1 WP Mail SMTP: by WPForms – 3.4.0 Smush: by WPMU DEV – 3.10.2 ### Inactive Plugins (6) ### Elementor Header & Footer Builder: by Brainstorm Force Nikhil Chavan – 1.6.11 HT Mega - Absolute Addons for Elementor Page Builder: by HasThemes – 1.7.3 User Menus: by Code Atlantic – 1.2.7 WooCommerce New Zealand Post: by WooCommerce – 2.1.1 WooCommerce PayPal Payments: by WooCommerce – 1.6.4 (update to version 1.9.0 is available) WooCommerce Xero Integration: by WooCommerce – 1.7.37 ### Dropin Plugins (2) ### db-error.php: db-error.php maintenance.php: maintenance.php ### Must Use Plugins (3) ### Elementor Safe Mode: by Elementor.com – 1.0.0 Endurance Page Cache: by Mike Hansen – 2.2 SSO: by Garth Mortensen Mike Hansen – 0.4 ### Settings ### API Enabled: – Force SSL: – Currency: NZD ($) 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: – Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: #386 - /shop/ Cart: #48 - /cart/ Checkout: #49 - /checkout/ My account: #50 - /my-account/ Terms and conditions: #575 - /support/ ### Theme ### Name: OceanWP Version: 3.1.2 (update to version 3.3.3 is available) Author URL: https://oceanwp.org/about-me/ 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: oceanwp/woocommerce/cart/mini-cart.php oceanwp/woocommerce/content-single-product.php oceanwp/woocommerce/emails/customer-processing-order.php oceanwp/woocommerce/loop/loop-start.php oceanwp/woocommerce/single-product/title.php ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices wc-pay-promotion wc-pay-welcome-page wc-pay-subscriptions-page Disabled Features: minified-js settings Daily Cron: ? Next scheduled: 2022-02-11 07:31:01 +00:00 Options: ? Notes: 81 Onboarding: completed ### WooCommerce Payments ### Version: 4.0.2 Connected to WPCOM: Yes Blog ID: 195074809 Account ID: - ### Social Login ### Facebook: ? Available Twitter: Disabled Google: Disabled Amazon: Disabled Linkedin: Disabled Paypal: Disabled Disqus: Disabled Yahoo: Disabled Vkontakte: Disabled ### Action Scheduler ### Complete: 114 Oldest: 2022-06-07 09:16:18 +0000 Newest: 2022-07-08 02:40:44 +0000 Pending: 4 Oldest: 2022-07-08 02:55:44 +0000 Newest: 2022-07-12 05:56:00 +0000 ### Status report information ### Generated at: 2022-07-08 02:51:53 +00:00
Forum: Plugins
In reply to: [WooCommerce] Not receiving purchase notificationThis is the message I’m getting below with the SMTP plugin but I don’t understand it if someone could enlighten me. I don’t have any authenticator plugins on the site that I’m aware of.
Heads up! The last email your site attempted to send was unsuccessful.
Email Source: WP Core
Mailer: Google / Gmail
{
“error”: {
“code”: 401,
“message”: “Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.”,
“errors”: [
{
“message”: “Login Required.”,
“domain”: “global”,
“reason”: “required”,
“location”: “Authorization”,
“locationType”: “header”
}
],
“status”: “UNAUTHENTICATED”,
“details”: [
{
“@type”: “type.googleapis.com/google.rpc.ErrorInfo”,
“reason”: “CREDENTIALS_MISSING”,
“domain”: “googleapis.com”,
“metadata”: {
“service”: “gmail.googleapis.com”,
“method”: “caribou.api.proto.MailboxService.SendMessage”
}
}
]
}
}
For more details please try running an Email Test or reading the latest error event.Forum: Plugins
In reply to: [WooCommerce] Infinite Loading IconApologies, somehow in my preview earlier I couldn’t see any of the previous responses. I’ve just tried this suggestion and unfortunately it hasn’t worked but I’d still re-post this question as it’s an essential I’ll need resolved. I appreciate any input. I’ve already scoured the net for possible solutions and tried myself so I’m out of ideas.
Forum: Plugins
In reply to: [WooCommerce] Making the view cart text disappearOh right! Somehow I missed it sorry. Thanks it’s worked!!
- This reply was modified 2 years, 8 months ago by sonjamarie.
Forum: Plugins
In reply to: [WooCommerce] Making the view cart text disappearThis is still unresolved and my question has not been responded to by anyone nor any advice on who could possibly look into it.
Forum: Plugins
In reply to: [WooCommerce] Infinite Loading IconThis is still unresolved and my question has not been responded to by anyone nor any advice on who could possibly look into it.