Shopp views and css

Paul 9b806fa45a very commit 9 years ago
.gitattributes 9b806fa45a very commit 9 years ago
README.md 9b806fa45a very commit 9 years ago
account-downloads.php c6ad683c93 Initial commit 9 years ago
account-orders.php c6ad683c93 Initial commit 9 years ago
account-profile.php c6ad683c93 Initial commit 9 years ago
account.php c6ad683c93 Initial commit 9 years ago
cart.php c6ad683c93 Initial commit 9 years ago
catalog.php c6ad683c93 Initial commit 9 years ago
category.php c6ad683c93 Initial commit 9 years ago
checkout.php c6ad683c93 Initial commit 9 years ago
confirm.php c6ad683c93 Initial commit 9 years ago
email-order.php c6ad683c93 Initial commit 9 years ago
email-shipped.php c6ad683c93 Initial commit 9 years ago
email.css c6ad683c93 Initial commit 9 years ago
email.php c6ad683c93 Initial commit 9 years ago
errors.php c6ad683c93 Initial commit 9 years ago
login-recover.php c6ad683c93 Initial commit 9 years ago
login.php c6ad683c93 Initial commit 9 years ago
product.php c6ad683c93 Initial commit 9 years ago
receipt.php c6ad683c93 Initial commit 9 years ago
shopp.css c6ad683c93 Initial commit 9 years ago
sidecart.php c6ad683c93 Initial commit 9 years ago
sideproduct.php c6ad683c93 Initial commit 9 years ago
summary.php c6ad683c93 Initial commit 9 years ago
thanks.php c6ad683c93 Initial commit 9 years ago

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