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

Woocommerce doe snot recognize right my PHP version

$
0
0

Replies: 0

HEy.
I have a website with a paid theme Eduma and want to install woocommerce as part of it. But it says my PHP version is not meeting the requirement.
I update it to 7.3 and increase all time and file limits and it still does not work.
What should I do?


[products ids=”…”] with variations

$
0
0

Replies: 0

I’m using woocommerce shortcode [products ids=”…”] but it’s not workign with variations of variable products. Is it possible to display also variations? screen: https://imgur.com/a/re0hF79

Google Search Console Products

$
0
0

Replies: 2

Hello,

I’m having some problems with Google Search Console product indexing. My pages are indexing just fine, but under the “Products” tab in Google Search Console I only have 2 products showing (out of about 50 total on my website). I understand this is something handled by WooCommerce with some “product” tags or something, so what can be the problem? Here is my website: leather-depot.com

Thanks

how to prevent user from changing email address

$
0
0

Replies: 1

Is this a simple way to disable the ability for a WC user to change their email address?

thanks

How to edit [terms] shortcode link text?

$
0
0

Replies: 0

In the standard WooCommerce customiser settings you can amend the terms and conditions acceptance text, and you can also replace the [terms] shortlink with whatever html link you want.

However, if you do that and use a custom link, the terms text no longer loads in a nice embedded frame and instead the link opens in a new page like a normal link.

How can I change the ‘terms and conditions’ link title that is displayed when using the shortlink. Specifically I need it to say ‘terms of use’ instead, but behave in the same way as the [terms] shortcode. Can this be done with a custom function in the child theme?

Thanks

My Register Forms Are Mixing Up

Auto related Products with AMP compatibility

$
0
0

Replies: 0

Hi,
Have there any plugin to show auto-related products in the product details page..Some logic should be there and must be AMP compatible…

Product Category Layout Error

$
0
0

Replies: 0

hi,
I’ve encountered an error on some of my product category pages. The error also happens on the products within those categories.
I’m using storefront with the latest WordPress update.

The category page should look like this:
https://keukendeals.be/index.php/product-category/barbecues/

Any idea what could cause this?


edit or insert shipping phone

$
0
0

Replies: 0

Hi everyone

I have entered a new field (shipping phone), when an order arrives it is inserted and I visualize it correctly, but when I have to manually insert an order I cannot insert it or edit it. how can I do ?

WooCommerce checkout text input color how to change?

$
0
0

Replies: 1

Hi, can someone help me with the following thing?

I want the text color of all the information entered by buyer: first name , last name, country, city, zip code, street address, email, etc. on the checkout page changed to white because the background of my website is black.

Thanks!

Custom alphabetical artist order code not working

$
0
0

Replies: 0

Hi!

I have a code in my online shop that creates a dropdown to order Artists in alphabetical order from A-Z and Z-A.

However it’s broken at some point during an update. So I’m looking for help on how to fix it. Below is the code I’m using and link to the page.

The funny thing is that the code works from shop page 2 onwards! Page one (and two products on page two) are the products that don’t align with the alphabetical order. So if you choose drop down Artists Z-A the first three pages are correctly in alphabetical order. I’ve also tried a few other similar codes and the problem is the same.

Any advice would be much appreaciated!

/**
 * Adds WooCommerce catalog sorting options using postmeta, such as custom fields
 * Tutorial: http://www.skyverge.com/blog/sort-woocommerce-products-custom-fields/
**/

function skyverge_add_postmeta_ordering_args( $sort_args ) {
		
	$orderby_value = isset( $_GET['orderby'] ) ? wc_clean( $_GET['orderby'] ) : apply_filters( 'woocommerce_default_catalog_orderby', get_option( 'woocommerce_default_catalog_orderby' ) );
	switch( $orderby_value ) {
	
		// Name your sortby key whatever you'd like; must correspond to the $sortby in the next function
		case 'esittaja_asc':
			$sort_args['orderby']  = 'meta_value';
			// Sort by meta_value because we're using alphabetic sorting
			$sort_args['order']    = 'asc';
			$sort_args['meta_key'] = 'pa_esittaja';
			// use the meta key you've set for your custom field, i.e., something like "location" or "_wholesale_price"
			break;
			case 'esittaja_desc':
			$sort_args['orderby']  = 'meta_value';
			// Sort by meta_value because we're using alphabetic sorting
			$sort_args['order']    = 'desc';
			$sort_args['meta_key'] = 'pa_esittaja';
			// use the meta key you've set for your custom field, i.e., something like "location" or "_wholesale_price"
			break;
		
	}
	
	return $sort_args;
}
add_filter( 'woocommerce_get_catalog_ordering_args', 'skyverge_add_postmeta_ordering_args' );

