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

How to do Shipping Increases with Quantity

$
0
0

Replies: 3

Hi,

Newbie questions here.

How do I set up the shipping rate for a simple product so that the cost of shipping increases slightly when a customer increases their quantity? Here’s what I’m trying to do.

Product is a poster (Poster 1) and it costs $19 to ship.
If the customer choose a quantity of two, the shipping cost should increase slightly to maybe $21.
Also, let’s say I have another product (Poster 2) and the customer buys that as well, the shipping cost should increase by another $2 as opposed to another full charge of $19.

I’m guessing there is some method of inputting a formula that calculates the incremental increase in shipping per unit but I’ve no idea where to do this or what syntax to enter for the calculations.

Your advice would be greatly appreciated.


First name and Last name is missing on Checkout page of Woocommerce

$
0
0

Replies: 3

Hi,

I have noticed that the first name and the last name of my checkout page are missing. Whereas other details like billing, phone are showing. Please guide me

  • This topic was modified 13 hours, 9 minutes ago by thetekz24.

Primary subcategory issue

$
0
0

Replies: 0

Hello,

There is a problem where Woocommerce sort the categories and subcategories by alphabatical order.

When I make a subcategory as primary it makes the parent category as primary not the subcategory one i’ve selected that’s because the parent category starts with C and the subcategory starts with D.

Here is a screenshot https://i.imgur.com/MzauewA.png

Any help to eliminate this alphabetical order will be appreciated

Woocomerce Payment Information

$
0
0

Replies: 0

Hello I have a question how can I change the setting of the confirmation email with bank details. I would like the recipient “JustCanna inscription” not to be bold and coloured. I would like it to be dotted like the other subsections below, is it possible to do it this way?

Preview photo in the link

don’t hide add to cart button

$
0
0

Replies: 0

after click on add to cart button on single product page
the button is hidden

i want to use function to make it appears with another text

Remove an Action from a certain product

$
0
0

Replies: 0

Hello,

I have an add action snippet added globally above my add to cart button.

add_action( 'woocommerce_before_add_to_cart_button' , 'aj_add_below_prod_var', 5 );

function aj_add_below_prod_var() {
  echo '<span style="font-weight:bold; color:red;"> Quantities are in HALF YARD increments.  1 = Half Yard, 2 = Full Yard, 3 = 1.5 Yards, etc. </span>';
}

However, I just realized I have ONE particular product that this action will need to NOT apply to.

How would I write the code to say IF Product ID is 12808 remove the above action?

Thank you!!!

  • This topic was modified 11 hours, 54 minutes ago by lkafrazier.

Code on product page

$
0
0

Replies: 0

Hi, I have code appearing on a product page for a Gift Card. Can anyone advise how I can fix this?

Thanks

Marion

Request to sort the names of Iranian provinces

$
0
0

Replies: 0

