Pepro Dev. Group
Forum Replies Created
-
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] تغییر زبانسلام. این امکان هنوز وجود ندارد . فاکتور میتواند تنها به یک زبان باشد . ولی میتوانید با برنامه نویسی درصورتی که زبان کاربر انگلیسی بود قالبی که برای فاکتور استفاده میشود را توسط هوک تغییر دهید به قالب انگلیسی.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] مخفی کردن آیتم های باندل در فاکتوربا سلام. نیاز به بررسی فنی و برنامه نویسی میباشد.
Forum: Reviews
In reply to: [PeproDev Ultimate Invoice] برنامه عالیبا سلام و سپاس . حتما
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] New location “Upload receipt”Typo*: echo do_shortcode ….
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Show Error Message But upload successHi @rasho098, I hope you are doing great.
The Error-500 on Admin-Ajax.php is due to a server problem.
You can always check if there’s anything wrong with plugins using Debugging mode which could be activated by adding the following lines in your wp-config.php file:define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
@ini_set('display_errors', 1);
error_reporting(E_ERROR|E_WARNING);Please check the errors printed in debug.log file and see if there’s anything related to our plugin. I would personally fix the problem and release a new version.
Thank you so much for your collaboration.
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Show Error Message But upload successSo, you can tell the Hosting support.
and also check with the debugging enabled:define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
@ini_set('display_errors', 1);
error_reporting(E_ERROR|E_WARNING);Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Show Error Message But upload successI suppose this is a problem with your hosting, you can do two tests to specify if your host or plugins are problematic.
- Have all plugins disabled, active WooCommerce and Upload Receipt, then test again.
- Check with a clean-new installation of an Empty WordPress site on another host, and do the test again.
If the error persist, please let us know.
Thank you for your collaboration,
Have a nice day.Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Show Error Message But upload successHello friends, could you please turn on your debug mode and check if there is any error in debug.log?
@wenlu As you can see when you upload there is an Error HTTP-500 which is concerned with server.
Thank you,.
Forum: Reviews
In reply to: [PeproDev CF7 Database] Works exactly as it shouldHi @koli14 , Thanks for your kind words.
Hello, thank you for reaching out, please check the Email Setting from WooCommerce and Track your Mails to ensure they are sent.
Let us know if you need further assistance.
Hello, thank you for reaching out, please check the setting and double-check the allowed gateways. Let us know if you need further assistance.
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] New location “Upload receipt”Hello, thank you for contacting us.
You can actually use those shortcodes with hooks too, you need to get the current Order ID from thankyou section which could be done like below:$order_id = wc_get_order_id_by_order_key( $_GET['key'] ); $order = wc_get_order( $order_id ); if ($order){ // your shortcode could be used here do_shortcode("[receipt-form order_id='$order_id']"); }Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] چاپ دسته جمعی انبارداریبا سلام.
متاسفانه زیاد به قسمت گزارش انبارداری پرداخته نشده و برای همین هم گزارش در قالب ایفریم هایی زیر هم نمایش داده میشود، دلیل آن هم توسعه سولوشن انبار گردانی جداگانه متصل به فاکتور ساز میباشد که مدیریت انبار ورهاوس و سیستم آنلاین جمع اوری مرسولات توسط بارکدخوان به همراه سیستم چک خودکار و پرینت لیبل و … را دارا میباشد.1- متاسفانه راهی برای کاهش فاصله بین گزارشات نیست.
2- متاسفانه تنظیمات فونت و اندازه ان در این بخش اعمال نشده.
3- در رابطه با نام پی دی اف بر اساس ساختار افزونه فایل نامگذاری میشود و البته با هوک puiw_get_export_pdf_name قابل تغییر استو اما راه حل، با توجه به چند درخواست اخیر در رابطه با بخش انبارداری، تصمیم گرفتیم این بخش را حذف نکنیم و تغییرات خواسته شده را در نسخه های آتی حتما مدنظر قراردهیم و اعمال کنیم. تاریخ دقیق بروزرسانی مشخص نمیباشد اما قطعا در چند هفته آینده این بروزرسانی ها بر روی مخزن منتشر میشوند.
با تشکر از حسن انتخاب شما،
حسین پور — مدیر فنیForum: Plugins
In reply to: [PeproDev Ultimate Invoice] Cost price of product showing in invoiceHello dear, I hope you are doing well.
Have you tried changing the font size to a smaller version, perhaps?You can use our website’s support system Or email us.
Have a nice day,
Amirhossein.Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] اختلال درپرداختبا سلام. لطفا ابتدا دیباگ وبسایت را فعال کنید و سپس مجدد تلاش کنید. پس از دریافت خطا فایل لاگ وبسایت را چک کنید تا دلیل خطا مشخص شود. با تشکر.