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