I sorted the provinces, please apply in the new version. Thank you for your efforts
//============================================================================
‘IR’ => array( // Iran States.
‘EAZ’ => __( ‘East Azarbaijan (آذربایجان شرقی)’, ‘woocommerce’ ),
‘WAZ’ => __( ‘West Azarbaijan (آذربایجان غربی)’, ‘woocommerce’ ),
‘ADL’ => __( ‘Ardabil (اردبیل)’, ‘woocommerce’ ),
‘ESF’ => __( ‘Isfahan (اصفهان)’, ‘woocommerce’ ),
‘ABZ’ => __( ‘Alborz (البرز)’, ‘woocommerce’ ),
‘ILM’ => __( ‘Ilaam (ایلام)’, ‘woocommerce’ ),
‘BHR’ => __( ‘Bushehr (بوشهر)’, ‘woocommerce’ ),
‘THR’ => __( ‘Tehran (تهران)’, ‘woocommerce’ ),
‘CHB’ => __( ‘Chaharmahal and Bakhtiari (چهارمحال و بختیاری)’, ‘woocommerce’ ),
‘SKH’ => __( ‘South Khorasan (خراسان جنوبی)’, ‘woocommerce’ ),
‘RKH’ => __( ‘Razavi Khorasan (خراسان رضوی)’, ‘woocommerce’ ),
‘NKH’ => __( ‘North Khorasan (خراسان شمالی)’, ‘woocommerce’ ),
‘KHZ’ => __( ‘Khuzestan (خوزستان)’, ‘woocommerce’ ),
‘ZJN’ => __( ‘Zanjan (زنجان)’, ‘woocommerce’ ),
‘SMN’ => __( ‘Semnan (سمنان)’, ‘woocommerce’ ),
‘SBN’ => __( ‘Sistan and Baluchestan (سیستان و بلوچستان)’, ‘woocommerce’ ),
‘FRS’ => __( ‘Fars (فارس)’, ‘woocommerce’ ),
‘GZN’ => __( ‘Ghazvin (قزوین)’, ‘woocommerce’ ),
‘QHM’ => __( ‘Qom (قم)’, ‘woocommerce’ ),
‘KRD’ => __( ‘Kurdistan / کردستان)’, ‘woocommerce’ ),
‘KRN’ => __( ‘Kerman (کرمان)’, ‘woocommerce’ ),
‘KRH’ => __( ‘Kermanshah (کرمانشاه)’, ‘woocommerce’ ),
‘KBD’ => __( ‘Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراحمد)’, ‘woocommerce’ ),
‘GLS’ => __( ‘Golestan (گلستان)’, ‘woocommerce’ ),
‘GIL’ => __( ‘Gilan (گیلان)’, ‘woocommerce’ ),
‘LRS’ => __( ‘Luristan (لرستان)’, ‘woocommerce’ ),
‘MZN’ => __( ‘Mazandaran (مازندران)’, ‘woocommerce’ ),
‘MKZ’ => __( ‘Markazi (مرکزی)’, ‘woocommerce’ ),
‘HRZ’ => __( ‘Hormozgan (هرمزگان)’, ‘woocommerce’ ),
‘HDN’ => __( ‘Hamadan (همدان)’, ‘woocommerce’ ),
‘YZD’ => __( ‘Yazd (یزد)’, ‘woocommerce’ ),
),


Downloads and Subscriptions Sort Order on “My Subscription”

$
0
0

Replies: 1

If using Downloadable Subscriptions, on the My Account > My Subscription Page, what field is determining the Sort Order for the Subscriptions section and the Downloads Section on the Front End?

In a previous post, I had a similar inquiry about the My Account > Downloads section and its sorting order, and with your supports assistance we were able to determine that the sorting field was the Product_ID.

Unfortunately, it doesn’t look like this is used consistently, because I’m seeing different sorting orders on the My Account > My Subscription page and the My Account > Downloads page. I need to figure out the sorting fields on the My Subscription Page now as well.

You can see this post which references a previous Support post, which in turn references another post with relevant details.

https://wordpress.org/support/topic/downloadable-products-from-subscription-sort-order/#post-14525896

Wrong quantity number in the checkout page

$
0
0

Replies: 2

Hello,

I would like to ask why this quantity number in the checkout page is showing only number 1. It should show the actual amount of the product in cart.

https://imgur.com/a/3JE30Qx

Any ideas? Thank you for your help

Not enough units of [] are available in WC

$
0
0

Replies: 0

When customers attempt to buy an AI004 full kit in aluminum: https://aisynthesis.com/product/diy-ms-20-filter/
They get this message on checkout:
Not enough units of AI004 OTA Voltage Controlled Filter – Full Kit Aluminum are available in stock to fulfil this order.

Despite there being enough stock.

WP: 5.7.2
WC: 5.3

Maybe hacked, paypal diverted to another person

$
0
0

Replies: 0

I think I got hacked, someone got access to my primary email and was able to reset my wordpress admin password, It looks like they changed something to have some (but not all) woocommers payments from my webstore get diverted to another paypal account. I have checked the api settings for paypal and they seam to be mine.

I have changed all password even changed users for the admin. but payments still seam to be redirected. Anyone have experience with this and can help?

I do have the email address of the paypal account it is being redirected to. Thanks to a customer who brought it to my attention.

Help changing color of variation font

$
0
0

Replies: 1

