Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
integration:wp_affiliate [2015/09/19 09:18] – [Installation] adamintegration:wp_affiliate [2015/09/19 09:19] – [Installation] adam
Line 37: Line 37:
     * Replace "XXXX" with the actual secret code from the settings menu of this plugin (refer to step 1)     * Replace "XXXX" with the actual secret code from the settings menu of this plugin (refer to step 1)
   - If you're on **version 1.1 or older**, create a separate receipt template in your FoxyCart admin. Include your modified code from step 3 at the bottom of your template. If you're on **version 2.0 or newer**, navigate to the configuration section of your store's FoxyCart administration, and add the code to the "footer" textarea for the configuration option "Add custom header and footer code to your templates".   - If you're on **version 1.1 or older**, create a separate receipt template in your FoxyCart admin. Include your modified code from step 3 at the bottom of your template. If you're on **version 2.0 or newer**, navigate to the configuration section of your store's FoxyCart administration, and add the code to the "footer" textarea for the configuration option "Add custom header and footer code to your templates".
-  - If you're on version 2.0, by default the receipt will be served securely over ''https://''. The ''img'' source in the code above is insecure over ''http://'' - and any insecure assets will be blocked by browsers for a secure page. To fix that, if you have an SSL certificate on your domain, change the URL for the source to begin with ''https://'' instead. If not, on the configuration page of your store's FoxyCart administration, check the option within the "Receipt" section to serve the receipt over http instead of https.+  - If you're on **version 2.0**, by default the receipt will be served securely over ''https:/%%/%%''. The ''img'' source in the code above is insecure over ''http:%%/%%/'' - and any insecure assets will be blocked by browsers for a secure page. To fix that, if you have an SSL certificate on your domain, change the URL for the source to begin with ''https:/%%/%%'' instead. If not, on the configuration page of your store's FoxyCart administration, check the option within the "Receipt" section to serve the receipt over http instead of https.

Site Tools