Shopp views and css

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

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