Skip to content

An addition to the concrete5 community store that shows a user's purchase history on their account

License

Notifications You must be signed in to change notification settings

JeRoNZ/community_store_order_history

Repository files navigation

User Account Order History for Concrete CMS Community Store

Software License

An addition to the concrete5 community store https://github.com/concretecms-community-store/community_store) that shows a user's purchase history on their account. As with the community store, a Bootstrap based theme is assumed.

Installation

You must install the community store before installing this addon.

Navigate to your packages folder, and then clone the repository

git clone https://github.com/JeRoNZ/community_store_order_history.git

Then go to the dashboard and run the install.

Theming

If you wish to theme the account/orders page, you will need to modify your application/config/app.php file like this:

<?php

return array(
	'theme_paths'         => array(
		'/account'        => 'theme_handle',
		'/account/*'      => 'theme_handle',
	),
)

where theme_handle is the handle of your theme.

About

An addition to the concrete5 community store that shows a user's purchase history on their account

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages