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

Can’t adjust product quantity?


Manual Order problem

$
0
0

Replies: 2

Hello, I have issues with adding products to manual order. WHile the product variations are available on the front-end, I can’t add it when I create the manual order. Could you please check, It seems that it is a bug from the WooCommerce side… The product variations have SKUs and prices and weight… but still it doesn’t show on the manual order page.

thank you

Design login/signup page

$
0
0

Replies: 1

Hello

I want to design login/signup page. How to do?

Regards
Abhijeet

how do redirect to custom login page from woo emails?

$
0
0

Replies: 1

I have setup a custom login page at /user_login. after they login through that page it redirects to /my-account which works great. problem is default woocommerce emails direct the user to login (order #, subscription#, etc…) at /my-account so the standard woo login page is shown. How can I have these direct to /user_login instead?

  • This topic was modified 6 hours, 59 minutes ago by berkmh.
  • This topic was modified 6 hours, 54 minutes ago by berkmh.

Woocommerce error “Sorry, this file type is not permitted …”

$
0
0

Replies: 1

Hi,
I’m trying to update my product database, but I have a problem with the import. When I Export there is no problem, the website gives me a CSV file that I can open with Excel. But then I can’t upload that CSV again. I didn’t changed anything inside the file, so it’s a clean one. Why is that occurring?

Hay información del pedido que no me aparece en la App de woocommerce

$
0
0

Replies: 1

Hola:
Utilizo el plugin Woocommerce Order Delivery Time management para establecer el día y la hora de reparto de la entrega de los productos que vendo por woocommerce. Utilizo la APP para gestionar los pedidos pero no me aparece la información del día y la hora que ha solicitado el cliente en el formulario del Check out. ¿como podría solucionarlo?

Product CSV Import Suite plugin custom variation

$
0
0

Replies: 1

Hi,
I followed the tutorial in the documentation page (Importing Product Variations) exactly and it works perfect in the front end and back end.

But I need to see one variation at first at front end, for example I need the visitor to see at first red t shirt small size with its price then he can change it as he wanted.

I hope this can be done.
Thanks

  • This topic was modified 5 hours, 41 minutes ago by khsana04.
  • This topic was modified 5 hours, 39 minutes ago by khsana04.

WooCommerce product layout vertical instead of horizontal after using shortcode

$
0
0

Replies: 0

Hi there!

I used the following short code to show one category only products on a page, but the alinement is vertical in stead of horizontal (4 columns next to each other).

[products limit=”16″ columns=”4″ category=”armbanden”]

What did I do wrong? And how can I show the products as I wanted?

Thank you in advance! 🙂

  • This topic was modified 5 hours, 8 minutes ago by Jan Dembowski.
  • This topic was modified 5 minutes ago by James Huff.

no automated tax calculated

$
0
0

Replies: 0

No automated tax is shown in checkout page though all settings look right.

Content goes under footer

$
0
0

Replies: 3

This page’s content and cart page display the content and keeps scrolling under my footer. I’ve tried adding shortcodes with elementor but had no different result.

Multilanguage products

$
0
0

Replies: 1

Good day. Wanted to ask how is possible to add products in 2 languages by import function? I prepared 2 separate .csv files on different languages and with same ID for same products. But after importing they are not connected between each other. I got just 2 same products on different languages. Can find them only separately. When one of them is selected on marketplace and I’m switching the language – web just returning to Home page on another language. Thanks in advance

All new products in new categories displaying with a line

$
0
0

Replies: 0

Suddenly all new products in any new category I create are displaying with a line through the price and off-centered.

I have already gone through and deactivated all plugins and then reactivated one by one, I still have not found the problem.

What’s weird about this error is that if I add a product to an already existing category it displays correctly.

No show pt-BR version of text

Split up packing slip and mail to separate warehouses

$
0
0

Replies: 0

Is it possible to split up the packing slip after an order? I have separate warehouses for different products, and I have to send packing slips to both them with only the products that they deliver. Is it programatically possible to implement a custom hook on order and based on product id send out 2 different packing slips? Or is there no such function built in programatically to create a packing slip for certain products of the order?

[WooCommerce] Shop Header CSS

$
0
0

Replies: 1

I have WooCommerce installed and when I’m logged in via admin, my header displays the correct way, here. When a guest visits the site, the CSS isn’t right.


add multivendor store to my blog site

$
0
0

Replies: 0

Hi how are you I wish this finds you well
I have a blog site and I want to add another page contain multivendor store the users can sell product by subscription or by the roll is that avlibale in the WooCommerce plugin
if that not available how can add a market page to my blog site

Interac e-transfer plugin for woocomerce

$
0
0

Replies: 1

Hi, I’m wondering if there is a plugin for woocommerce that will enable us to accept interac e-transfers. We are in Canada.

Thank you,

Lillian

Can I add a product variation without combination

$
0
0

Replies: 0

Hello,

I wanted to build a product page where there will a different attributes and for each attribute there will be a variation, but the problem with those ariation is that i have to make a combination of both the variations from the different attribute.

Is there any way where i can make multiple Attributes and For those attributes i would have different variation which also differs in pricing.

E.g.
I want to have attribute of SETS OF PRODUCTS 2, SOP 8 and its variation will have different prices as of the set.

I wanted a feature which is found in the given link.

Hook that specifies an action code is only applied to a certain product category

$
0
0

Replies: 0

I have some code running globally on my website that places a notation between my product variation and the add to cart button, however, I do not want it to appear globally, but rather only applied to particular Product Category Slugs or Product ID’s.

I’ve tried what seems like a million different things to make it happen, but the code still appears on every product/category I have published.

The code is as follows:

add_action( ‘woocommerce_before_add_to_cart_button’ , ‘aj_add_below_prod_var’, 5 );

function aj_add_below_prod_var() { echo ‘ Quantities are in HALF YARD increments. (1=1/2 Yard, 2=1 Yard, 3=1 1/2 Yards, etc.) ‘; }

Can anyone help? I only want it to appear on the products that are in the category slug ‘pre-order-fabrics’

Thanks so much for any assistance!

how make search product and product cat woo

$
0
0

Replies: 0

Hi, I’m doing a custom ajax search for woocommerce product and product categories but don’t know make it, the code for ajax search is:

add_action('wp_ajax_data_fetch' , 'data_fetch');
add_action('wp_ajax_nopriv_data_fetch','data_fetch');
function data_fetch(){
  $args_vdp = array('posts_per_page' => 5, 's' => esc_attr( $_POST['keyword'] ), 'post_type' => array('product','product_cat'), 'post_status' => 'publish');
    $the_query = new WP_Query($args_vdp);
    if( $the_query->have_posts() ) :
        while( $the_query->have_posts() ): $the_query->the_post(); global $product;?>
        <div class="container">
          <a href="<?php echo esc_url( post_permalink() ); ?>"><?php the_title(); echo $product->get_price_html();?></a>
        </div>
        <?php endwhile;
		wp_reset_postdata();  
	else: 
		echo '<h3>No se a encontrado</h3>';
    endif;
    die();
}
// add the ajax fetch js
add_action( 'wp_footer', 'ajax_fetch' );
function ajax_fetch() {
?>
<script type="text/javascript">
function fetchResults(){
	var keyword = jQuery('#searchInput').val();
	if(keyword == ""){
		jQuery('#resultados_vdp').html("");
	} else {
		jQuery.ajax({
			url: '<?php echo admin_url('admin-ajax.php'); ?>',
			type: 'post',
			data: { action: 'data_fetch', keyword: keyword  },
			success: function(data) {
				jQuery('#resultados_vdp').html( data );
			}
		});
	}   
}
</script>

how would make to search the categories and products?

Viewing all 102571 articles
Browse latest View live