Shopp views and css

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

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