Krzysztof Pi?tkowski
Forum Replies Created
-
Hello, please give me more informations:
– what do you see after refresh?
– what do you see after click on update cart button?
– is this theme based on storefront?
– are you using any hooks related to cart, proces or products? I.e. In you theme or plugin?I think that this cart template prints product price but not cart item price.
Pewnie, mo?na zastosowa? style CSS w szablonie.
@digialityco Please rate this plugin if you like it ??
- This reply was modified 2 years, 5 months ago by Krzysztof Pi?tkowski.
Hello, error messages are for debug purposes and are showed only for admin or shop manager. General, any user with capability ‘manage_woocommerce’. Try to view product page as a guest. There’s no error message.
This may be confusing, so I’m going to add simple setting to show error messages for admin.
You can also check default selected option for radio options.
Fixed in v.1.2.3. My detailed answer has been held for moderation by automated system and will be manually reviewed by a moderator.
@moderator – please delete this answer.- This reply was modified 2 years, 5 months ago by Krzysztof Pi?tkowski.
Hello, I’ve just got notification because you called me with “@”. Sorry for late reply.
I’ve just uploaded v.1.2.3. The issue was in JS. I used selector $(“.summary form”).serialize(). You have no .summary wrapper around “form” tag. In v.1.2.3 I changed selector to $(“form.cart”).serialize() which fixed this issue.
“Bad request” is thrown when:
– nonce is invalid
– there’s no _wck_hash and _wck_product_id in POST data
In this case there was no _wck_hash and _wck_product_id in POST data because $(“.summary form”) was not found.Please call me @wckalkuator on next issues or create a new thread.
You are right. I fixed it in v.1.1.5.
Forum: Plugins
In reply to: [WC Share Cart URL] extension suggestionHi, thanks for suggestion. I’m going to release a new version in near future.
Wersja deweloperska 1.2 jest dost?pna w repozytorium GitHub. Dodano mo?liwo?? wykorzystania funkcji round, ceil, floor, abs, max, min, pow, sqrt.
Dev branch: https://github.com/piatkowski/wckalkulator/tree/dev
Development version 1.2 of this plugin is available at GitHub https://github.com/piatkowski/wckalkulator/tree/dev
{end_date} and {field} has a price of the field (empty in your case), but not a date.
I’m working right now on v.1.2, which adds many new features. I think it would be better to use Range Date Picker in the next update. Range Date Picker will have both price and “days between dates” parameter to use in a formula.Fixed in 1.1.4.
Hello, it is an issue. It will be fixed in 8 hours.
Witam,
W kolejnej wersji pojawi? si? nowe funkcjonalno?ci. W tym funkcje do wykorzystania w formu?ach.Forum: Fixing WordPress
In reply to: wp_get_audio-extensions() not workingWhat’s your WP_Query statement ?