Search found 4 matches
- 03 Nov 2023, 20:39
- Forum: Laravel package
- Topic: Buttons disappear
- Replies: 6
- Views: 7575
Re: Buttons disappear
Thanks a lot!
- 01 Nov 2023, 20:19
- Forum: Laravel package
- Topic: Buttons disappear
- Replies: 6
- Views: 7575
Re: Buttons disappear
Thanks! You led me to that folder. I published there files but it published with the same css property
.checkout-standard .button-group {
display: none;
}
I deleted this and everything is working correctly. Although I don't know the right structure of my application. I added so much files in the ...
.checkout-standard .button-group {
display: none;
}
I deleted this and everything is working correctly. Although I don't know the right structure of my application. I added so much files in the ...
- 31 Oct 2023, 21:21
- Forum: Laravel package
- Topic: Buttons disappear
- Replies: 6
- Views: 7575
Re: Buttons disappear
I found that problem in ..myextension/themes/client/html/myextensionname/checkout-standard.css
was set
.checkout-standard .button-group {
display: none;
}
I deleted that but nothing changed. I tried to clear cache, clear history of my browser, open my site in other browser but nothing changes ...
was set
.checkout-standard .button-group {
display: none;
}
I deleted that but nothing changed. I tried to clear cache, clear history of my browser, open my site in other browser but nothing changes ...
- 30 Oct 2023, 20:58
- Forum: Laravel package
- Topic: Buttons disappear
- Replies: 6
- Views: 7575
Buttons disappear
I don't have any buttons like submit button or previous button during checkout session. I tried to enable/disable all basket plugins but it didn't lead to any changes at all. And one interesting detail. I can see buttons code through code inspector in my browser.
And one more thing. When I clicked ...
And one more thing. When I clicked ...