Search found 26 matches

by shainanand
24 Jan 2024, 14:29
Forum: Laravel package
Topic: How can I change the dateformat for calendar inputs?
Replies: 3
Views: 4476

Re: How can I change the dateformat for calendar inputs?

Thanks for the response. I came across this js file while debugging but I could not find a way to overwrite the file as this file is in vendor folder in Laravel. Could you please help to suggest the best way to overwrite this file/js code?
by shainanand
23 Jan 2024, 14:14
Forum: Laravel package
Topic: How can I change the dateformat for calendar inputs?
Replies: 3
Views: 4476

How can I change the dateformat for calendar inputs?

Currently, the input dates are having the format YYYY-MM-DD. I would like to change it to MM-DD-YYYY. What is the best way to do this?
by shainanand
18 Jan 2024, 14:58
Forum: Laravel package
Topic: Invalid JSON as result of search for ID "19" in "mshop_attribute_type.i18n"
Replies: 1
Views: 2920

Invalid JSON as result of search for ID "19" in "mshop_attribute_type.i18n"

Getting this error in the admin dashboard. Any idea what this error is about?
by shainanand
05 Jan 2024, 12:36
Forum: Laravel package
Topic: Is it possible to add youtube video link as product media?
Replies: 1
Views: 3250

Is it possible to add youtube video link as product media?

Hi, I want to add a youtube video in the product media section. Is it possible? Can I give link to media?
by shainanand
03 Jan 2024, 13:29
Forum: Laravel package
Topic: Unable to create new listing and add/edit page for a newly added table?
Replies: 1
Views: 3290

Unable to create new listing and add/edit page for a newly added table?

Hi, I have a new table mshop_taxcode. So I created the class files like below and made changes accordingly (I tried to replicate mshop_service) packages\npk\src\MShop\Taxcode\Exception.php packages\npk\src\MShop\Taxcode\Item\Iface.php packages\npk\src\MShop\Taxcode\Item\Standard.php packages\npk\src...
by shainanand
15 Dec 2023, 13:45
Forum: Laravel package
Topic: Getting Aimeos\Admin\JQAdm\Product\Option\Standard" not found error after upgrade
Replies: 1
Views: 2222

Getting Aimeos\Admin\JQAdm\Product\Option\Standard" not found error after upgrade

Hi,

After upgrading to 2023.10 version, when I go to Product Listing page in Admin, it is throwing this error in screenshot. What could be causing this?
by shainanand
12 Dec 2023, 14:19
Forum: Laravel package
Topic: Stripe Embedded Feature having issues
Replies: 1
Views: 1962

Re: Stripe Embedded Feature having issues

I tried to run composer up but it also didnt update anything. Showed no changes. Any suggestions?
by shainanand
11 Dec 2023, 15:29
Forum: Laravel package
Topic: Help needed on Stripe Payment for Marketplace integration
Replies: 3
Views: 2162

Re: Help needed on Stripe Payment for Marketplace integration

Hi @aimeos, Is there any option in stripe marketplace plugin to enable embedded onboarding? Right now Aimeos is directing users to Stripe website for onboarding?
by shainanand
11 Dec 2023, 15:05
Forum: Laravel package
Topic: Stripe Embedded Feature having issues
Replies: 1
Views: 1962

Stripe Embedded Feature having issues

Hi, I am trying to use the Stripe Onboarding using embedded method. But I got this error Undefined property: Stripe\\Service\\CoreServiceFactory::$accountSessions On checking with Stripe support, they suggested to use Stripe Version 12.1.0. When I tried to update the stripe, I was getting this error...
by shainanand
10 Dec 2023, 14:27
Forum: Laravel package
Topic: Help needed on Stripe Payment for Marketplace integration
Replies: 3
Views: 2162

Re: Help needed on Stripe Payment for Marketplace integration

Hi, I have setup accordingly to the readme file. However, I am not sure about one thing. When I make a payment, in Stripe dashboard I cannot see to which connected account, the payment is linked to. Anything I missed to setup?