federico_a
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] manage sub-attributeHi @stuartduff,
I think I learned how to set a variable product.
I was trying the indications of @shaonback2 to try to display attributes even though I did NOT check the “used in variation” checkbox.
In this way I should be able to greatly simplify the management of variation prices (only 4 price entries) because otherwise they would be about 100 per product.Forum: Plugins
In reply to: [WooCommerce] manage sub-attributehello @shaonback2,
now with the code you sent me I see the color attribute (with the checkbox NOT selected “used in variations”) as you told me.
now I have to work on it because the color has to be selected (mandatory) to add a product to the cart. also try to change the graphics of the color field (no drop-down list but color list)Forum: Plugins
In reply to: [WooCommerce] manage sub-attributeHi, @shaonback2,
I just tested the steps for creating a new product and found it is showing all attributes on the product page.
I created a small video showing the steps I followed to create that variable product. ?? https://drive.google.com/file/d/1kqVoL-ehdU4pKoWiJlA8Ll6GL0NIiXAH/view?usp=sharingyour solution should be fine only that to me the color attribute as it is set is not displayed in the product sheet.
See video
https://www.loom.com/share/28f654a747d648059e589764807eb1ccForum: Plugins
In reply to: [WooCommerce] manage sub-attributeI understand! but in fact I was looking for a way to simplify product management
Forum: Plugins
In reply to: [WooCommerce] manage sub-attributeok thanks for the reply.
however, I was also looking for a way to simplify product management.
If set as you say I have to set the price for each fabric/color combination.
Instead I would like to set the price only in the fabric variations.
Furthermore, I cannot set up a management with a bulk editor, so I had divided the color categories. (the colors will be fixed once the fabric is selected).Forum: Plugins
In reply to: [WooCommerce] manage sub-attributeyes, the solution you suggested should be fine in fact I set up a product like this
https://prnt.sc/IdbufZUn_XNp
but I don’t understand because if the attribute is set to “don’t use it for variations” the attribute is not visible on the product page:
https://prnt.sc/MFqJRBNq5mNV
if instead active for all types of colors “use in variations” I have this situation:
https://prnt.sc/9XniwlhXCN6U
however it is not correct because I should only be able to select one color.
if you want to see the test product here it is:
https://dev.treativa.it/bozze/chairs/prodotto/gotham-sl/
in this case “color cat A” and “color cat B” are set with “use in variations”, while “color cat C” and “color cat D” are not set in variationsForum: Plugins
In reply to: [WooCommerce] manage sub-attributeyes, I use variable products.
I’m looking for a way to simplify management because I don’t want to insert the price in category fabric / color category variation. The colors for each color category are about 50 and a product can also have all 4 selectable fabric categories.
Ideally, the site administrator only enters the fabric categories and the price for each fabric category. the color should be entered automatically.Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] installation errorI tried to fix the problem but it still doesn’t work
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] installation errorHi,
I deleted everything and reinstalled manually and the problem was not solved.
I also tried in another host and the problem and it’s the same.
thanks
federicoHi,
I didn’t understand how wp_body_open is used for banner translation. I use wpml.
can you help me?
thanksForum: Plugins
In reply to: [Lightbox with PhotoSwipe] strange behaviorperfect. thank you very much
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] strange behaviorhi,
I found how to disable prettyphoto.function remove_vc_prettyphoto(){ wp_dequeue_script( ‘prettyphoto’ ); wp_deregister_script( ‘prettyphoto’ ); wp_dequeue_style( ‘prettyphoto’ ); wp_deregister_style( ‘prettyphoto’ );
add_action( ‘wp_enqueue_scripts’, ‘remove_vc_prettyphoto’, 9999 );I would like to ask which attribute should I insert a lighbox gallery.
Thanks
federicoForum: Plugins
In reply to: [Social Viral Downloader] Facebook Share not workingI also have the same problem.
I created a sample page here:
https://treativa.com/test-share/
Facebook does not share and generated button appears. Why?
thank you
federico