Shopp views and css

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

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