scopicindia
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] API 401 ERRORDon’t copy paste same thing everywhere, its really irritating. Its a problem with your plugin. When admin login through browser demo.com/wp-json/wp/v2/wallet/{id} shows data and when customer logins they can’t view their wallet as it shows 401 authorization error. If I removed ‘permission_callback’ => array($this, ‘create_item_permissions_check’) in class-woo-wallet-rest-controller.php its work fine but its accessible to everyone which is a security leak. Its a bug or what but customers should able to view its data by /wallet/{id} or /current_balance/{id} even current_balance not working. Api methods only works when admin logins not working on other user roles and be please mature, I see your response on every api questions you just copy paste the same thing again and again. If you can’t give support just remove this plugin.
- This reply was modified 6 years, 2 months ago by scopicindia.
Forum: Plugins
In reply to: [Swift Performance Lite] Page double-loadingHello there. I also had same issue . it usually happens with css part. Disable critical css > clear cache > rebuild cache > test. If this doesn’t solve the issue . 1st try to disable css optimization , again clear cache and try. I am sure now this time you don’t get again reloading. If disabling css optimization works, means culprit is css setting. Enable one by one & test again.
Thanks for your corporation with us, We can understand & assist you throughout the procedure. Please mail us at [email protected] or visit scopic.me/contact . We are eagerly waiting to hear from you.
Ok Thanks dear, Share code at [email protected] or feel free to share here.
That will be great, If there is any snippet code available or custom codes. Please share the procedure.
We could do this but fast delivery depends on pincodes so it will be difficult to use it as an product add ons. Rather than if we were able to edit shipping charge value also in commission panel (same as final commission value) so it will help alot us.
Sorry for my late response. I was out of station well. We will provide 3rd party logistics as shipping charges are variable fees which we will finally deduct from our vendor like 35?/500gm but if customer pays for fast delivery and obviously we are charging more 15?. Now this overcharge should credit to us as we have our logistics not vendor. So customer will pay 50?(35? delivery + 15? for fast delivery) & we will credit back 35? delivery as and shipping charge to vendor but that 15? should credit to us. It means we need to edit shipping charge which will be transferred to vendor. So, i need to edit shipping charge also as same Commission is able to edit in final commission generated. Final words, is their possibilities to edit shipping charge also before processing the commission, otherwise we have to deduct those 15? from commission and it may conflict with vendor.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wallet TransferOk, i made it work.. but can u enable atleast one step verification i.e email verification. User will get verification email to transfer. It will be awesome as an security point of view.
Forum: Fixing WordPress
In reply to: Change blue color of form-row@xkon Thanks, a lot I just modified it to –
.woocommerce .select2-results li.select2-highlighted,
.woocommerce-page .select2-results li.select2-highlighted {
background: transparent !important;
color: #81d742 !important;
}