ucsendre
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Issues with the HTML minifierHTML minify caused problems with our websites also (carousels messed up and broken layout). Please let us know if there is an update available.
Forum: Plugins
In reply to: [WooCommerce] How can I set up this product?you can set up inventory at variation level not only per product
Forum: Plugins
In reply to: [WooCommerce] How can I set up this product?Hello Tandyman,
You have to set up attributes for the variable products.
In your case the product is the room.
Attribute 1 is the date period.
Attribute 2 is the number of guests.
This will give you more variations and you will be able to set the different prices.Best regards,
EndreForum: Plugins
In reply to: [WooCommerce UPC, EAN, and ISBN] Add GTIN to Schema MarkupYou have to make a custom function to include GTIN in the schema.
The plugin developer wrote this in another topic:
Yes the main GTIN is in post meta under hwp_product_gtin:
get_post_meta( $post_id, ‘hwp_product_gtin’, 1 );
If you have variations with GTINs, you can find those in post meta like this:
get_post_meta( $variation[‘variation_id’], ‘hwp_var_gtin’, 1 );
You have to loop through the variations to get that.
This can help you make the custom function.
Forum: Plugins
In reply to: [WooCommerce UPC, EAN, and ISBN] Display of GTIN on product variationsYou have to set up one GTIN at product level (product data > inventory tab) for the parent (variable) product.
After doing so all variation GTIN’s will show up correctly.
I think this is a little bug in the plugin but I can live with it.
Forum: Plugins
In reply to: [árukeres? - Megbízható bolt integráció] FrissítésAz eredeti fejleszt? nem elérhet? itt ??
Problémás az 1.0.0 verzió Woocommerce 3+ kompatibilitása, ezért készítettem egy github fork repót, amiben javítottam a wordpress debug által jelzett hibákat.
A javított verziót (1.1.0) ide nem tudom felt?lteni, de a githubról let?lthet?:
https://github.com/ucsendre/arukereso-megbizhato-bolt-integracioüdv,
EndreAm I wrong to think that you could do a composer update and upload the complete plugin package to github?
I have seen there was a new release a few hours ago. It would make our life easier if we do not have to run composer update every time there is an update.
Not to mention those folks using shared hosting without access to shell functions.I have just installed a new project development site and found out this plugin is not available. Scared me like hell because I use this plugin on quite a few production sites. I hope this issue will be solved soon. Please keep us updated. Thank you for the great plugin.
Hello,
It was very comfortable to know that IP addresses with frequent hacking attepts are locked out for quite a long time (240hours – in my case) and to be able to set the reset period was also nice to have.
IMHO having 3 more options will not make the admin interface more complex.
I do not see the reasons why you made these settings hidden.
Please let us control these settings again in the next release.
Thank you.Best regards,
EndreForum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Bundle prices are 0Hello,
The 0 amount problem is still there. The bundled products are hidden, but the price for the bundles are 0.
See new screenshots:
https://www.bvfheating.hu/wp-content/uploads/2019/03/0ft.png
https://www.bvfheating.hu/wp-content/uploads/2019/03/0ft-email.pngPs.
nothing changed on the backend – order editing page is still the same mess as it was before…Best regards,
EndreI made a little js to do the trick.
Not elegant at all, but works.jQuery(document).ready(function($){ var xyz987 = document.getElementsByClassName('variation-selector'); for (var xyz007 = 0; xyz007 < xyz987.length; xyz007++){ xyz987[xyz007].classList.remove("hidden"); }; var xyz654 = document.getElementsByClassName('tawcvs-swatches'); for (var xyz008 = 0; xyz008 < xyz654.length; xyz008++){ xyz654[xyz008].classList.add("hidden"); }; });
- This reply was modified 6 years, 1 month ago by ucsendre.
Forum: Plugins
In reply to: [Cart links for WooCommerce] Settings page for this pluginThank you!
You should aviod doing this. Feels like hijacking the customer. This is terribile and completely unexpected user experience.
Forum: Reviews
In reply to: [Gutenberg] Why reinvent the wheel?Those articles were well written, detailed and precise critics about Gutenberg.
This might hurt some people here.
The truth can not be hidden anyway. Everyone can feel the problems.
Gutenberg has more than double 1 star reviews compared to 5 star ones.
This is simple and straight to the point – Gutenberg is not ready to roll out as core editor yet.Forum: Reviews
In reply to: [Gutenberg] Why reinvent the wheel?I hope this will not be the end of wordpress and it will be solved soon.
This will be a huge pain for a lot of people out there and critical mass will surely do something about it.