I am trying to change the color of the variation descriptions (ie what the dropdown is changing). I am using a dark theme and the font is now a dark gray and barely visible as is. I have used several plugins to try to change the color and even tried several css codes all of which have not worked. Any suggestions would really help.

  • This topic was modified 3 hours, 41 minutes ago by webguyusa.

tick box is not align properly

$
0
0

Replies: 0

hi, there

tick box is not align properly i am not able to tick individually, any help would be appreciated, thanks

https://ibb.co/C6V804q

WooCommerce Product Data Tabs Not Working

$
0
0

Replies: 0

Hi, i am using WooCommerce Plugin with Divi Themes.

The Product Data Tabs section is not working.

i have checked to make sure both the wordpress theme and all plugins are updated to the latest versions, but it’s still not working.

Here’s what the product data currently looks like in my dashboard: https://ibb.co/5kF8NPz


some confusions

Unable to delete or edit shipping info

$
0
0

Replies: 1

Hi,

I am unable to delete or edit shipping zones or shipping options. When clicking on delete or disable the page jumps to the top and nothing changes.

Remove Prices From Delivery Note in Woocommerce

$
0
0

Replies: 1

Hello, does anyone know of a way to not show prices in delivery notes generated by woocommerce?

Thanks in advance

Fatal Product Error Line 20

$
0
0

Replies: 2

We hav an error in the product backend.

Error:

CRITICAL Uncaught Error: Call to a member function get_type() on bool in /homepages/28/d745329365/htdocs/shop/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php:20
Stack trace:
#0 /homepages/28/d745329365/htdocs/shop/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php(33): include()
#1 /homepages/28/d745329365/htdocs/shop/wp-admin/includes/template.php(1389): WC_Meta_Box_Product_Data::output(Object(WP_Post), Array)
#2 /homepages/28/d745329365/htdocs/shop/wp-admin/edit-form-advanced.php(688): do_meta_boxes(Object(WP_Screen), 'normal', Object(WP_Post))
#3 /homepages/28/d745329365/htdocs/shop/wp-admin/post.php(206): require('/homepages/28/d...')
#4 {main}
  thrown in /homepages/28/d745329365/htdocs/shop/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php in Zeile 20´

System Report:

### WordPress Environment ###

WordPress address (URL): https://shop.herding-textiles.com
Site address (URL): https://shop.herding-textiles.com
WC Version: 5.3.0
REST API Version: ✔ 5.3.0
WC Blocks Version: ✔ 4.9.1
Action Scheduler Version: ✔ 3.1.6
WC Admin Version: ✔ 2.2.6
Log Directory Writable: ✔
WP Version: 5.7.2
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: de_DE_formal
External object cache: –

### Server Environment ###

Server Info: Apache
PHP Version: 7.4.18
PHP Post Max Size: 64 MB
PHP Time Limit: 50000
PHP Max Input Vars: 5000
cURL Version: 7.64.0
OpenSSL/1.1.1d

