Shopp views and css

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

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