Search found 33 matches

by harshithvemula
12 Oct 2020, 16:50
Forum: Laravel package
Topic: Get Mini Basket With Product Images also
Replies: 15
Views: 5768

Re: Get Mini Basket With Product Images also

I have added the product image to the mini cart but it updates only after reloading the page. i have tried adding code to update basket function but it didn't worked .please help me. I have added this code <img src="<?= $this->content( $product->getMediaUrl() ) ?>" /> AimeosBasketMini upda...
by harshithvemula
09 Oct 2020, 04:05
Forum: Laravel package
Topic: Get Mini Basket With Product Images also
Replies: 15
Views: 5768

Re: Get Mini Basket With Product Images also

I have added the product image to the mini cart but it updates only after reloading the page. i have tried adding code to update basket function but it didn't worked .please help me
by harshithvemula
04 Sep 2020, 17:07
Forum: Laravel package
Topic: backend
Replies: 5
Views: 1695

Re: backend

https://aimeos.org/help/laravel-package-f18/getting-data-from-database-to-admin-interface-t2758.html I have read this post and i want to add,edit,display and delete entries creating a new tab in admin backend. So i copied supplier folders in jqadm and templates folder to my new folder named cms . Bu...
by harshithvemula
26 Aug 2020, 10:16
Forum: Laravel package
Topic: backend
Replies: 5
Views: 1695

Re: backend

Ok if i add laravel code in php files where i need to add my controller files ?

when i use Laravel template directives (@...). they are printing on the frontend screen as it is

search() method of your JQAdm class. where the will be avilable ?
by harshithvemula
22 Aug 2020, 17:16
Forum: Laravel package
Topic: backend
Replies: 5
Views: 1695

backend

In backend i have added a new tab in dashboard and i can see only .php files avilable in backend.
How to add laravel code in backend as there are no blade files. If there is no way of using blade files how to retrieve data from database as these are php files and we are using .env file
by harshithvemula
10 Aug 2020, 13:03
Forum: Laravel package
Topic: sms
Replies: 1
Views: 718

sms

How to send sms along with mails to customers when order placed,welcome msgs etc
by harshithvemula
10 Aug 2020, 08:37
Forum: Laravel package
Topic: Alignment
Replies: 1
Views: 720

Alignment

I have created a new page and imported header and footer by using @extends('shop::base'). and i have added contents in the body using @section('aimeos_body') but the content is not displaying from the left of the page. please help me.How to clear that gap ? If using css how to do it ? see the arrow ...
by harshithvemula
02 Aug 2020, 09:24
Forum: Laravel package
Topic: search
Replies: 3
Views: 1477

Re: search

please help me
by harshithvemula
31 Jul 2020, 15:14
Forum: Laravel package
Topic: search
Replies: 3
Views: 1477

Re: search

This the app.blade.php file and when i edit this file i can see changes in/shop page and if this is not the page to work then how to edit the header and also the shop page <!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv=&quo...
by harshithvemula
30 Jul 2020, 15:19
Forum: Laravel package
Topic: search
Replies: 3
Views: 1477

search

1) I am trying to add search bar without categories and suppliers to the header. So i have added catalog/search in app.blade.php. </ul> <?= $aibody['catalog/search'] ?> @yield('aimeos_head') </div> and also i have added in config/shop.php 'page' => array( 'app' => array('catalog/search'), ), and i a...