Search found 8 matches

by
23 Jun 2022, 16:15
Forum: Help
Topic: How to fetch multiple prices added by supplier for an product attribute
Replies: 1
Views: 463

How to fetch multiple prices added by supplier for an product attribute

Hi, Added multiple prices for an attribute from backend attribute-backend.png Now want to display these multiple prices for attribute in Product detail page, currently its showing only one price attribute-frntend.png How can I display multiple prices for a product attribute at Product detail page?
by
14 Jun 2022, 11:11
Forum: Laravel package
Topic: How to use translate function in laravel blade?
Replies: 2
Views: 645

How to use translate function in laravel blade?

Hi, I am using some hard coded text in my laravel blades. how can I use aimeos translate function for multilanguage site? <?= $enc->html( $this->translate( 'client', 'Home' ), $enc::TRUST ) ?> How I can use above given function in some laravel blade file located at resources\views\vendor\shop
by
27 May 2022, 06:57
Forum: Help
Topic: How can I overwrite billing address(checkout process) from laravel controller function
Replies: 3
Views: 635

Re: How can I overwrite billing address(checkout process) from laravel controller function

Thanks for your suggestion..
But how I can delete the previously stored Address to overwrite it with the new one, as I am not getting any address key in session or cache.. how it is managed in aimeos ?
by
25 May 2022, 10:13
Forum: Help
Topic: How can I overwrite billing address(checkout process) from laravel controller function
Replies: 3
Views: 635

How can I overwrite billing address(checkout process) from laravel controller function

Hi,
I am using Laravel controller function to update customer billing address, address is getting updated but in checkout process it remains same. is there any way to overwrite aimeos session/cache in my Laravel controller function?
by
23 Feb 2022, 13:14
Forum: Help
Topic: How to create decorator and use it in client/html/templates
Replies: 1
Views: 559

How to create decorator and use it in client/html/templates

Hi, Created a category decorator to display categories on my catalog list page client\html\src\Client\Html\Common\Decorator here I created a Category.php and some methods I defined in this class.. Now how I can config or call method of my Category Decorator in client\html\templates\catalog\lists\bod...
by
30 Jan 2022, 13:59
Forum: Help
Topic: Help to show categories on supplier shop page
Replies: 3
Views: 713

Re: Help to show categories on supplier shop page

Thanks!! I will definitely try this solution. http://127.0.0.1:8000/en/shop/XYZ this is my url .. here I am showing 'XYZ' merchants products(only added by XYZ), shop information, and only those categories in which products are added by 'XYZ'. I am working with client\html\templates\catalog\lists\bod...
by
28 Jan 2022, 14:25
Forum: Help
Topic: Help to show categories on supplier shop page
Replies: 3
Views: 713

Help to show categories on supplier shop page

Hi,
I want to display categories on supplier shop page in frontend, only those categories should be there in which products are added by supplier.
by
29 Dec 2021, 13:08
Forum: Laravel package
Topic: Buyer can send messages from product detail page
Replies: 1
Views: 562

Buyer can send messages from product detail page

Description As a buyer I want to send supplier a message/question about product/service so that I have my informations what I need. On product detail page tab "Ask supplier" the message box can be filled in and is saved to backend. And when supplier login in backend they can see the list ...