pizza builder with print invoice manual show flavours of pizza fields
-
Dear friend, please, could you help me to put the flavours chosed at the printer report of each sale?
(example attached here: https://pizzavenus.com.br/wp-content/uploads/2024/06/print-invoice-pizza-venus.jpg)
Bellow is the php code where I need to put this add:.order-items .order-pizza-meta-list,
.display-meta .order-pizza-meta-list,
display: yes;
display: active;
.order-items .woocommerce-Price-amount,
.display-meta .woocommerce-Price-amount,
display: yes;
display: active;
.order-items .order-pizza-meta-list,
.display-meta .order-pizza-meta-list,
display: yes;
display: active;
.order-items .order-line-items,
.display-meta .order-line-items,
display: yes;
display: active;
.order-items .woocommerce-order-items,
.display-meta .woocommerce-order-items,
display: yes;
display: active;
.order-items .woocommerce-order-items-wrapper,
.order-items .woocommerce-order-items-wrapper,
display: yes;
display: active;
.woocommerce-order-items-wrapper,
.order-pizza-meta-list {As you can see, my knowledge about coding is very limited. I tried to adapt others functions and tried to identify the fields envolved. But not sure about which one is that!
The plugin that collects the fields is that: https://www.ads-software.com/plugins/pizza-builder-for-woocommerce/
I already tried to talk with the owner, but he could not help me. Thanks a lot for helping!
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘pizza builder with print invoice manual show flavours of pizza fields’ is closed to new replies.