dianimation
Forum Replies Created
-
Thanks, Wfasa,
that’s good to hear. How will be informed? Will there be a newsletter?
Or do I have to check the blog by myself?Hi there!
News from my provider – the server-error-log shows this error:
[Fri Nov 03 12:28:57.935814 2017] [core:alert] [pid 32312] [client
MYIP:60933] /vhost_44145/.htaccess: php_value not allowed here,
referer:
http://www.MYSITE.at/wp-admin/admin.php?page=WordfenceWAF&wafAction=configureAutoPrepend¤tAutoPrependAm I right, that this does confirm, that my provider doesn’t allow to add something to php.ini? And is there another way to get the Advanced Firewall up and running?
Thanks again! Diana
Thanks for your quick reply!
The hosting provider is a small local one, called cablelink. Their support told me, that I can’t change the php.ini. My WordPress-error-log-file doesn’t show anything for these dates. I asked the cable-link-support for specific server-error-logs. Hopefully I will get an answer soon.
But I previously asked the provider-support about my server-configuration – the preselected one “Apache + mod_php” should be the right one.
I’ll be back as soon as I get the error-log …
Forum: Plugins
In reply to: [wp-Typography] Seit Update wiederkehrende “max_allowed_packet”-noticeHallo Pepe!
Vielen Dank für deine ausführliche Antwort! Ich denke, mein Problem ist wirklich ein Spezialfall: Der Provider meines Kunden ist kein designierter Webspace-Anbieter und ist deshalb recht träge, was die Aktualisierung von php und mySql anbelangt. Uns wurde allerdings ein Upgrade noch in diesem Halbjahr versprochen.
Ich glaube, dass dieses Problem nur wenige Nutzer betreffen wird. Deshalb mach dir bitte keine Mühe mit der Umprogrammierung. Ich habe zwischenzeitlich einfach wp-Typography wieder zurück auf die Version 4.0.2 gestellt. Die funktioniert bei uns auch ohne php-notice. Und sobald unser Webspace-Upgrade erfolgt ist, werde ich dann wieder updaten.
Für mich reicht das so für den Moment!
Vielen lieben Dank noch mal!
DianaForum: Plugins
In reply to: [Post Types Order] Archive cpt-page not showing correct sortingHi! Thanks, but no, there aren’t any JS-errors, but there is one PHP-error in my error-log, which comes up 8 times, every time when reordering:
PHP Notice: Undefined offset: 19 in …/wp-content/plugins/post-types-order/include/cpto-class.php on line 184
Disabled all other plugins (besides Toolset and WPML) – still same problem!
Forum: Plugins
In reply to: [Jigoshop] Paid Extension Support?Oh, so you are handling all the support-question on your own?
I feel sorry for you …But thanks for your reply! Waiting for your next … 🙂
Forum: Plugins
In reply to: [Jigoshop] No line-break in email-templates using [order_items]Thanks! Works! Love it!
I guess, many of “us” out there, would love to see this shortcode working in core-plugin.
And it would be nice, if aour [order_items_table] would include the discount, too. 🙂
And the [order_items] would be more practically with a line-break on the end … :)))Is there a feature-request-site anywhere for your plugin, where I could place those suggestions?
Forum: Plugins
In reply to: [Jigoshop] Manually entering a quantity in cart doesn't workUff, really glad to hear that, Marcin! In this project I disabled and hided the coupon-code on checkout-page. But this would have been a knockout criterion for further more complex projects for me. So I’m really looking forward to your update! 🙂
Thanks again! Hope, I don’t have to bother you again in the next days 😉
Forum: Plugins
In reply to: [Jigoshop] No line-break in email-templates using [order_items]Sorry, but your filter isn’t working. My error-log says:
PHP Notice: Array to string conversion in /Volumes/daten/di_cms/ginsenginfo/wp-content/plugins/jigoshop/classes/jigoshop_emails.class.php on line 120
PHP Notice: Array to string conversion in /Volumes/daten/di_cms/ginsenginfo/wp-content/plugins/jigoshop/classes/jigoshop_emails.class.php on line 136Please again for your input.
And with first one, the line-break: Why aren’t you changing that? Do you need these products anywhere without a line-break? If not, I think the shortcode for emails should do just that: Fill in one product per line, not all products in one long single row … Or even better, a shortcode like [order_items separator=”
“] or [order_items separator=”, “] …Forum: Plugins
In reply to: [Jigoshop] No line-break in email-templates using [order_items]Thanks a lot, Marcin, for the hints!
Found your order_items output on page jigoshop_order.class.php and added a break on line 424. Is there a chance, that you will implement this in future updates? And if not, is there a way to add this break with a hook from functions.php?
I also found a way for the “is_discount”-variable. I added the “shortcode” in jigoshop_emails.php in the arrays for $variables:
'is_discount' => jigoshop_get_order_coupon_list($order) != '' ? true : null,
Is there a filter or hook for that, so that I can add this in my themes functions.php? So i can update your plugin in the future without loosing my variable?Forum: Plugins
In reply to: [Jigoshop] Manually entering a quantity in cart doesn't workAh, forgot to mention: If I’m filling in all of the billing-informations and then enter a coupon-code, the coupon is working fine, but I have to re-enter all billing-informations. The billing-form is empty after coupon-activation.
Forum: Plugins
In reply to: [Jigoshop] Manually entering a quantity in cart doesn't work1. Okay, I understand. Thanks for the info. Anyway it’s not really a big deal if it’s possible to checkout with an empty cart.
3. You are right, without Enter on the field, giving a number for the quantity works in the cart. But I guess, that users often hit enter after filling in such a field. So I disabled the input-field on my site. That does the trick for me. If someone is reading this post in future, here my CSS for this input field:
.quantity input.qty { pointer-events: none; cursor: default; }4. You are validating the coupons on checkout too. So in your example, on checkout there will be a message, that this coupon isn’t available for that country. You are doing already something similar with the validation for coupons and given payment method. If I’m applying a coupon, that is only available for paypal-payment and I change my payment method to cash-on-delivery, I can’t checkout. There’s an error-message on checkout, that this coupon isn’t valid with my chosen payment method. So it shouldn’t be such a great problem, to validate only the coupon on coupon-submission and the billing-form with coupon code and payment-gateway only on checkout. If you don’t want to implement this in your core-plugin, please for a hint, how I can achieve this for my sites.
I really want to use your plugin in my future projects. But the behavior of coupon-codes on checkout page isn’t a great user experience. It’s annoying when filling in a coupon-code does give me this much error-messages. At least the coupon-code should show up then in the cart. But again, it’s not there. That’s really confusing for all of the users, isn’t it?
Forum: Plugins
In reply to: [Jigoshop] Manually entering a quantity in cart doesn't workThanks for your reply, Marcin!
No, with demo-shop I mean your official demo-shop on this page: http://demo1.jigoshop.com And no, my site is not online yet, but will be in the next days.
1) Okay, so this is the wanted behaviour. That’s a pity. Would be much nicer, if it would produce the same output as deleting the cart.
3) Manually entering a number in the quantity-field of the cart does not update the cart. And this happens on your official demo-shop too. So you can check it out on your page. Just enter another amount in the cart-page and submit it with enter. Your site is refreshing, but nothing happens in the cart. Neither the amount is changing, nor the price. It doesn’t work. In my case on my site, on page refresh or on checkout the cart is updating. On your site nothing happens anyway in the cart.
Instead of updating the cart, there is the message “Coupon does not exist or is no longer valid!” above the cart – also on your demo-shop. I guess, that entering a number in the quantity field does trigger the coupon-validation. So I tried to delete all of my coupons in the backend, then the message disappears, but the cart is still not updating. (That’s what I meant with “activated or deactivated in backend”). Do you see the problem now?
I know, it’s not really required to manually fill in a quantity, because the plus- and minus-buttons are working fine. But i think it’s a bit confusing. I guess, checking the quantity-text-field as read-only, would do the trick for most users.
2+4) Sorry, I didn’t understand what your given code above should change. Anyway, I tried to add it in my functions.php, but it didn’t change anything in first place. Only on a manually page-refresh after entering a coupon-code, it adds an url-parameter “?unset_coupon=…”. I don’t think, that’s the way it should work out?
Unfortunately I can’t test this problem on your demo-page, because I don’t know a valid coupon-code. But perhaps you can try it on your site? Please try to add a coupon code on your checkout-page. On my site in this case I get all billing-form-validation-error-messages, a message that the coupon-code is added successfully but no discount is added in the cart and no coupon-labels are seen beside the coupon-field. But you are right, when refreshing this page, the coupon and discount appears and all error-messages are gone.
But I don’t think, that’s really the way, coupons should work on a checkout-page. Or do you want them to behave like that? Normally entering a coupon-code should only trigger the coupon-validation, not the billing-form-validation. No user would fill in the billing-informations before entering a coupon-code. So everyone will get these error-messages. Or do I miss something?
Please again for help!
Forum: Plugins
In reply to: [Jigoshop] No line-break in email-templates using [order_items]Oh, and it would be great, if there is a possibility to check, if any coupon-code was given on checkout. Is there a shortcode for that? Something like [is_disount]?
It shouldn’t be listed in the order-email, if no coupons are available.
Forum: Plugins
In reply to: [Jigoshop] Manually entering a quantity in cart doesn't workAnd next strange thing: Deleting the cart with the x works great. There is a message, that the cart is empty and a button back to the store.
But if reducing the quantity with the “-” Button from 1 to 0, the empty cart is still displaying. And the checkout-button is also still there.
Same behaviour on your demo page …