Search found 54 matches

by mahammadareef
13 Apr 2023, 10:18
Forum: Laravel package
Topic: top bar to display vouchers on slider
Replies: 2
Views: 1652

Re: top bar to display vouchers on slider

how to fetch all the active vouchers vouchers ?
by mahammadareef
12 Apr 2023, 11:00
Forum: Laravel package
Topic: top bar to display vouchers on slider
Replies: 2
Views: 1652

top bar to display vouchers on slider

wanted to create a new top bar where I want to show the vouchers available on this site and how I can achieve this

tell me where I can create a component for this
and further steps to follow as well...

I have attached the image for this
voucher top bar.png
voucher top bar.png (18.54 KiB) Viewed 1652 times
by mahammadareef
12 Apr 2023, 07:23
Forum: Laravel package
Topic: vouchers
Replies: 3
Views: 1976

Re: vouchers

please explain me the steps how i can do this
by mahammadareef
03 Apr 2023, 07:39
Forum: Laravel package
Topic: vouchers
Replies: 3
Views: 1976

vouchers

when I apply any coupon to my cart it will show in my cart and consider as item and it will be ordered as well how can I prevent happening, I don't want vouchers to be considered cart items
by mahammadareef
24 Mar 2023, 04:45
Forum: Laravel package
Topic: breadcrumb modification in catalog details page
Replies: 3
Views: 1224

Re: breadcrumb modification in catalog details page

i wanted to get this and display this $this->get('detailBreadcrumb', []) ) inside catalog/stage component I created a decorator for the product detail component and everything is fine $catId = $view->detailProductItem->getRefItems( 'catalog' )->getId()->first(); by using this code I can get the firs...
by mahammadareef
21 Mar 2023, 15:05
Forum: Laravel package
Topic: breadcrumb modification in catalog details page
Replies: 3
Views: 1224

breadcrumb modification in catalog details page

hi, team aimeos, I want to show the breadcrumb in catalog details page with full details like what exists on the catalog list page, ex : You are here: Bestsellers > Women > Dresses [/b] if I click any item in this category and catalog details page, where breadcrumb should be like this You are here:...
by mahammadareef
09 Mar 2023, 07:14
Forum: Laravel package
Topic: cart functionality
Replies: 3
Views: 1026

Re: cart functionality

unable to open the github link provided
by mahammadareef
01 Mar 2023, 12:54
Forum: Laravel package
Topic: cart functionality
Replies: 3
Views: 1026

cart functionality

I have just now noticed in my aimeos that, the cart is not working properly I will call it incomplete, here when the user is logged in and adds articles to the cart, it will not available for next time (it is not stored in the database ) how i can make this work I want to show the user previous cart...
by mahammadareef
24 Feb 2023, 13:14
Forum: Laravel package
Topic: symbolic link generation
Replies: 1
Views: 524

symbolic link generation

I tried creating a symbolic link by using the below command, it works on the server but locally its returning an error
ln -s ./packages/<extname>/themes/client/html/<extname> ./public/vendor/shop/themes/<extname>
and also I want to know how to undo this.
by mahammadareef
15 Feb 2023, 13:34
Forum: Laravel package
Topic: newsletter subscribe opion
Replies: 1
Views: 513

newsletter subscribe opion

hello, aimeos team, I am about to implement a newsletter subscription on my aimeos site. .. so I want a few clarifications from you can I use the laravel-newsletter package or should I go with aimeos process shall I go for aimeos data domain process for new table creation or i can continue with lara...