Images Broken On Payment Confirmation Page
Previous  Top  Next

Everything works fine, but your image links are broken in the payment confirmation (thank you) page. (The page that follows successful payment through a secure gateway connection.)

All payment gateways that AShop integrates to provide a secure (SSL or https:// ) connection and a payment form to collect sensitive information. After payment is received, many payment gateways keep the customer on their secure connection and display your thank you text (set in payment options) within their confirmation page. The AShop content is actually nested within a payment gateway page.

The default logo that is set in Shop Parameters is a relative link and will not appear within the payment gateway page. The HTML template, delivery.html must be used if your logo or other images are to appear within the payment confirmation page. All links within delivery.html must be absolute URL's.

Examples:
Relative URL: images/logo.gif
Absolute URL: http://www.yourdomain.com/ashop/images/logo.gif

When using non-secure links as shown in the above example, a warning message may appear before the payment confirmation page can appear.
"This page contains secure and non-secure items. Do you want to proceed?"

Eliminate the secure/non-secure content message by using a secure (SSL) connection for all of the image links on the page.
Example:
Secure URL: https://www.yourdomain.com/ashop/images/logo.gif