ElisaM84
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Label not showing in product pageSorry, i have change the hook and now it works fine
Thank you
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Label not showing in product pageI’m sorry but it doesn’t work, label is not in the product page code
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Label not showing in product pagesorry but I didn’t understand what I have to do, can you explain me better? Thank you
Go on the shop https://tecnomanie.it/shop/
and check “In stock” in the right sidebar. For some products with different variations the filter does not work.For example If you go on the product “Apple Ipad Air 2 € 199” https://tecnomanie.it/prodotto/apple-ipad-air-2/
and choose “Memoria 16GB” “Colore Grigio Siderale” “Connettività WIFI+CELL” “Condizioni GRADO A+” the product with this features is out of stock (Esaurito).I would like only the available variations to be displayed, it’s possible?
Thank you!!Hi @filipeos, thank you for the quick answer!
More down the code and in the css I added.tawcvs-swatches .out-of {
display: none !important;
}——–
$( “.variations_form” ).on( “woocommerce_update_variation_values”, function () {
var $swatches = $(‘.tawcvs-swatches’);
$swatches.find(‘.swatch’).removeClass(‘hidden’);
$swatches.each(function(){
var $select = $(this).prev().find(‘select’);
$(this).find(‘.swatch’).each(function(){
if (($select.find(‘option[value=”‘+ $(this).attr(‘data-value’) +'”]’).length <= 0)) {
$(this).addClass(‘out-of’);}
});
});
});
@filipeos Hello, thank you for your code! I found a problem: if I change variations the colors don’t change but the first one is always selected. Even if I click on clear, the color variations are not reset. can you help me?
Thank you very much!Buongiorno,
ho inserito tutti i dati nel form al momento del check out e mi sono accorta che i dati appaiono tutti nel dettaglio ordine all’interno di woocommerce cliccando su fatturazione. Invece nelle mail di riepilogo ordine e anche nel riepilogo ordine sul sito dopo l’acquisto, sia la pec che il codice identificativo non vengono visualizzati. Quindi direi che il sistema li ha registrati ma non li visualizza correttamente.Inoltre volevo sapere se è possibile:
– rendere obbligatorio il codice identificativo al posto della pec
– scrivere accando alla tipologia di cliente privato “ricevuta fiscale” anzichè “fattura”.Grazie mille!
Infatti mi sembrava strano che non si vedessero, però l’amministratore quando riceve la mail del nuovo ordine vede solamente la pvia e il codice fiscale, non vengono stampate la pec o l’sdi. Sapete darmi qualche indicazione perchè succede questo?
Inoltre volevo chiedere: noi non usiamo il plugin per generare le fatture perchè per ora il cliente si appoggia al suo gestionale. Ci serve solo la conferma d’ordine con tutti dati richiesti per la fatturazione. Serve lo stesso attivare WooCommerce PDF Invoices & Packing Slips? O posso usare solamente il vostro plugin per raccogliere i dati.
Grazie!