Shopp views and css

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

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