brambil
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF Galerie 4] BUG array_map(): Argument #2 ($array) must be of type arrayThe problem was having both your plugin and trying to change from one to another mataining the old field or creating a new one while maintain also the old one.
I solved deleting the old one, removing all meta related to your old Gallery and migrating to Galerie4.
I don’t have ACF Pro in this website.
Just to post my salution, I made composed products composing from 2 categories, in the coupons I limited the possibility to apply discount excluding certain categories
Hi, any news about this?
Thanks.
Thanks.
In my opinion the behavior is not as expected.
This is my use-case: for every order I generate a coupon, associated to an email address that has a discount for a product or a category of product. This means that I have tens of similar coupons, and with your plugin I see that 20 coupons are applied, but maybe no-one is really eligible or only one (in any case no more than 1 coupon is eligible).
What I expect is that only when the user put his e-mail address coupon with e-mail address restrictions are applied.
My personal suggestion and approach would be:
1. when you load coupons in the cart page make a query to load only coupons that haven’t any e-mail address restriction AND a second query, to be run only if a user is logged in, for the coupons available for the e-mail address that is stored in the account. And apply them.
2. When the user has inserted his data in the checkout form and WooCommerce made all his checks, add another action using the filter and load coupon for that e-mail address and apply them.
I’m in same trouble.
Is possible have some debug information? Maybe using plugin such query-monitor to detail what is happening?
In which relase this problem starded? Maybe I could revert to that version while you are developing the fix, for me is very annoying this bug. Thanks
Thanks.
Thanks.
It could be an options, but my goal is also integrate tables in my WP Posts.
My HTML is an output from a scoring software, so I know how is formatted.
Each table is inside a div, in each div there is an <heading>, a <p> and the table.
My script will explode the html, for each div extract heading and p information that I will use to update post and identify the tablepress id to update, finally I will pass all the code to tablepress to work on the table.I will investigate the code and share the solution. Maybe it could be useful for other people who use the same scoring software.
- This reply was modified 2 years, 6 months ago by brambil.
Dear,
I have an HTML file with many tables.
I use information in other tag (h3, p) to determinate witch tablepress update and to modify the post where the table is show. So I need many customization, I read about auto-import but it con assolve only partially my needs. I will give it a try but I need on-demand update and not programmatically and some pre-work to extract other information from the file.Thanks.
- This reply was modified 2 years, 6 months ago by brambil.
After many tentatives I decided to remove plugin, attributes and products, clean DB and reconfigure everything.
Now I think is working, I will try for a while and if still works I will buy the full plugin to have the full feature.
Updated and solved.
Thanks.
Thanks,
it’s a website still in development, on a local test server without external access.The problem is both with or without cache plugin (LiteSpeed server, PHP 7.2)
Forum: Plugins
In reply to: [Contact Form 7] [_url] encodes “&” connection of GET parametres.up