Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
V
@nangg from where do you want to disable customer..?? you query is not clear please explain more with the help of some snaps.
Thanks
@DaniD
To display featured product on homepage, you just enable the featured button in product https://prnt.sc/zk3syw
To display discounted products on home page
add all the discounted item in one category like "discounted-item" https://prnt.sc/zk4w69
now go to velocity-> meta data -> home page content and pass the array with valid category slug https://prnt.sc/zk4znb
once all done now you will get all product under the category name "discount item" at the homepage
Screenshot_297.png
@DaniD follow the same issue reference links https://github.com/bagisto/bagisto/issues/2828 https://github.com/bagisto/bagisto/issues/4415
@bzero are you getting any error when save product? please check the error on console or share log file
@DaniD if you want to add new currency for front panel then add new currency from settings-> add currencies Now go to the settings-> channels section and enable the currency here https://prnt.sc/zk9xru
@DaniD follow one thread for same query https://forums.bagisto.com/topic/2207/currency-symbol-dont-changed
B
Got it. Thanks @Vaishali-Agarwal
Great. I got it works. Thanks @Vaishali-Agarwal
@DaniD Yes, you can implement your own custom payment with the help of Bagisto package generator which provides the ability to create your custom payment method. Follow this guide to implement payment method https://bagisto.com/en/how-to-create-custom-payment-method-in-bagisto/
Hi @DaniD you can't resize the image directly from application, you just need to upload the allowed dimension for slider. Screenshot_299.png
N
@DaniD said in Custom payment method problem:
class
Hello, Please make sure you have defined the standard.php Class under the Webkul\Netopia\Payment\ Folder
Hello, you can check the following route at the following path: packages/Webkul/Shop/src/Http/routes.php
"shop.productOrCategory.index" Thanks!
A
You can extend token lifetime by updating this in {your-project}\config\jwt.php file assuming this is JWT_TTL=NULL in .env file.
update 60 to your limit
I use this
R
@Vaishali-Agarwal Thank you! It`s working fine
Yes you can integrate your own payment methods, more documentation regarding this is available at https://devdocs.bagisto.com/1.x/advanced/create_payment_method.html
@masoodahm As per my knowledge, it does not support server-side rendering anymore,.
Dear @DaniD Hope this guide will help you https://devdocs.bagisto.com/1.x/advanced/create_payment_method.html
@SP In bundle product, the price will appear from low to high of its child product as you can see here https://prnt.sc/zzovc8 Here is the doc which may help you to understand the bundle product https://bagisto.com/en/how-to-create-bundle-product-in-bagisto/
If still you have any query, let me know ☺
No, i am still looking for help. I couldn't make it works properly.