Browse Source

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

feature/rotating_product
Guillaume Bourgeois 7 months ago
parent
commit
3993cc069e
2 changed files with 2157 additions and 66 deletions
  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
File diff suppressed because it is too large
View File


+ 2
- 1
producer/web/js/vuejs/order-order.js View File

} }
else { else {
app.errors = response.data.errors ; app.errors = response.data.errors ;
window.scroll(0, $('#page-title').offset().top) ;
app.disableConfirmButton = false ; app.disableConfirmButton = false ;
} }
}); });
updated: function () { updated: function () {
var app = this; var app = this;
this.$nextTick(function () { 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({ $("#signup-guest form").validate({
rules: { rules: {
'SignupForm[email]': { 'SignupForm[email]': {

Loading…
Cancel
Save