diff --git a/README.md b/README.md index 325eda40..27b4cd69 100644 --- a/README.md +++ b/README.md @@ -46,30 +46,7 @@ php artisan vendor:publish --provider="Rapidez\CheckoutTheme\ServiceProvider" -- If you've already overwritten these by yourself before you installed this package, you will have to manually overwrite these as the publish command will not overwrite already existing files. -Add these colors to your `tailwind.config.js` and modify them to your liking: -(Alternatively, you could add these to a separate file and add it as a preset to your tailwind.config.js) -``` -colors: { - ct: { - enhanced: { - DEFAULT: '#40C42A', - }, - inactive: { - DEFAULT: '#8A8275', - 100: '#F6F4EE', - }, - disabled: '#EBE8DE', - accent: { - DEFAULT: '#FEAB05', - }, - primary: { - DEFAULT: '#625B50', - }, - border: '#EAE7DC', - error: '#DF241D', - }, -}, -``` +If you want more information about how we use color variables; Check our [https://docs.rapidez.io/3.x/theming.html#colors](Rapidez docs). This package also requires the `SKU` functionality to be enabled in the image resizer. This is normally enabled by default. diff --git a/composer.json b/composer.json index 365a670a..50970a3c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.0|^8.1|^8.2", "blade-ui-kit/blade-heroicons": "^2.0", "rapidez/account": "^3.0", - "rapidez/core": "^3.0" + "rapidez/core": "^3.1" }, "autoload": { "psr-4": { diff --git a/lang/nl.json b/lang/nl.json index 5fba9b97..fae15382 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -8,7 +8,8 @@ "Address created successfully": "Adres succesvol aangemaakt", "Address data": "Adresgegevens", "Already logged in": "Al ingelogd", - "Amount": "Aantal", + "Quantity": "Aantal", + "Amount": "Bedrag", "Back to account": "Terug naar account", "Back to cart": "Terug naar winkelwagen", "Back to credentials": "Terug naar inloggegevens", @@ -22,6 +23,7 @@ "Continue shopping": "Verder winkelen", "Coupon code": "Kortingscode", "Customer centre": "Klantenservice", + "Decrease quantity": "Aantal verlagen", "Delete address": "Adres verwijderen", "Delivery method": "Bezorgmethode", "Deselect as billing": "Deselecteer als factuuradres", @@ -32,6 +34,8 @@ "Enter your email address below, you will receive an email within minutes to reset the password.": "Voer hieronder uw e-mailadres in, u ontvangt binnen enkele minuten een e-mail om het wachtwoord te resetten.", "Everything centralized in 1 place such as returns, exchanges and customer service": "Alles gecentraliseerd op 1 plek zoals retouren, ruilingen en klantenservice", "Free": "Gratis", + "Go to step :step": "Ga naar stap :step", + "Increase quantity": "Aantal verhogen", "Is this not your account?": "Is dit niet uw account?", "Log out": "Uitloggen", "Logout from your account": "Uitloggen van uw account", @@ -71,7 +75,7 @@ "Vat ID": "BTW-nummer", "We will also check if you already have an account so you can checkout more efficiently.": "We zullen ook controleren of u al een account heeft, zodat u efficiƫnter kunt afrekenen.", "We will send a confirmation of your order :orderid to :email": "We sturen een orderbevestiging van bestelling :orderid naar :email", - "We will send your order confirmation to this e-mail address. We will also check if you already have an account so you can checkout more efficiently.": "We sturen uw orderbevestiging naar dit e-mailadres. We zullen ook controleren of u al een account heeft om het bestelproces te versnellen.", + "We'll email your order confirmation and check if you have an account for faster checkout.": "Op dit e-mailadres ontvang je de orderbevestiging. Ook checken we of je al een account hebt.", "Welcome back": "Welkom terug", "Yes, I want to subscribe to the newsletter": "Ja, ik wil me inschrijven voor de nieuwsbrief", "You already have an account with this e-mail address. Please log in to continue.": "U heeft al een account met dit e-mailadres. Log in om verder te gaan.", diff --git a/resources/core-overwrites/layouts/checkout/footer.blade.php b/resources/core-overwrites/layouts/checkout/footer.blade.php index 1d266560..a5e9b7fb 100644 --- a/resources/core-overwrites/layouts/checkout/footer.blade.php +++ b/resources/core-overwrites/layouts/checkout/footer.blade.php @@ -1,5 +1,5 @@