Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
February 2023
Feb 10 Fri · 09:53
Forums med
Created a topic, Problema permessi cartella uploads, on the site WordPress.org Forums:
Buongiorno, utilizzo il contact form con possibilit…
July 2020
Jul 02 Thu · 10:57
Forums med
Posted a reply to Customize Packing Slips, on the site WordPress.org Forums:
Ok thanks
Jul 02 Thu · 09:40
Forums med
Posted a reply to Customize Packing Slips, on the site WordPress.org Forums:
Ok thanks. For the other request?
Jul 02 Thu · 08:41
Forums med
Created a topic, Customize Packing Slips, on the site WordPress.org Forums:
I wanted to know if it was possible to personalize the…
April 2019
Apr 01 Mon · 12:39
Forums med
Created a topic, How to replicate the pods structure, on the site WordPress.org Forums:
How can I import the JSON generated by migrate package…
February 2019
Feb 20 Wed · 09:28
Forums med
Posted a reply to Sale Price Outside Loop, on the site WordPress.org Forums:
It's a big improvement. Thanks a lot.
Feb 19 Tue · 15:09
Forums med
Posted a reply to Sale Price Outside Loop, on the site WordPress.org Forums:
I used this: $variations = $product->get_available_variations(); for ($j = 0; $j < count($variations); $j++) {…
Feb 19 Tue · 14:25
Forums med
Posted a reply to Method to invoke to check if a variable product is discounted, on the site WordPress.org Forums:
I used this approach: $discount = new WC_Taxonomy_Discounts_Webdados(); $variations = $product->get_available_variations(); for ($j = 0;…
Feb 19 Tue · 12:52
Forums med
Posted a reply to Sale Price Outside Loop, on the site WordPress.org Forums:
It would be convenient to invoke a function to display the discounted price of a…
Feb 19 Tue · 11:59
Forums med
Posted a reply to Method to invoke to check if a variable product is discounted, on the site WordPress.org Forums:
Is there a way (a class method) to get the discounted price of a product?