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

Taxonomy page customization

$
0
0

Replies: 0

Hi,

I recently create a taxonomy for woocommerce product on my website, but I don’t how to custom it.
Indeed, I just want this taxonomy page seems like classic categories page.
Please help me.

add_action( 'init', 'create_marque_taxonomies', 0 );

// create marques taxonomy for the post type "product"
function create_marque_taxonomies() {
	// Add new taxonomy, make it hierarchical (like categories)
	$labels = array(
		'name'              => _x( 'Marques', 'taxonomy general name', 'textdomain' ),
		'singular_name'     => _x( 'Marque', 'taxonomy singular name', 'textdomain' ),
		'search_items'      => __( 'Search Marques', 'textdomain' ),
		'all_items'         => __( 'All Marques', 'textdomain' ),
		'parent_item'       => __( 'Parent Marque', 'textdomain' ),
		'parent_item_colon' => __( 'Parent Marque:', 'textdomain' ),
		'edit_item'         => __( 'Edit Marque', 'textdomain' ),
		'update_item'       => __( 'Update Marque', 'textdomain' ),
		'add_new_item'      => __( 'Add New Marque', 'textdomain' ),
		'new_item_name'     => __( 'New Marque Name', 'textdomain' ),
		'menu_name'         => __( 'Marque', 'textdomain' ),
	);

	$args = array(
		'hierarchical'      => true,
		'labels'            => $labels,
		'show_ui'           => true,
		'show_admin_column' => true,
		'query_var'         => true,
		'rewrite'           => array( 'slug' => 'marque' ),
	);

	register_taxonomy( 'marque', array( 'product' ), $args );

}

product archive i need more thumbnails in the row below main image

$
0
0

Replies: 0

This is just a temporary domain.

I’ve tried everywhere to find where I can increase the amount of thumbnails below the main image in product archive, from the statutory 4, to 6.

Can anyone help?

I don’t do too much coding, so have been using ‘snippets’ plugin.

Thanks guys.

Stock Management and CVS Uploads

$
0
0

Replies: 0

It seems that if the fields in the csv file for “In stock?” are set to 1 and stock management is disabled at the product level and at the site level everything is still out of stock! Why? It would seem to me if manage stock is disabled it should be disabled no matter what “In stock?” says.

Clean Up Download permissions

$
0
0

Replies: 0

Hello, I thought it was a great tool to be able to clean up download permissions. Not only to clean up the DB, but to also keep the DB size down.

But when I had a dispute (could be a chargeback as well), I had no proof they downloaded the item because that data was gone. Nothing I could submit to fight the dispute.

Is there any other solution for this? Or I just can never clean up download permissions?

Any thoughts would be appreciated. Thank you for your time.

Ron

remove validation of woocommerce billing emails

$
0
0

Replies: 0

how to remove validation of woocommerce billing emails

Calculate Tax/VAT on the order when one specific shipping method is selected

$
0
0

Replies: 0

Is it possible in any way to make a rule to have TAX calculated to the order only when one shipping method is selected by the customer? I’m not talking about tax on the shipping price, but tax on the products.
Tax is required if product is shipped from EU, but should not be added if product is shipped from China.

Menu editing issue with woocomerce

$
0
0

Replies: 0

Hi there,

I’m unable to edit my Menu section and i tried deactivating all plugins and then activated one by one to check which plugin has issue with. I got to know that it’s the Woocomerce plugin due to which i’m unable to edit the menu section.

Any suggestions on how to fix it ?

Slider in Woocommerce – Adding

$
0
0

Replies: 0

Hello! Guys ! Firstly I would like to say that my English isn’t perfect so please be patient. I will try to explain my problem briefly so:

I am using Astra appearance + a custom theme.
I followed a video on youtube how to create “your first store”.

I had to locate my store site in woocommerce what I did but it’s not any longer available to edit this site in elementor.

I have already downloaded many sliders for woocommerce but couldn’t add slider in the right place.

As you can see on my website (store) linked on top I would like to add a slider with products under the main menu and above products.

Do you have any idea ho may I do this ??

I have been working with wordpress for a couple of days and I am still learning new things so I hope you can help me somehow. Thank you


Additional Image Variation Display in Cart page

$
0
0

Replies: 0

Hi,
I have an issue regarding the color variation. Each variation has an additional image. So when I click any of the colors e.g white. It displays the white product and when I add to cart and in the add to cart page it displays the wrong color, not the selected color. It displays the featured image of the product.
I did try to debug the issue. I disabled the main WordPress Theme and use the default one but still not working. I tried removing the featured image but still not working.

Check the link
https://ibb.co/2Fqcj4M

Orders showing up on Staging site not on Production

$
0
0

Replies: 0

Hey there.

I am looking after a client Woocommerce website and recently there have been some customer orders randomly coming in and instead of going onto the production site, they are landing in the staging site order list in the dashboard. The orders work fine, money is collected and emails are all sent out.

