@devansh-webkul FedEx rates are not visible even though I have entered the correct API keys
How can I resolve this
4a6c589c-aed0-450f-9f43-6fc89e30f270-image.png
Right now we have updated the Marketplace, B2B and SaaS extension to version 2.0. If you are looking to make use of any extension with version 2.0, you can just purchase it and let us know, we will update it in a few days and give it to you. By purchasing we will make sure to update the extension on a priority
In Bagisto2.0 if you want to use only French and Arabic languages you can easily do it from the Bagisto Admin panel.
Login to Admin panel go to Settings >> Channels >> Select your desired languages and Save the channel as shown below.
locales.png
And after that check your changes on frontend
frontend.png
@harshagarwal There is a text type attribute for get input from the customer at the product page. I hope it helps you to accomplish what you need. If you need detailed instruction to apply that attribute, you can follow this video: https://www.youtube.com/watch?v=OxM5W9r4uCM
Hi, i would like to know how to send a mail to subscribers of the newsletter. And if there is any tutorial about how to implement email marketing campaigns, and how to personalize the emails sent from bagisto.
Hey there! Sending newsletters to your subscribers is easy! You can find helpful tutorials on email marketing campaigns and personalization for Bagisto emails online. Happy emailing
@hossein
When I add an external Vue Js library like PrimeVue it loads in app.js correctly and when I get log it returns the correct component but I don't know how to use those components in other sections for example in header or footer it returns undefined. According to your VueJs architecture in Bagisto how can I achieve it?
I would like to define a component globally and use it on other files. This is my goal.
Thanks.
There is no API regarding this but you get all the products by this method in the core getAll()
To add categories as sidebar you can add it from the packages >> Webkul >> Shop >> src >> Resources >> views >> categories >> view.blade.php This file is responsible for this.