소스 검색

[Boutique] Commander : correctif commande en tant qu'invité

feature/rotating_product
Guillaume Bourgeois 7 달 전
부모
커밋
3993cc069e
2개의 변경된 파일2157개의 추가작업 그리고 66개의 파일을 삭제
  1. +2155
    -65
      producer/web/css/screen.css
  2. +2
    -1
      producer/web/js/vuejs/order-order.js

+ 2155
- 65
producer/web/css/screen.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 2
- 1
producer/web/js/vuejs/order-order.js 파일 보기

@@ -584,6 +584,7 @@ var app = new Vue({
}
else {
app.errors = response.data.errors ;
window.scroll(0, $('#page-title').offset().top) ;
app.disableConfirmButton = false ;
}
});
@@ -652,7 +653,7 @@ var app = new Vue({
updated: function () {
var app = this;
this.$nextTick(function () {
if(app.step == 'payment' && !app.user && app.producer.option_allow_order_guest) {
if(app.step == 'products' && !app.user && app.producer.option_allow_order_guest) {
$("#signup-guest form").validate({
rules: {
'SignupForm[email]': {

Loading…
취소
저장