Search found 12 matches

by quadri_folo
03 May 2022, 23:32
Forum: Laravel package
Topic: How to edit section content
Replies: 1
Views: 438

How to edit section content

Regarding this documentation https://aimeos.org/docs/2021.x/laravel/extend/#adapt-pages and the screenshot below. How would we go about implementing Facebook pixel it requires a script to be added to the <head> </head> section of every page on my website. Should this be done via aimeos_header tag or...
by quadri_folo
28 Apr 2021, 23:55
Forum: Laravel package
Topic: Editing Text On Payment Detail Page
Replies: 7
Views: 2084

Re: Editing Text On Payment Detail Page

Hi Thanks for the reply, after adding this into my shop.php file would I have to clear to cache for this to take effect?
by quadri_folo
08 Apr 2021, 18:38
Forum: Laravel package
Topic: Editing Text On Payment Detail Page
Replies: 7
Views: 2084

Re: Editing Text On Payment Detail Page

What I mean is currently my page looks like this, see attachement.

I want to change the layout and spelling of the verification label at the end of the form.
To make the changes would I need to make changes within the stripe file or would this need to be updated in the Aimeos Templates ?
by quadri_folo
03 Apr 2021, 00:31
Forum: Laravel package
Topic: Editing Text On Payment Detail Page
Replies: 7
Views: 2084

Re: Editing Text On Payment Detail Page

Hi Thank you for your response, so this means that if I change the details for stripe it should change the payment page. Also would features allowing for us to update the payment page be added soon?
by quadri_folo
25 Mar 2021, 07:51
Forum: Laravel package
Topic: Editing Text On Payment Detail Page
Replies: 7
Views: 2084

Editing Text On Payment Detail Page

Laravel Version: ^6.20.12" PHP Version 7.2 Mac OS Aimeos Verison 2020 Host Hostinger Hi I am looking to change the text and some of the layout for the payment details page where people enter there card details for stripe, what would be the best way to do this I have looked at the client templat...
by quadri_folo
17 Mar 2021, 00:35
Forum: Laravel package
Topic: Running CronJobs In Production
Replies: 1
Views: 757

Running CronJobs In Production

Laravel Version: ^6.20.12"
PHP Version 7.2
Mac OS
Aimeos Verison 2020
Host Hostinger

Is it possible to run cronjobs from a php file instead of running the script ? I
by quadri_folo
07 Mar 2021, 19:32
Forum: Laravel package
Topic: Unable to Upload Product Images in Production
Replies: 1
Views: 681

Unable to Upload Product Images in Production

Laravel Version: ^6.20.12"
PHP Version 7.2
Mac OS
Aimeos Verison 2020
Host Hostinger

When I am trying to add product images and save them in the admin panel i get.a 502 error is there something which needs to be changed>
by quadri_folo
07 Mar 2021, 19:29
Forum: Laravel package
Topic: Product Images Not Showing in Production
Replies: 1
Views: 665

Product Images Not Showing in Production

Laravel Version: ^6.20.12" PHP Version 7.2 Mac OS Aimeos Verison 2020 Host Hostinger I am trying to view products on the website but the images on show on the product pages when I view them from my laptop and not from any other device, do I need to make changes to the path to the product image ...
by quadri_folo
21 Feb 2021, 14:28
Forum: Laravel package
Topic: Issue With Cronjobs To Send Every Minute
Replies: 6
Views: 1616

Re: Issue With Cronjobs To Send Every Minute

When using the website in production, will emails send automatically or will I need to create an additional controller for this?
by quadri_folo
19 Feb 2021, 08:43
Forum: Laravel package
Topic: Issue With Cronjobs To Send Every Minute
Replies: 6
Views: 1616

Re: Issue With Cronjobs To Send Every Minute

Thank you i've set this up now, when i make a purchase I get the message in the command line saying there is new mail but the mail doesn't actually send would I have to run another command to send the mail?