Skip to content

Commit

Permalink
Merge pull request #54 from AltaPay/add-option-to-change-payment-page…
Browse files Browse the repository at this point in the history
…-logo

Add option to change payment page logo
  • Loading branch information
emicha authored Jul 19, 2024
2 parents fed5603 + f7ee682 commit 4f55603
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [app-1.4.1]

- Add option to change the payment pages logo easily by uploading the custom logo from app settings.

## [app-1.4.0]

- Add the payment method logo at the bottom of the payment form.
Expand Down
Binary file added Docs/configuration/upload_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,18 @@ By default, you will see the AltaPay logo on the banner of the payment pages. Fo
4. Click on **Manage** from **More actions** dropdown.
5. This will redirect you to **AltaPay Payments App** configuration page.
6. Select **Settings** at the top of the window.
7. Scroll down to the **Payment pages styling** section, where you will find the code for the <b>Select Payment Method</b> page, followed by the <b>Payment Form page</b>.
8. Search for `/img/logo-altapay.png` and replace it with your own logo URL.
7. Scroll down to the **Payment page logo** section.
8. Click on the **Add file** button or drag to the upload area.
9. Click **Save**
![upload_logo](/Docs/configuration/upload_logo.png)

Alternatively, you can change the logo by modifying the HTML code in the **Payment Pages Styling** section for that.

1. Scroll down to the **Payment pages styling** section, where you will find the code for the <b>Select Payment Method</b> page, followed by the <b>Payment Form page</b>.
2. Search for `/img/logo-altapay.png` and replace it with your own logo URL.

![change_default_logo](/Docs/configuration/change_default_logo.png)
9. Click **Save**
3. Click **Save**

### Enable Credit Card Form by Default on Checkout

Expand Down

0 comments on commit 4f55603

Please sign in to comment.