SUHOSIN Installed: –
MySQL Version: 5.7.33-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: 5.3.0
WC Database Prefix: wp_
Datenbank-Gesamtgröße: 79.40MB
Datenbank-Datengröße: 67.27MB
Datenbank-Indexgröße: 12.13MB
wp_woocommerce_sessions: Daten: 11.02MB + Index: 0.33MB + Engine InnoDB
wp_woocommerce_api_keys: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_order_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_tax_rates: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zones: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
magnalister_apirequests: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_config: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_ebay_categories: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_ebay_errorlog: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_ebay_prepare: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_errorlog: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
magnalister_global_selection: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_image: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_listings_deleted: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
magnalister_magnacompat_errorlog: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
magnalister_orders: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
magnalister_preparedefaults: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
magnalister_products: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
magnalister_selection: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_actionscheduler_actions: Daten: 2.52MB + Index: 2.91MB + Engine InnoDB
wp_actionscheduler_claims: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_groups: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_logs: Daten: 2.52MB + Index: 1.94MB + Engine InnoDB
wp_berocket_termmeta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_blc_filters: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_blc_instances: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_blc_links: Daten: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_blc_synch: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_borlabs_cookie_consent_log: Daten: 0.06MB + Index: 0.02MB + Engine InnoDB
wp_borlabs_cookie_content_blocker: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_borlabs_cookie_cookies: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_borlabs_cookie_groups: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_borlabs_cookie_script_blocker: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_braapf_product_stock_status_parent: Daten: 0.05MB + Index: 0.02MB + Engine InnoDB
wp_braapf_product_variation_attributes: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_braapf_term_taxonomy_hierarchical: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_braapf_variation_attributes: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_fusion_forms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_fusion_form_entries: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_fusion_form_fields: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_fusion_form_submissions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_gdpr_cc_options: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mclean_refs: Daten: 0.08MB + Index: 0.00MB + Engine InnoDB
wp_mclean_scan: Daten: 0.06MB + Index: 0.02MB + Engine InnoDB
wp_options: Daten: 12.08MB + Index: 0.19MB + Engine InnoDB
wp_pmxe_exports: Daten: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_pmxe_google_cats: Daten: 0.39MB + Index: 0.00MB + Engine InnoDB
wp_pmxe_posts: Daten: 0.09MB + Index: 0.00MB + Engine InnoDB
wp_pmxe_templates: Daten: 0.06MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_files: Daten: 0.16MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_hash: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_history: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_images: Daten: 0.11MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_imports: Daten: 0.11MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_posts: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_templates: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_postmeta: Daten: 6.05MB + Index: 2.03MB + Engine InnoDB
wp_posts: Daten: 25.03MB + Index: 0.33MB + Engine InnoDB
wp_shortpixel_folders: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_shortpixel_meta: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_sib_model_contact: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_sib_model_country: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_termmeta: Daten: 0.13MB + Index: 0.17MB + Engine InnoDB
wp_terms: Daten: 0.09MB + Index: 0.09MB + Engine InnoDB
wp_term_relationships: Daten: 0.22MB + Index: 0.14MB + Engine InnoDB
wp_term_taxonomy: Daten: 0.11MB + Index: 0.14MB + Engine InnoDB
wp_usermeta: Daten: 0.08MB + Index: 0.03MB + Engine InnoDB
wp_users: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_admin_notes: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_note_actions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_category_lookup: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_download_log: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_coupon_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wc_order_stats: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_order_tax_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_product_meta_lookup: Daten: 0.14MB + Index: 0.31MB + Engine InnoDB
wp_wc_reserved_stock: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_tax_rate_classes: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_gzd_dhl_im_products: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_dhl_im_product_services: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_dhl_labelmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_dhl_labels: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_packaging: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_gzd_packagingmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipmentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipments: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_gzd_shipment_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipment_items: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_gzd_shipment_labelmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipment_labels: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipping_provider: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_gzd_shipping_providermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wpmailsmtp_tasks_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpr_rucss_resources: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wpr_rucss_used_css: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_yoast_indexable: Daten: 3.50MB + Index: 0.95MB + Engine InnoDB
wp_yoast_indexable_hierarchy: Daten: 0.08MB + Index: 0.08MB + Engine InnoDB
wp_yoast_migrations: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_yoast_primary_term: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_yoast_prominent_words: Daten: 0.14MB + Index: 0.14MB + Engine InnoDB
wp_yoast_seo_links: Daten: 0.41MB + Index: 0.20MB + Engine InnoDB

### Post Type Counts ###

acoplw_badges: 1
acoplw_prod_list: 1
attachment: 796
avada_faq: 1
br_filters_group: 1
br_product_filter: 10
fusion_element: 2
fusion_form: 1
fusion_tb_section: 3
fusion_template: 1
ibfw_product_label: 1
nav_menu_item: 41
oembed_cache: 8
page: 47
post: 1
product: 283
product_variation: 208
revision: 3
seedprod: 2
shop_order: 5
wobd-badge-designer: 3

### Security ###

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

### Active Plugins (34) ###

