5. Overriding the template

In this chapter:

 

Summary

The plugin packages contain all the files you need, including overrides for the J2Store order items views.

The overrides replace the J2Store order items views for the "my-profile" and "checkout" layouts.

The layouts are replaced with specific ones for bitcoin orders, showing the relevant btc information for each of the order line items.

 

Overriding the template

To apply the template overrides, please copy the provided files as described below:

copy [your_domain]/plugins/j2store/payment_bitcoin/overrides/myprofile/orderitems.php
to [your_domain]/templates/[your_template]/html/com_j2store/myprofile/orderitems.php

copy [your_domain]/plugins/j2store/payment_bitcoin/overrides/checkout/default_confirm.php
to   [your_domain]/templates/[your_template]/html/com_j2store/checkout/default_confirm.php

 

NOTE: If you have already overridden these files, then you will need to merge the changes with your own overrides in order to view the bitcoin order items.

 

 

Template design by BaseTwoData