// Add these new sorting arguments to the sortby options on the frontend
function skyverge_add_new_postmeta_orderby( $sortby ) {
	
	// Adjust the text as desired
	$sortby['esittaja_asc'] = __( 'ARTIST A-Z', 'woocommerce' );
		$sortby['esittaja_desc'] = __( 'ARTIST Z-A', 'woocommerce' );

    
	return $sortby;
}
add_filter( 'woocommerce_default_catalog_orderby_options', 'skyverge_add_new_postmeta_orderby' );
add_filter( 'woocommerce_catalog_orderby', 'skyverge_add_new_postmeta_orderby' );
  • This topic was modified 3 hours, 58 minutes ago by Sami S.
  • This topic was modified 3 hours, 57 minutes ago by Sami S.

Single product: reduce gap between photo and description

$
0
0

Replies: 0

Hi,

I would like to reduce the gap between the product description and the product image.

See the following screenshot for more details: https://ibb.co/bWS5bk4

(My website is in Arabic that’s why the page alignement starts from the right to the left).

Could you please help me reduce that gap?

Thank you.

Best regards,

Admin Ajax load_fragments

hide state and city in the shipping calculator

$
0
0

Replies: 0

Hi,

I am using post-codes and countries to calculate shipping costs.

I would like therefore to hide the state and the city fields in the shipping calculator, and have only country and post-code.

How can I do that?

Thanx

Problem changing product quantity in Cart

$
0
0

Replies: 0

I have the following problem.
To unconnected customers it normally adds a product to the cart. By making a basket view if you change the quantity and press update, the basket is erased.
*** If the customer is connected, everything is done normally.
Any suggestion?
Thanks in advance
Marios

I have an installation with only the woocommerce enabled and the storefront theme in the link: https://test.247sales.gr/


Change product category name to singular if just one inside?

$
0
0

Replies: 0

From time to time, our product categories (using Woocommerce) will only have one item. Since by default, we have given them plural names (ie. Watches), but if there’s only one watch for sale at a given time, it would be nice if the product category name could switch to “Watch”. Can someone assist?

Select options dropdown

$
0
0

Replies: 0

Hello,

Where can I put the circles into a dropdown list?
KIES MAAT
13x18cm
21x30cm
30x40cm
40x50cm
50x50cm
61x91cm
100x150cm

Page visibility settings not updating

$
0
0

Replies: 0

A few weeks ago I made my woo-commerce shop password protected.
Now I want to remove the password protection. When I change the visibility settings to “Public,” the user is still prompted to insert a password. When I play around with the visibility settings (making it private or creating a new password), none of those settings are updated either.
Any suggestions?
Thanks!

User choice to display quantity of goods

Managing order adjustments – help!

$
0
0

Replies: 0

I’ve spoken to Woo support and I’m still finding it difficult to understand something. I am moving to Woo from a different platform that functions quite differently.

If you have received an order from a customer, and then they phone or email to say they want to add an item to the order, or they chose the wrong variation, or they want to change to a faster delivery, etc, something that requires adding cost to that order… how do you process this?

From what I understand you have to change the order status back to Processing, and then add the item or fee, and then email this to the customer. But the recalculation gives a new total for the whole order, that the customer already paid for, and not just the additional amount that needs to be paid.

If the customer wants to just add another item, you could create another order, but the site I am making has a minimum order amount so this wouldn’t work. And it would be better to also give them one order and invoice. If they wanted to change to a faster shipping and pay the extra, how do you email them to pay the extra?

I am finding it difficult to understand how to manage and deal with these scenarios. Could anyone explain how you do it?

Many thanks

Viewing all 102855 articles
Browse latest View live


Latest Images