The site is hosted on WPEngine.

I spoke to WPEngine support and they said to contact Woocommerce as it is not in their scope.

99% of orders are working as normal on the production site, however, just some random ones have hit the staging site. The staging site is also not indexed by Google.

I appreciate any suggestions of where I can look to fix the issue.

Thank you

Paul

email validation in checkout page

$
0
0

Replies: 0

existing email validation work in register page, not validate in checkout page

Search results showing products and posts/pages

$
0
0

Replies: 0

Hi

I have a search bar in the header and one search bar on the side menue in the shop. The results that I get are both products and pages/posts. How do I limit the search results only to products?
My search.php is
get_header();

?>

<div id=”content” class=”blog-wrapper blog-archive page-wrapper”>
<?php get_template_part( ‘template-parts/posts/layout’, get_theme_mod(‘blog_layout’,’right-sidebar’) ); ?>
</div><!– .page-wrapper .blog-wrapper –>

<?php get_footer(); ?>

Text link before add to cart hook

$
0
0

Replies: 2

Hello,

I have a question regarding Woocommerce hooks on single page: I want to add a text link before the Add to cart button hook in the single product page… so users can see info on sizes/dimensions etc… how to do that?

Thanks

Simple woocoomerce plugin to learn how to work

$
0
0

Replies: 2

I’m looking for some WooCommerce plugin that is basic to learn how to create new plugins. I already know how to create plugins that work on the front end, now I have to learn how to create the back end, to add new features to products.

Any recommendation?

How to add/update custom cart item data in the cart page

$
0
0

Replies: 0

I want to add a comment to individual products in the cart page. I am new to woocommerce so I have no idea how to do.

I have done some research. In that tutorial,
I found that I can use woocommerce_add_cart_item_data hook this way:

add_filter( 'woocommerce_add_cart_item_data', 'add_comment', 10, 3 );

function add_comment( $cart_item_data, $product_id, $variation_id ) {

    $cart_item_data['comment'] = 'This is comment';

    return $cart_item_data;

}

but this is not work in my case.

Thank you.


Options

$
0
0

Replies: 0

Hello,

I created all variations for my products, and currently I would like to add an option without make variation one by one.

If I have to create a variation, do you have tips or something else to help me ?

My new options, it’s not a new product it’s just an additionnal service. The name of attribut is ”Installation et Branchement” and the user has to chosse beetween ”Oui” or “Non”.

Thanks in advance

Phone field not translated on checkut page

$
0
0

Replies: 2

On the checkout page, the fields are translated to the site language (Danish), except for one field. If you check the box to enter a shipping address that’s different from the billing address, some extra field will appear, including a Phone field. The text ‘Phone’ is for some reason not translated. The Phone field in the billing address section above is translated just fine to Danish (Telefon).
How can I translate the untranslated Phone field?

I have Loco Translate plugin installed, and searching for the string in Woocommerce, it seems like it is translated correctly. The string doesn’t appear in the theme translation (Storefront).

WooCommerce tags together with normal tags

$
0
0

Replies: 0

With WooCommerce there a two tag version available in wordpress. With my installation I have
– normal wordpress tag: example.org/tag/word
– WooCommerce tag: example.org/shop-tag/word

I want to get rid of the “shop-tags”, WooCommerce tags should be handled like normal wordpress tags. Is this possible? Ideally, on the tag page first the shop entries and then the blog entries.

Thanks for help.

Connect Jetpack to activate WooCommerce Services

$
0
0

Replies: 0

Make this dismissible please – i’m tired of displaying none this.

Multisite + WooCommerce results in a 500 Internal Server error in admin backend

$
0
0

Replies: 0

Hello,

I’m creating a website for a customer. It’s a multisite. The steps I have taken:

– Blank WP install
– WP Multisite (subdirectory, not subdomain) install
– Edited .htaccess and wp-config with the given information from the multisite installation process
– Installed Larch theme https://themeforest.net/item/larch-responsive-multipurpose-wordpress-theme/22746673 with the plugins it comes with
– Edited .htacess as it’s required by the theme to increase memory limits (also tested in a previous installation to increase the limits within the wp-config)

… everything works fine until here.

– Installed woocommerce

… and here the problems begin. In the admin backend I get random 500 internal server errors every now and then. When I deactivate WooCommerce again, the error disappears. I’ve also tested it with a default theme WP comes with – same problem here.

Can anyone help here? All relevant plugins and themes are specified as multisite-ready, .htaccess and wp-config is adjusted, and the memory limits are increased.

Best regards
Sven

.htaccess:


# BEGIN WordPress
# Die Anweisungen (Zeilen) zwischen <code>BEGIN WordPress</code> und <code>END WordPress</code> sind
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
# Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]

# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]

# END WordPress

<IfModule mod_php7.c>
	php_value upload_max_filesize 1000M
	php_value post_max_size 2000M
	php_value memory_limit 3000M
	php_value max_execution_time 18000
	php_value max_input_time 18000
