junenacpil29
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 403 bad gateway when uploading pdfHi @tarniwha1717 ,
Basically, error 403 means that your server isn’t happy with the PDF file that you’re trying to upload.
By default, you should be able to upload PDF files in WordPress without any issues so the problem might lie either on your installation or your server.
Server
I would recommend reaching out to your hosting provider and see what they can do sort out the 403 error.
WP Installation
If the problem isn’t in your server, there might be a plugin installed that’s causing this issue. You could deactivate the plugins one by one and then try to upload the PDF file.
You also mentioned that it worked once but it didn’t after. Have you recalled making any changes recently that might have caused this?
Hope this helps!
Hello @nemoprofeta,
With our WC Vendors Marketplace plugin, you can pay the commission for your vendors manually via bank transfer or you could use our WC Vendors Stripe connect – https://www.wcvendors.com/product/wc-vendors-stripe-connect/ or one of the supported payment plugins here – https://www.wcvendors.com/home/compatible-plugins/ to pay them automatically.
You can see how the payments work within our Marketplace here – https://www.wcvendors.com/2018/05/payments-explained/
Please do let us know if you have any further questions.
Hello @jesse6024 I’d like to ask if you have managed to fix the issue or is there anything else that we can help you with?
Hello @delunasoft ,
I have tried to replicate the issue from my test site but the seller (vendor) description is visible from the seller’s(vendor) page.
Please could you follow the steps in our debugging guide and see if it resolves the issue for you? See- https://docs.wcvendors.com/knowledge-base/the-debugging-guide/
Hello @brennsuppa ,
I’m sorry to hear that a critical error has been triggered in your site.
Please could you try and re-install our plugin in your site and see if it fixes the issue? I’m afraid that I’m unable to replicate the issue from my test site.
You could also follow our debugging guide here – https://docs.wcvendors.com/knowledge-base/the-debugging-guide/ and see if the issue is caused by a plugin or theme conflict.
Please let us know how this goes.
Hello @jesse6024 ,
Users with the vendor role should have rights to create products. Please could you double-check your WC Vendors > Settings > General and make sure that the option to approve the products manually is disabled – https://share.getcloudapp.com/v1uNDNDl ?
Otherwise, you can check our debugging guide here – https://docs.wcvendors.com/knowledge-base/the-debugging-guide/ to see if the issue is caused by a plugin or a theme conflict.
Please let us know how this goes!
Hello Tim,
Thank you for your reply! Apologies as I was not aware that bumping support threads is against the forum policies. I will be mindful of this moving forward.
As per your message, I have removed the registered website on my WordPress profile. I am unsure why it redirects to an NSFW site though. Please could you confirm if it is removed from my profile?
Again, thank you so much and I really appreciate your support!
Hello team!
I would like to make a follow up on this ticket, please.
Thank you!
Hello Brenn,
I have relayed your inquiry to our development team and we’ll make sure to get back to you as soon as we can.
Hello Brenn,
(1) May I ask which payment gateway are you using to purchase the vendor product?
(2) Please could you provide us a screenshot of the notifications sent to your vendor and to your buyer?The autocomplete had nothing to do with the problem, what support options can you offer to help us solve this issue.
I can ask for our developer’s input regarding this and we’ll see whether we can further provide assistance for you. I would recommend replying back to the other thread – https://ww.wp.xz.cn/support/topic/vendor-notify-email-payment-status/ for this specific issue so that we can easily track them and avoid any confusion.Thank you!
Hello @dzainein ,
May I ask if you could please provide us the CSV file that you are using so that we can try them on our environment?
Thank you!
Hello @tauclement ,
You can try the code below and place it on your theme’s functions.php file :
add_action('save_post_product', 'Manage_stock_Woo_custom', 10, 3); function Manage_stock_Woo_custom($postID, $post, $update) { if (!$update) { // $update is false if we're creating a new post update_post_meta($post->ID, '_manage_stock', 'yes'); } }Note: Kindly make sure to do this from a test environment.
Expected outcome – https://share.getcloudapp.com/yAuZ89Ke
Hello @cellucity,
Thank you for expressing your interest in our WC Vendors Pro plugin! I have reviewed your requirements and most of them require further customizations.
On Simple Products
=================
1) Show “General Tab” on simple products and Hide “General Tab” on Variable products
-By default, the general tab is enabled for both simple and variable products.
Requires customization to be achieved.2) Inventory Tab – Manage stock should be auto ticked·
-This is unchecked by default. Requires customization to be achieved.3) Simple Products – Hide attributes tab
-Attributes are present for simple products by default.
Requires customization to be achieved.4) Can you auto tick and Hide the manage stock checkbox
For the auto tick feature, you’ll have to do custom coding in order to achieve this requirement.Variable products
===============
1) Hide general tab in variable products (needs to be shown in simple products
-The general tab is enabled for both the variable and simple products.
Requires customization to be achieved.2) Hide inventory tab in variable products
-The inventory tab is present on variable products by default.
Requires customization to be achieved.
3) Used for variations (In the attributes tab) need to be auto-ticked
-Requires customization to be achieved.4) Variations tab drop-down – select action – should only show Add variation, and add variation from all attributes
-Requires customization to be achieved.5) Go button needs to be a “button”
-The “Go” button is already a button from the variations tab – https://share.getcloudapp.com/Z4uyWlQk6)Variation accordion needs to be auto dropped so fields are visible.
-You’ll need custom coding for this requirement.7) Manage stock needs to be auto ticked
-You’ll need custom coding for this requirement.8) can you auto tick and Hide the manage stock checkbox
-For hiding the manage stock checkbox, you can do this from your WC Vendors > Settings > Forms > Product and hide the manage stock field from there.Vendor editing stock:
1) once vendors add products, they can only edit the price, stock and sales price and needs to work on multiple variations.
From your WC Vendors > Settings > Forms > Product you can hide certain fields from your add/edit product form.You have to hide the ones that you don’t need.What will this cost for these customisations? Much of these would be useful to other vendor/ marketplace sites.
I’m afraid that we don’t provide these kinds of customizations as of the moment hence we are unable to provide a price for these customizations.If you are having trouble with this, we would recommend that you hire a developer to meet this requirement.
Codeable is one of the sites that we recommend that you try out.Please do let us know if you have any further questions.
Hello @bdlkbr ,
I will ask our development team for their inputs regarding your code and we’ll get back to you as soon as possible.
Hello @ricop ,
1.)How can we show a custom meta box from another plugin on your product add/edit screen for vendors? Adding those options through custom fields wouldn’t help as that meta box uses its own custom table and dependent dropdowns. Is there a hook or some other method that we can use?
From which plugin are you planning to pull the meta box?2.)Also, is there a way by which I can simply show a metabox on the frontend product add/edit screen, which is already being shown in the backend panel, by just writing a single line code?
Ideally, you can edit the templates that WC vendors use as seen from our documentation here – https://docs.wcvendors.com/knowledge-base/changing-the-vendor-templates/
Please could you follow the steps on the article and see if this would meet your requirements?