Search found 5 matches

by umair040
29 Mar 2019, 10:10
Forum: Laravel package
Topic: How to get stripe payment form on onepage Checkout
Replies: 2
Views: 1505

Re: How to get stripe payment form on onepage Checkout

I also want to use stripe payment process on onepage checkout under stripe payment service like direct debit service.
by umair040
13 Feb 2019, 07:59
Forum: Help
Topic: How to show notifications on category page
Replies: 1
Views: 1161

How to show notifications on category page

I want to show notification to user when he/she open any category. i want to show how many people visit this category since last week and how many people buy these products. Is this something i can do with aimeos (Laravel)? You can check notification on this website bottom left. Reference: https://p...
by umair040
28 Dec 2018, 08:30
Forum: Laravel package
Topic: Fetch products on homepage
Replies: 5
Views: 2777

Re: Fetch products on homepage

I have got the product data like this. Standard {#2375 ▼ -values: array:16 [▼ "product.id" => "14" "product.siteid" => "1" "product.typeid" => "1" "product.code" => "demo 123 article" "product.label" => "D...
by umair040
28 Dec 2018, 08:30
Forum: Laravel package
Topic: Fetch products on homepage
Replies: 5
Views: 2777

Re: Fetch products on homepage

And also how we can get category which we assigned to the product?
by umair040
19 Dec 2018, 07:19
Forum: Laravel package
Topic: Fetch products on homepage
Replies: 5
Views: 2777

Fetch products on homepage

We are using aimeos laravel package and we want to fetch all products and products by category on front page. Currently we are fetching products on category page like this: https://demo.com/{category}/{category_id}