Search found 54 matches

by mahammadareef
13 Feb 2023, 11:29
Forum: Laravel package
Topic: how to
Replies: 1
Views: 505

how to

I have added ' ai-catsuggest ' package to aimeos and I wanted to modify my existing keyword table ( mshop_keyword ) by adding a FULLTEXT index column so I wanted to create a Keywordindex.php file exactly like the SupplierIndex.php file located in vendor/aimeos/ai-catsuggest/setup/Supplierindex.php h...
by mahammadareef
08 Feb 2023, 14:56
Forum: Laravel package
Topic: error while fetching new domain data
Replies: 1
Views: 455

error while fetching new domain data

laravel version 9.48.0 , Aimeos version 2022.10.4 and PHP version 8.1.3 (Win) getting error while fetching keyword data from my newly created keyword domain $keywordItems = \Aimeos\Controller\Frontend::create( $context, 'keyword' )->uses( $domains ) ->compare( '>', 'keyword:relevance("' . str_r...
by mahammadareef
07 Feb 2023, 11:26
Forum: Laravel package
Topic: keyword suggestion build
Replies: 1
Views: 456

keyword suggestion build

want to show the keyword suggestion in aimeos search like ai-catsuggest package,, I BUILT schema like this return array( 'table' => array( 'mshop_keyword' => function( \Aimeos\Upscheme\Schema\Table $table ) { $table->engine = 'InnoDB'; $table->id()->primary( 'pk_mskey_id' ); $table->string( 'siteid'...
by mahammadareef
06 Feb 2023, 05:24
Forum: Laravel package
Topic: modifyng mshop_product table with new coloumn
Replies: 5
Views: 1132

Re: modifyng mshop_product table with new coloumn

can we alter the mshop_product table by using laravel default migrations ?
by mahammadareef
03 Feb 2023, 15:56
Forum: Laravel package
Topic: how to modify helper
Replies: 1
Views: 510

how to modify helper

I wanted to modify this helper file which is inside the vendor directory which contains the standard class

ai-client-html\src\Base\View\Helper\Image

want to modify transform() method of Standard class in image file
by mahammadareef
03 Feb 2023, 15:45
Forum: Laravel package
Topic: modifyng mshop_product table with new coloumn
Replies: 5
Views: 1132

Re: modifyng mshop_product table with new coloumn

Thank you for help .....
extending manager is okay but I want to know...

how to add an identifier (column) after code (column) in mshop_product ( table )
by mahammadareef
01 Feb 2023, 07:23
Forum: Laravel package
Topic: modifyng mshop_product table with new coloumn
Replies: 5
Views: 1132

modifyng mshop_product table with new coloumn

want to customize the mshop_product table and add a new column called identifier ...
and want to store a unique identifier when the product gets created ...how i can do this .. explain to me in steps

condition: add after code column
by mahammadareef
31 Jan 2023, 06:45
Forum: Laravel package
Topic: wanted to customize PhotoSwipeUI
Replies: 1
Views: 521

wanted to customize PhotoSwipeUI

amazon photo swipe  view gallery.jpg
amazon photo swipe view gallery.jpg (251.63 KiB) Viewed 521 times
wanted to customize the photoswipeUI something like image atttatched ,,can we customise photoswipeUI or its better to deisgn our own or do u have any good sujjestion to do this ...

please help me to achieve this ..
by mahammadareef
29 Dec 2022, 09:22
Forum: Laravel package
Topic: want to add owl slider
Replies: 3
Views: 723

Re: want to add owl slider

I would like to know 1. file path of the cash-dom library in aimeos 2. if I remove the cash-dom library and replace it with jquery is my existing javascript file will work fine ......example: account-favorite.js 3. the steps to replace aimeos cash-dom and replace it with jquery in the easiest and sa...
by mahammadareef
28 Dec 2022, 06:11
Forum: Laravel package
Topic: want to add owl slider
Replies: 3
Views: 723

want to add owl slider

i want to use the owl slider in aimeos but it works on jquery ,,, how i can add and use it in my aimeos application without affecting the existing code ....