Skip to main content
The 2024 Developer Survey results are live! See the results

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
-2 votes
1 answer
33 views

Limit the number of characters / words in WooCommerce product backend [closed]

When we create a product in WooCommerce, I want to : limit the product title to 30 characters limit the product short description to 50 words I found many shortcodes that limits that in the frontend,...
Jeriss Cloud Center's user avatar
2 votes
0 answers
20 views

prevent change quantities on cart page

I'm using combo offer woocommerce plugin to make a bundle product with specific item number of linked products. I had unchecked this option: "Buyer can change the quantity of combo products?"...
engnajjar 's user avatar
0 votes
0 answers
12 views

Can't select sub categories on filter in the products category page

I work on Prestashop 1.7.8.11 website, and I have an issue when it comes to filter products by categories on a products category page. Indeed, let's say that I have this category tree : -> Woman ...
Half-A's user avatar
  • 1
0 votes
0 answers
6 views

Recurring Sales per Product Netsuite

In Netsuite, I will be able to have a saved search or report where I can classify the sale of a product as a "recurring sale", with a specific frequency (monthly, quarterly, bimonthly), and ...
AlejandroGS's user avatar
3 votes
1 answer
67 views

How to hide specific fields from WooCommerce Admin Products Quick Edit

I'm trying to hide some WooCommerce fields from the "Quick Edit" window: "Date", "Tax status", "Tax class", "Weight", "L/W/H", "...
Xim's user avatar
  • 57
0 votes
0 answers
35 views

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

"I've enabled the 'Display on Product Details Page' option for PayPal in the admin portal (Store -> Configuration -> Sales -> Payment Methods -> PayPal), but the PayPal Pay button is ...
Arul's user avatar
  • 1
-2 votes
0 answers
13 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
33 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
1 vote
2 answers
55 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
37 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
28 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
30 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
105 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

15 30 50 per page
1
2 3 4 5
341