I'm trying to put two custom fields at the top of the woocommerce checkout (ideally it was the cart page but I can't find anything online about this being possible)
I've got the two custom fields to appear on the checkout page but with VERY limited…
I am using woocommerce and I wanna validate a coupon not only by the default built-in expiry date checking, but also expiry time as well.
I have added a custom field to coupons, that allows to set an expiry time.
I wrote the following code snippet…
By default you can add custom fields to several entities, however I don’t see the order entity in the list of available entities.
Is it possible to add such a field for order so user can fill it in the checkout process, right before sending the…
I have two custom Django fields, a JSONField and a CompressedField, both of which work well. I would like to also have a CompressedJSONField, and I was rather hoping I could do this:
class CompressedJSONField(JSONField, CompressedField):
…
I tried include custom fields value in woocommerce search but i have a problem.
On Google and Stack too, i saw examples with pre_get_posts, so i thought this is good direction and i made code like this:
function custom_search( $query ) {
if( !…
This is a plugin on how to add add cart item meta & order item meta for my WooCommerce order. Initially my code below worked well for input type=text. It returns the label for value and the inputed value.
On conversion to type=checkbox the code…
I try to add an which value also shows at the woocommerce backend, so I can see at the end if the costumer ticked the box or not.
The checkbox should be below the Payment Methods.
Is it possible to add a custom checkbox in…
In WooCommerce, when I submit, how to catch a custom select field added in the order edit admin pages?
I have added this custom select field in the file class-wc-meta-box-order-data.php. I get this:
But I dont know how to catch or to save…
I have created a Custom Field in WooCommerce Admin on the general settings tab of product pages, to insert a some days for manufacture. I would like to show this custom field value on cart and checkout pages above the name of each product.
Here is…
I am using the Advanced custom fields plugin and Custom post type UI to give my users some extra functionality. The problem I have is that I have setup a users information menu and in the list view all new posts appear as Auto Draft. Is there anyway…
currently I've got Jreviews installed and I'd like to replace it by K2 to list specialized shops with addresses, phones, maps, opening hours ...
With K2 I guess I'll need to define extra custom fields to hold those specific information. No…
I have a problem when I'm trying to set a value on a custom field in JIRA it returns me this error:
File "c:\python27\lib\site-packages\jira\resilientsession.py", line 45, in raise_on_error
r.status_code, error, r.url, request=request, response=r,…
here's my situation:
my client's wordpress site has an "events" custom post type with a custom field called "date" (advanced custom field's datepicker).
The site works just fine in all its parts but now they asked me to add a widget-like calendar…
I have extended django-markdown with a custom model field which allows one to define classes:
from django.db import models
from django_markdown.fields import MarkdownField
class MyModel(models.Model):
text = MarkdownField()
class…
I am trying use some AUI in my JIRA - in edit mode of my own custom field written in JAVA.
I found this page: https://docs.atlassian.com/aui/latest/sandbox/# and in future I would like to use set an example…