Misagh Ghasemzadeh

Results 7 issues of Misagh Ghasemzadeh

I have some products which have a different size (orderable height & width) and the price will change by the size change but when I try to add two different...

Hi, I try [these docs](https://github.com/colymba/silverstripe-restfulapi/blob/master/doc/DefaultSerializer.md) for the BlogCategories data object & FeaturedImage for [Blog](https://github.com/silverstripe/silverstripe-blog) but i receive these error: ![Screenshot (185)](https://user-images.githubusercontent.com/6697222/60872506-08c63d80-a24a-11e9-915a-3d1d675c6f86.png) Would you show me the correct configuration? Thanks the...

Is there any configuration or way to make a pagination json at the end of the Api like this: ``` first_page_url: "http://localhost/pointofsale/api/product/all?page=1", from: 5, last_page: 500, last_page_url: "http://localhost/pointofsale/api/product/all?page=500", next_page_url: "http://localhost/pointofsale/api/product/all?page=4",...

Hi, I tried Query filter with Livewire V3 & it is not compatible, especially with a new method of Livewire Pagination.

Hi, I try this module with fluent module but it's not working. Also i add the configuration to my fluent yml config but it's showing an error. my config: `Name:...

help wanted

Hi, Is there any solution to get latitude and longitude instead of address field to showing the Exact location. Thanks,

Hi, Is there any way that when i use `{{ LaravelLocalization::getLocalizedURL('en') }}`, the changing language changes with the params? my sample params: https://127.0.0.1:8000/fa/محصولات?pack=شیشه&category=سیروپ https://127.0.0.1:8000/en/products?pack=glass&category=syrups or any other solution without the...