Developer forum

Forum » Swift
Subject
Replies
Started by
Last reply
How does this feature work: Keep me updated with deals, news and offers
In Swift anonymous checkout there is a possibility to put this checkbox, however there is no documentation about it, also - there is no visible evidence that putting this checkbox changes anything. Could you please advice how it works? ...
Tomas Vasiliūnas
22/05/2023 16:28:32
Last post: 24/05/2023 09:43:23
Styling is not consistent in the Selectable variant options item type
When you select the 'square' option in the 'Selectable variant options' item type on the PDP, it sets color swatch options with a rounded square and text options with no rounding. The styling should be consistent, and ideally allow th ...
Melissa Borgmann
10/05/2023 18:23:30
Last post: 23/05/2023 19:17:40
Product edit component, rows undeneath edit header with many specifications
Hello, I have a product detail card that show around 20 specs. This causes the rows definitions to be undeneath the "Component builder for: ..." message This makes it hard (or somtimes impossible with multiple columns) to use the visual edi ...
Justin Sjouw
07/03/2023 15:55:27
Last post: 23/05/2023 12:33:00
An active task with the given name ('Secondary users#Users.index#Users') already exists
Hi guys, I am trying to implement the "Manage users" functionality that is found in newer Swift versions. I could recreate all pages and modules and I have copied all templates. However, I get some errors related to some code within the Man ...
Adrian Ursu
17/05/2023 15:20:14
Last post: 18/05/2023 09:44:50
Product numbers with special characters
Hello. I have seen few solutions where we have products with comma, dot, white-space and some other characters in product numbers. Because of that, there are 2 Swift features which doesn't work: "Add to favorites list" button and " ...
Didzis Kuzmans
22/02/2023 10:51:27
Last post: 17/05/2023 19:03:01
IntegrationID in Email Subject
Hi, One of our client's orders contains Integration Order ID Under the Miscellaneous section. I want to be able to output IntegrationOrderId on the subject of the email. There seems to be a way to output the OrderId on the Email subject using a & ...
lucian curcuta
12/05/2023 10:30:49
Last post: 12/05/2023 16:18:43
Søgeresultat er uden valgte default variant
Hej, Produkt links i søgeresultaterne tager ikke forbehold for den valgte default produkt variant. Bør man ikke få ændret produkt links i søgeresultaterne, således at de benytter den samme metode som produktlist ...
Casper Rasmussen
12/05/2023 08:24:37
Last post: 12/05/2023 12:36:26
Stock details from the correct stock location
I have an issue with getting the correct stock listed on product list and page. Its setup the same way as product prices, where i do get the customer specific price (using customer number as key). But for stock it seems to just take the first availab ...
Anders Thoresen
21/02/2023 11:55:50
Last post: 10/05/2023 10:24:27
Swift filtering vs Rapido filtering
Hi guys, I am upgrading a project from Rapido to Sowft. And I am trying to use the same Index, Query, and Facets. Everything works fine in the listing, but the filtering (Facets) is behaving differently. Rapido URL with filtering: https://www.allmedi ...
Adrian Ursu
08/05/2023 10:20:24
Last post: 08/05/2023 18:12:35
Cart bug
Input and stock are strings. When increasing the amount in the cart your function is comparing string values. You should convert to floats, something like this: var UpdateQuantity = debounce(function (input, stock) { i = parseFloat(input.value); s =  ...
Peter Leleulya
13/04/2023 11:57:33
Last post: 08/05/2023 10:25:38
Hide sign in when logged in
Hello, On a solution using Swift 1.6.1 I`m not able to hide the menu element sign in when logged in. I have tried using permissions but that does not work. What I want to hide when logged in: Permissions settings: Are there any settings I`m missing? ...
Alexander Tømmerholen
22/03/2022 11:02:15
Last post: 03/05/2023 13:00:25
Issues with rendering Productdetailpage after DW and swift upgrade
Hello, i have a client where i have upgraded their dw solution from a 9.14.4. to a 9.15.4 and the swift version from 1.8 to a 1.19. after the upgrade, the productdetailpage started returning a 404 unless it is specifically defined on the product grou ...
Alexander Olsen
03/05/2023 09:39:53
Last post: 03/05/2023 10:24:08
Swift and BOM products
Hi guys, I see that BOM products are not yet supported in Swift. Until this comes to a Swift version, what would be the best approach for listing BOM parts on ProductDetail page? Thank you, Adrian ...
Adrian Ursu
17/08/2022 21:02:56
Last post: 02/05/2023 16:15:53
Maintain current page on log in
Hi there, How do I keep the user on the same page after logging in? For example, when on a product detail page I click log in, I want to show the same PDP again, but then as the authenticated user. I can see in Swift that the Login.cshtml template ha ...
Imar Spaanjaars
10/11/2022 21:44:55
Last post: 26/04/2023 10:51:32
Inactive products in spellcheckersuggestion
Hi, My customer have noticed, that when searching for 4010 in the generic search box in Swift, they get 40103 as a suggestion, even though the product with this specific number is inactive. It doesn't show op in the exact product search below, bu ...
Kurt Moskjær Andersen
24/04/2023 13:48:18
Last post: 24/04/2023 14:02:50
Modify/extending swift: Best practise?
Hello. We are starting on our first swift projekt. The goal is to use swift without modifications, but it is not possible 100%. What are the best practises for minior adjustments? Examples of adjustments could be: General Change some the value of som ...
Kasper Legarth
21/04/2023 13:16:15
Last post: 24/04/2023 12:55:28
Recurring orders in swift
Hey, is there anyone who implemented recurring orders in Swift ? I want to change the Customer Experience Center App to show the fields of the recurring orders ( startdate, enddate, "cancel subscription" link, etc) but I don't know how  ...
Alexandru Aliu
21/04/2023 13:13:18
Last post: 21/04/2023 21:56:51
Build error on htmx.js
Hi there, Without changes to our build we suddently get build errors from NPM on the library htmx: [3] ./node_modules/htmx.org/dist/htmx.min.js 424 bytes {2} [built] [failed] [1 error] ERROR in ./node_modules/htmx.org/dist/htmx.min.js 1596:21 Module  ...
Imar Spaanjaars
13/04/2023 13:49:18
Last post: 21/04/2023 12:13:37
GTM is blocked by DW's CookieManager
Hi, In the three master templates in Swift, there is a variable by the name allowTracking which determines whether GTM will be loaded based on the CookieManager. As I understand it GTM should be loaded when cookies are denied, so can this be changed? ...
Roald Haahr
20/04/2023 14:58:45
Last post: 21/04/2023 11:19:38
Swift and Don't Repeat Yourself (DRY)
Hi there, I have a site that uses assortments. With the assortment, some products are not available to users that are logged in, but they are available for anymous users. When a logged in user looks at one of those products (for example, from a Text  ...
Imar Spaanjaars
17/04/2023 19:14:04
Last post: 20/04/2023 19:50:48