kaythi1
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] image is missing after uploadHi,
I see secure method is used but it is not showing image in front end
The sample can be seen in the link below. Please check.https://www.awesomescreenshot.com/image/31574816?key=e40baacf06d4bbcd980c6c757f70d4b6
sorry for my late reply,
I changed my code the following… (If you have any suggestions for multifile uploads, please let me know) Thank you.if ( 'upload_receipt' === $current_section ) { return array( array( 'type' => 'title', 'id' => 'upload_receipt_settings_section', ), array( 'title' => __("Payment methods",$this->td), 'desc' => __("Select Payment methods you wish to activate receipt uploading feature", $this->td), 'id' => 'peprobacsru_allowed_gatewawys', 'default' => 'bacs', 'type' => 'multiselect', 'class' => 'wc-enhanced-select', 'css' => 'min-width: 400px;', //'options' => $this->get_wc_gateways(), // 'custom_attributes' => array( // 'multiple' => 'multiple', 'options' => array ( 'bacs' => 'bacs', 'cheque' => 'cheque', 'alg_custom_gateway_1' => 'alg_custom_gateway_1', ) ),
I already fixed for this problem.
There are some tweaks to the code, and after that I can add the payment gateways I want to add. Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)