diff --git a/views/themes/Cloth/pay.hbs b/views/themes/Cloth/pay.hbs index 280e0ae..fd1d828 100644 --- a/views/themes/Cloth/pay.hbs +++ b/views/themes/Cloth/pay.hbs @@ -37,7 +37,7 @@ {{/if}}
- {{> partials/payments/shipping-form}} + {{> themes/Cloth/shipping-form}} {{#if session.customer}} {{#ifCond config.paymentGateway '==' 'paypal'}} {{> partials/payments/paypal}} diff --git a/views/partials/payments/shipping-form.hbs b/views/themes/Cloth/shipping-form.hbs similarity index 100% rename from views/partials/payments/shipping-form.hbs rename to views/themes/Cloth/shipping-form.hbs