Pepro Dev. Group
Forum Replies Created
-
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Change plugin textHi, thank for contacting us. At this moment, there is no built-in option to do so but, we recommend you using translation plugins such as LocoTranslate and apply your changes.
Yours sincerely,
Amirhossein, CTOبا عرض سلام دوست عزیز
لطفا ابتدا تمامی افزونه ها را غیر فعال کنید
سپس یکی یکی فعال کنید تا افزونه ی مشکل زا مشخص شود
درصورتی که مشکل از افزونه آپلود رسید بود لطفا بفرمایید که برطرف کنیمبا تشکر،
حسین پور مدیر فنی- This reply was modified 4 years, 5 months ago by Pepro Dev. Group.
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Info Upload Receipt folderHello dear @alexdex, The short answer is: No.
Those receipts are treated as usual WordPress media files existing in
wp-content/uploadfolder, so files are not encrypted. Hence, only users who uploaded the receipts has direct URL to the file and can access it, to prevent accessing and exposing other files in your upload directory it is always recommended to turn Indexing Options Off on wp-content/upload folder. You can use various ways to block listing uploaded files in WordPress. We relied on your own security system.Should you have any other questions our support team is ready to fulfill your requests.
Sincerely yours,
Amirhossein,
Lead Developer- This reply was modified 4 years, 5 months ago by Pepro Dev. Group.
Hello, thank you for contacting us.
You can use td.show_product_qty or td>span.qty css selector.Yours,
AmirhosseinForum: Reviews
In reply to: [PeproDev Ultimate Invoice] Great plugin. Very versatile. Fantastic supportThank you for using our products.
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Unable to upload receiptHi @sterndata , I’m just trying to help @moonfolk and so, asked them to resend their issue to our support team so we could provide more help. That’s all. Thank you so much for your moderation.
Forum: Reviews
In reply to: [PeproDev Ultimate Invoice] Best Woocommerce invoice pluginYou are very welcome, thank you for using our products.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Fatal Error Bulk Download PDF InvoiceYou are welcome 🙂
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Fatal Error Bulk Download PDF InvoiceHi, thanks for contacting us. please update to latest version and let us know if the issue is fixed.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Disable Seller row on PDFHi,
please look at include/admin/class-print.php#L667 to see a list of available tags per invoice items row. You can add your custom macro using puiw_printinvoice_create_html_item_row_metas hook and use it in your custom template.Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Receipt ApprovalHi, you need to Click on blue button labeled “UPDATE” !
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] The plugin in responsiveIf you know CSS please consider fixing this issue on your own, because this is the first thread about front-end design and not being compatible! We hope you enjoy using our products.
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] The plugin in responsiveHi,
Could you please share the page address you are having issue with?Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Disable Seller row on PDFHi, thank you for using our products.
You can use built-in options to hide elements, and also feel free to use A3 format to have more space. You can also customize your invoice with custom data and styles, we invite you to check out the GitHub Wiki page of Ultimate Invoice: https://github.com/peprodev/ultimate-invoice/wiki
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Order status after receipt uploadedYou need a different hook, here is it:
woocommerce_admin_changed_receipt_approval_status
https://github.com/peprodev/wc-upload-reciept/blob/main/wc-upload-reciept.php#L319