</IfModule>

wp-config:


[...]
define('WP_ALLOW_MULTISITE', true);

define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'waitforthestars.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

WooCommerce system report:


### WordPress Environment ###

WordPress address (URL): http://waitforthestars.com
Site address (URL): http://waitforthestars.com
WC Version: 3.9.2
REST API Version: ✔ 1.0.7
Log Directory Writable: ✔
WP Version: 5.3.2
WP Multisite: ✔
WP Memory Limit: 64 MB
WP Debug Mode: –
WP Cron: ✔
Language: de_DE
External object cache: –

### Server Environment ###

Server Info: Apache
PHP Version: 7.3.15
PHP Post Max Size: 64 MB
PHP Time Limit: 50000
PHP Max Input Vars: 5000
cURL Version: 7.38.0
OpenSSL/1.0.1t

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

### Database ###

WC Database Version: 3.9.2
WC Database Prefix: wp_
Datenbank-Gesamtgröße: 8.62MB
Datenbank-Datengröße: 6.64MB
Datenbank-Indexgröße: 1.98MB
wp_woocommerce_sessions: Daten: 0.02MB + Index: 0.02MB + 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
wp_2_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_comments: Daten: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_2_cubeportfolio: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_cubeportfolio_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_options: Daten: 2.22MB + Index: 0.06MB + Engine InnoDB
wp_2_postmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_posts: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_2_revslider_css: Daten: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_css_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_layer_animations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_layer_animations_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_navigations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_navigations_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_sliders: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_sliders_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_slides_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_static_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_static_slides_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_termmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_term_relationships: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_blogmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_blogs: 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_cubeportfolio: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_cubeportfolio_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_nf3_actions: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_action_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_chunks: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_fields: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_field_meta: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_nf3_forms: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_form_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_objects: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_object_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_relationships: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_upgrades: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_options: Daten: 2.38MB + Index: 0.13MB + Engine InnoDB
wp_postmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_posts: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_registration_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_revslider_css: Daten: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_sliders: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_static_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_signups: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_site: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_sitemeta: Daten: 0.11MB + Index: 0.03MB + Engine InnoDB
wp_termmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_usermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_users: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_download_log: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_product_meta_lookup: Daten: 0.02MB + Index: 0.09MB + 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_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_shipmentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipments: Daten: 0.02MB + Index: 0.03MB + 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_shipping_provider: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_gzd_shipping_providermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB

### Post Type Counts ###

attachment: 1
page: 7
post: 3
revision: 1

### Security ###

Secure connection (HTTPS): ❌
					Dein Shop benutzt kein HTTPS. Erfahre mehr über HTTPS und SSL-Zertifikate.
Hide errors from visitors: ✔

### Active Plugins (10) ###

Cube Portfolio: von Mihai Buricea – 3.9
Envato Market: von Envato – 2.0.3
Larch Custom Post Types: von Upper – 2.3.3
Slider Revolution: von ThemePunch – 6.1.7
WPBakery Page Builder: von Michael M - WPBakery.com – 6.1
Ultimate Addons for WPBakery Page Builder: von Brainstorm Force – 3.19.1
Multisite Language Switcher: von Dennis Ploetner – 2.3.0
GDPR Cookie Consent: von WebToffee – 1.8.5
Ninja Forms: von Saturday Drive – 3.4.24
WooCommerce: von Automattic – 3.9.2

### Inactive Plugins (3) ###

Akismet Anti-Spam: von Automattic – 4.1.3
Germanized for WooCommerce: von Vendidero – 3.1.3
Hello Dolly: von Matt Mullenweg – 1.7.2

### 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: #9 - /shop/
Warenkorb: #10 - /warenkorb/
Kasse: #11 - /kasse/
Mein Konto: #12 - /mein-konto/
Allgemeine Geschäftsbedingungen: ❌ Seite nicht festgelegt

### Theme ###

Name: Larch Child
Version: 1.0
Author URL: 
Child Theme: ✔
Parent Theme Name: Larch
Parent Theme Version: 1.8.1
Parent Theme Author URL: http://upperthemes.com
WooCommerce Support: ✔

### Templates ###

Archive Template: Dein Theme hat eine woocommerce.php-Datei
was dazu führt
dass du das Template woocommerce/archive-product.php nicht überschreiben kannst
da woocommerce.php höher gewichtet wird als archive-product.php. Das ist beabsichtigt
um Darstellungsprobleme zu verhindern.

Overrides: –

### Action Scheduler ###

Abgeschlossen: 0
Oldest: –
Newest: –

Ausstehend: 0
Oldest: –
Newest: –

Abgebrochen: 0
Oldest: –
Newest: –

In Bearbeitung: 0
Oldest: –
Newest: –

Fehlgeschlagen: 0
Oldest: –
Newest: –
Viewing all 102672 articles
Browse latest View live