Skip to main content

Questions tagged [product]

A product is a good that can be bought or sold. Use this tag to refer to products in an economic or commercial sense only. For the mathematical notion of product, use tag [multiplication] instead.

product
0 votes
0 answers
20 views

In magento how to add paypal pay button in every product page

I set the following option to true in the admin portal: Store -> Configuration -> Sales -> Payment Methods -> PayPal -> Display on Product Details Page After this, the pay button did ...
Arul's user avatar
  • 1
-2 votes
0 answers
11 views

Woocommerce product list images transition effect

I have a Woocommerce based website with theme "Storely" and child theme "Shoply". By default this theme have transition effect on hover images in product list (When hover image, ...
4X4GUMI. BG's user avatar
1 vote
1 answer
27 views

WooCommerce Products Custom Dynamic Filters issue for Attributes, Brands and price

I'm trying to create a Woocommerce filter. Basicly everything works fine but there are some dynamic issues. <?php // Functie om gefilterde termen binnen de context van de huidige categorie op te ...
Jason Lommelen's user avatar
-3 votes
0 answers
35 views

When adding to cart a product in WooCommerce, I get "Sorry something went wrong, please try again" [closed]

When adding to cart a product in WooCommerce, I get "Sorry something went wrong, please try again". The problem was solved yesterday, but it came back today. I'm seeking your assistance ...
MD AADIL ANWAR's user avatar
1 vote
2 answers
48 views

Add multiple suffixes to WooCommerce displayed product prices

I have been trying to find a way to add a different suffix to both my retail prices and sales prices. I am going to be selling stone and I want my product page to display the following..... $12.99 /...
Stephen Williamson's user avatar
1 vote
1 answer
32 views

Display specific product attribute description in WooCommerce single product page

I have attribute "Details" and one of the values of this attribute - "Oversize". This value have description "Please note, this model runs large. We recommend ordering a size ...
Kiyik's user avatar
  • 23
2 votes
1 answer
25 views

Filter WooCommerce products from brand and category custom dropdowns

I'm trying to create 2 dropdowns, one for brands from Perfect Brands for WooCommerce plugin, and the other for 2nd level product categories. The category works on it own, but the brands just returns ...
SamberJac's user avatar
-1 votes
1 answer
30 views

Move reviews below the upsell and cross-sell section in Woocommerce [closed]

I am working with woocommerce plugin. I currently have product virtual reviews using Faview plugin, and then it's related products, complete the set and you may also like section in product detail ...
Tasnim Mostafa's user avatar
0 votes
0 answers
43 views

Troubleshooting '400 Bad Request' Error in Mailchimp addStoreProduct API Call

public function test(){ require_once '.././././vendor/autoload.php'; try { $client = new \MailchimpMarketing\ApiClient(); $client->setConfig([ 'apiKey' => env('...
Mária Ambrus's user avatar
1 vote
0 answers
28 views

When using WC_Product_Variable, it creates a simple product [duplicate]

I am trying to progmatticly create a Variable Product in WooCommerce like so: $currentProduct = new WC_Product_Variable(); $currentProduct->set_name( $product['Title'] ); ...
francis astin's user avatar
2 votes
1 answer
103 views

Add specific product attributes terms slug as a CSS class in Woocommerce

I'm trying to add the attribute value names of a product attribute as classname for each item. For example, I have a "Mood" attribute and the value names are "Happy", "Chill&...
Miguel Gomes's user avatar
2 votes
2 answers
42 views

Woocommerce Schedule Sale Start Date Issue

I am trying programmatically set a sale start date. I am using: function mysalesdates( $product, $sale_start,$sale_end ) { if ( ! is_a( $product, 'WC_Product' ) ) { $product = wc_get_product(...
Steve's user avatar
  • 21
-1 votes
1 answer
86 views

Change displayed Variable Product Attributes on WooCommerce Shop Page

I found some code that show variable product attributes on WooCommerce shop page: /** * Replace add to cart button in the loop. */ function iconic_change_loop_add_to_cart() { remove_action( '...
Shami Asad's user avatar
0 votes
0 answers
26 views

Woocommerce Split Orders for Partial COD Amount

I have this code which adds a COD payment option to my woocommerce store, so customer can pay partial payment as prepaid order and remaining outstanding amount as COD order. The code is working fine,...
chirag's user avatar
  • 75
-1 votes
0 answers
18 views

Error in uploading image url through csv in woocommerce prducts

I was uploading a csv file of products to import and add products in my woocommerce products, it include images url as “url1,url2,url3″… Each url ending with proper file type – .jpg, .png, etc. In ...
Ҡɾìʂհղą's user avatar

15 30 50 per page
1
2 3 4 5
341