zzzt
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Search OnlyI’ll try to explain my idea:
Our database will contain information about discount cards. The client will be able to see the number of points by the card number or his phone number. At the same time, none of the users should see the entire list of cards and bonusesThank you, but this does not work, unfortunately.
Let’s use the example of a comment on an order.
Here is the field in your plugin: https://prnt.sc/sfvrne
Field on the order page: https://prnt.sc/sfvtczThere is a template in my theme folder
woocommerce / emails / admin-new-order.phpThe template has a code that should display the desired field in the letter. Here it is:
<table cellspacing="0" cellpadding="6" style="width: 100%; border: 1px solid #eee;" border="1" bordercolor="#eee"> <tbody> <tr> </tr> <tr> <td>Комментарий к заказу</td> <td><?php get_post_meta($order_id, 'order_comments', true); ?></td> </tr> </tbody> </table>And here is the letter that comes after the order: https://prnt.sc/sfvxsv
Is empty
What am I doing wrong?Forum: Plugins
In reply to: [Saphali Woocommerce Lite] Radio-кнопкиРечь про секцию Дополнительных полей
Скриншот: https://prnt.sc/sf9v33
Как в данном случае добавить Radio-варианты?Re-install plugin. It’s work! © =)
Thanks!
It’s work ©
=)Forum: Fixing WordPress
In reply to: Update the publication date when editing the postThanks! ) Too bad (
Then is it possible to lift up the post after editing without changing the date of publication ?