Shopp views and css

Paul 9b806fa45a very commit пре 9 година
.gitattributes 9b806fa45a very commit пре 9 година
README.md 9b806fa45a very commit пре 9 година
account-downloads.php c6ad683c93 Initial commit пре 9 година
account-orders.php c6ad683c93 Initial commit пре 9 година
account-profile.php c6ad683c93 Initial commit пре 9 година
account.php c6ad683c93 Initial commit пре 9 година
cart.php c6ad683c93 Initial commit пре 9 година
catalog.php c6ad683c93 Initial commit пре 9 година
category.php c6ad683c93 Initial commit пре 9 година
checkout.php c6ad683c93 Initial commit пре 9 година
confirm.php c6ad683c93 Initial commit пре 9 година
email-order.php c6ad683c93 Initial commit пре 9 година
email-shipped.php c6ad683c93 Initial commit пре 9 година
email.css c6ad683c93 Initial commit пре 9 година
email.php c6ad683c93 Initial commit пре 9 година
errors.php c6ad683c93 Initial commit пре 9 година
login-recover.php c6ad683c93 Initial commit пре 9 година
login.php c6ad683c93 Initial commit пре 9 година
product.php c6ad683c93 Initial commit пре 9 година
receipt.php c6ad683c93 Initial commit пре 9 година
shopp.css c6ad683c93 Initial commit пре 9 година
sidecart.php c6ad683c93 Initial commit пре 9 година
sideproduct.php c6ad683c93 Initial commit пре 9 година
summary.php c6ad683c93 Initial commit пре 9 година
thanks.php c6ad683c93 Initial commit пре 9 година

README.md

Hoe te gebruiken:

  1. Dump de inhoud in het huidige wordpress thema
  2. Er is geen 2

Bijvoorbeeld:

shopp directory exporteren in het thema enfold-child:

git archive --prefix=shopp/ HEAD | ( cd /wordpress/wp-content/themes/enfold-child; tar xf - )

Zip maken om te versturen en elders in de wordpress root uit te pakken:

git archive --prefix=wp-content/themes/enfold-child/shopp/ -o hg-shopp-theme.zip HEAD