FiboSearch – AJAX Search for WooCommerce: von FiboSearch Team – 1.11.0
AGB-Connector der IT-Recht Kanzlei: von Inpsyde GmbH – 2.1.0
All-in-One WP Migration Unlimited Extension: von ServMask – 2.40
All-in-One WP Migration: von ServMask – 7.43
Autoptimize: von Frank Goossens (futtta) – 2.8.4
Borlabs Cookie – Cookie Opt-in: von Benjamin A. Bornschein
Borlabs – 2.2.26

Broken Link Checker: von WPMU DEV – 1.11.15
Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd: von SeedProd – 6.2.3
Avada Builder: von ThemeFusion – 3.3.1
Avada Core: von ThemeFusion – 5.3.1
Avada Custom Branding: von ThemeFusion – 1.2
magnalister: von magnalister – 3.0.3
Media Cleaner: von Jordy Meow – 6.1.7
Perfect Brands for WooCommerce: von QuadLayers – 1.8.7
PW WooCommerce Bulk Edit: von Pimwick
LLC – 2.88

Safe SVG: von Daryll Doyle – 1.9.9
SEO Friendly Images: von Vladimir Prelovac – 3.0.5
ShortPixel Image Optimizer: von ShortPixel – 4.22.2
User Role Editor: von Vladimir Garagulya – 4.59.1
Woo Badge Designer – WooCommerce Product Badge Designer WordPress Plugin: von AccessPress Themes – 3.0.9
PayPal PLUS für WooCommerce: von Inpsyde GmbH – 2.2.1
WooCommerce AJAX Products Filter: von BeRocket – 3.0.3.6
Germanized für WooCommerce: von vendidero – 3.4.8
Sendinblue – WooCommerce Email Marketing: von Sendinblue – 2.0.20
WooCommerce: von Automattic – 5.3.0
Yoast SEO Premium: von Team Yoast – 16.4
Yoast SEO: von Team Yoast – 16.4
WP All Export Pro: von Soflyy – 1.6.5
WP All Import Pro: von Soflyy – 4.6.7
WP Mail SMTP: von WPForms – 2.8.0
WP Rocket: von WP Media – 3.9.0.1
WP All Import – WooCommerce Add-On Pro: von Soflyy – 3.2.6
Yoast SEO: WooCommerce: von Team Yoast – 14.1
Yoast Test Helper: von Team Yoast – 1.14

### Inactive Plugins (0) ###

### Dropin Plugins (1) ###

advanced-cache.php: advanced-cache.php

### Settings ###

API Enabled: –
Force SSL: –
Currency: EUR (€)
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: –

### WC Pages ###

Shop-Basis: ❌ Seite nicht festgelegt
Warenkorb: #1117 – /warenkorb/
Kasse: #1118 – /kasse/
Mein Konto: #1119 – /mein-konto/
Allgemeine Geschäftsbedingungen: #8 – /agb/

### Theme ###

Name: Avada Child
Version: 1.0.0
Author URL: https://theme-fusion.com
Child Theme: ✔
Parent Theme Name: Avada
Parent Theme Version: 7.3.1
Parent Theme Author URL: https://themeforest.net/user/ThemeFusion
WooCommerce Support: ✔

### Templates ###

Overrides: Avada/woocommerce/cart/cart.php
Avada/woocommerce/checkout/form-pay.php
Avada/woocommerce/checkout/review-order.php
Avada/woocommerce/checkout/thankyou.php
Avada-Child-Theme/woocommerce/emails/customer-reset-password.php
Avada/woocommerce/loop/loop-start.php
Avada/woocommerce/single-product/add-to-cart/variable.php
Avada/woocommerce/single-product/short-description.php
Avada/woocommerce/single-product/tabs/additional-information.php
Avada/woocommerce/single-product/tabs/description.php

### Action Scheduler ###

Abgeschlossen: 9.960
Oldest: 2021-05-14 11:04:08 +0200
Newest: 2021-06-07 09:08:24 +0200

### Status report information ###

Generated at: 2021-06-07 09:16:05 +02:00
`

Remove additional info tab for a specific product ID

$
0
0

Replies: 1

Hi,

Is it possible to remove the Additional Information tab for a specific product? I know how to remove it globally, but cannot figure out how to remove it for a specific product ID.

Thank you!

Viewing all 102571 articles
Browse latest View live