Hi @Megalight
Can you tell , where did you modified your code so that we can check same thing at our end and give you solutions.
Thanks
Hi @Megalight
Can you tell , where did you modified your code so that we can check same thing at our end and give you solutions.
Thanks
Hello DaniD
Please make sure that you have inserted correct credentials for your payment getaway and when a customer is clinking to your payment getaway, it is redirecting properly.
As you have mentioned that, you are not getting any error, so we need little bit more explanation on this.
Thanks
Hi @Megalight
Right now, we don't have any methods which can fetch any specific type product.
But if you want , than you can create it according to your need.
hi @darkuser123
Kindly see the attached image.
Hi @Shirah
Right now, there is no functionality for money transfer.
Its like a dummy shipping method.
Thanks
Rahul Shukla
Please insert as given below -
<form action="" method="POST">
@csrf
<div class="form-container">
<div class="control-group" :class="[errors.has('location') ? 'has-error' : '']">
<label for="location" class="required">Zip Code</label>
<input type="text" v-validate="'required'" class="control" name="location" />
<span class="control-error" v-if="errors.has('location')">Above field is required</span>
</div>
<button type="submit" class="btn btn-lg btn-primary" style="margin-top: 20px;">
submit
</button>
</div>
</form>
and in admin like this - https://prnt.sc/vxij7d
Thanks
Rahul Shukla
Hello,
We have created a separate file for exception handling.
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Core/src/Exceptions/Handler.php
and this is bind -
you need to remove given line code and it will work according to you.
Note -> We don't advice you to change in core packages, it will create a problem on a new version.
Thanks
Rahul Shukla
Hello @PyramidHead
According to your web.php file, your views should be residing in the given path - resources\views\themes\default\views\products-listing
Make sure, your view exist there and then after run following command -
php artisan route:cache
and check again.
Thanks
Rahul Shukla
Hello
Route file and controller link is mentioned below.
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Http/routes.php#L308
Thanks
Rahul Shukla