Developer forum

Forum » Rapido
Subject
Replies
Started by
Last reply
Structure of Style related files
Hi guys, In our attempts to customize the looks and feel of Rapido using Ignite, we have seen a potential issue with not having access to global variables in Ignite, not the possibility of compiling Ignite together with Rapido styles, which makes the ...
Adrian Ursu
27/04/2019 11:43:38
Last post: 03/05/2019 10:33:05
Show SortId on GetBlocksStructure
Hi there, It would be really nice if we could have a parameter on the GetBlocksStructure method to show the block SortId value along with the block Id. Thanks, Mario ...
Mario Santos
24/04/2019 18:19:38
Last post: 02/05/2019 12:17:10
Hide navigation
Hi, Is there an option in Rapido to hide the navigation? In case we make a landing (campaign) page we would like the visitor on one CTA. Every other button or click option will lead the visitor away from our target. The only link on this page (beside ...
Gerard Kocks
01/05/2019 09:31:53
Last post: 01/05/2019 11:13:02
Dynamic includes?
In many Rapido templates I see this: @if (File.Exists(HttpContext.Current.Server.MapPath("/Components/Custom/Custom__Components.cshtml"))) { <text>@Include("Components/Custom/Custom__Components.cshtml")</text> } Is this an attempt to incl ...
Imar Spaanjaars
30/04/2019 16:42:52
Last post: 01/05/2019 09:55:58
Some styling questions
I'm working on a Rapido site that needs to have a black background. This is giving me a chance to experiment with the settings. There are two that don't appear to be configurable from the Rapido settings that I wanted to ask about: Here's the site, w ...
Scott Forsyth
16/04/2019 04:26:50
Last post: 29/04/2019 14:56:43
Rapido as Nuget Package
Hello, In the Dynamicweb download section the latest upload is Rapido 3.1. As Nuget packages there is upto version 5.4.1 - can this be considered as stable? ...
Søren Ravn Lund
29/04/2019 12:18:18
Last post: 29/04/2019 13:14:53
AssemblyInfo.cs in Rapido
Hello, I'm wondering - why is Files/Properties/AssemblyInfo.cs shipped with the Rapido .zip's? Does this serve any purpose? ...
Søren Ravn Lund
17/04/2019 13:34:20
Last post: 29/04/2019 09:18:06
Product list view shows prices when it shouldn't
Hi guys! I have a Dw965 With Rapido192 solution. In the website configuration under 'Ecommerce' > 'General' I have checked the option 'Only preview for anonymous users' In the website when I go to the product list page it has 3 views. 1st view doe ...
Peter Leleulya
26/04/2019 12:42:48
Last post: 26/04/2019 13:13:45
Change email address for the current order
Hi there, How can a logged in user change the email address for the current order? When you're logged in, editing your details takes you to the customer center where you can change your account details, but not the details for the order. Steps: 1. Lo ...
Imar Spaanjaars
24/04/2019 19:38:48
Last post: 25/04/2019 12:55:48
Related products shows too many products
Hi there, When I add related products to a product and render them in the frontend, I get way too many products. I tested this on Rapido 3.1 and I end up with 298 products instead of two. Here are my steps: 1. I created a new group called Test Group  ...
Imar Spaanjaars
24/04/2019 19:30:01
Last post: 25/04/2019 12:17:03
Main image duplicates on product details page
I noticed that the main image (for example, ProductNumber.jpg) is repeated when rendering the alternate images (like ProductNumber-a.jpg). To fix it, I change the code in RenderCarousel in MainImage.cshtml around line 158 to this: @RenderProductImage ...
Imar Spaanjaars
25/04/2019 11:27:09
Last post: 25/04/2019 11:47:31
Don't allow Edit Addresses in the Customer Center?
Similar to this: https://doc.dynamicweb.com/forum?ThreadID=64162&PID=1605 I like to let a user edit the address on an order, but not support the ability to edit addresses in the customer center. In order words, a user can be logged in but not see ...
Imar Spaanjaars
24/04/2019 19:44:52
Last post: 25/04/2019 11:44:51
Can I prevent a product list to use dynamicweb caching?
Can I prevent a product list to use dynamicweb caching? I have a macro which is used by the product index. The value of the macro is depending on user actions. But the macro doesn't get hit everytime a productlist is shown, so it must be some caching ...
Peter Leleulya
19/04/2019 11:45:08
Last post: 25/04/2019 08:58:37
Add all on Favorites list allows you to add items that are not in stock
Steps: 1. Add a number of products to a favorites list. At least one should be out of stock 2. View the list 3. Click Add all Actual results 1. All products are added to the cart and you can check out Expected results The product that is not in stock ...
Imar Spaanjaars
24/04/2019 20:25:24
Last post: 24/04/2019 20:29:39
Can checkout to non-supported country
Further to this: https://doc.dynamicweb.com/forum?ThreadID=64164&PID=1605, it looks like you can check out to countries that are not supported. Here's how: 1. In the CC add a new address with a country that doesn't exist under Settings | Ecommerc ...
Imar Spaanjaars
24/04/2019 20:19:15
No replies yet
'Hide Price' doesn't work in Details view
The option to 'Hide Price' works with Grid and List view, successfully removing the price of the products from the page, but in Details view, the price still appears. I tried the different configurations of the Detail views as well and the price alwa ...
Mafalda Correa
24/04/2019 16:35:54
Last post: 24/04/2019 17:23:42
Error loading area settings
I am getting the attached error when loading the area settings for a Rapido site. After that, the UI looks messed up. I noticed that it takes a long time to load the settings in general (even on a high-end developer machine). The issue presents itsel ...
Imar Spaanjaars
23/04/2019 11:38:05
Last post: 24/04/2019 11:18:28
Payment proceeded with Default Checkout Handler
Hi, We have only PayPalExpressCheckout in Payment setting. But after PayPalExpressCheckout fail and the order proceeded with DefaultCheckoutHandler. Here is the logs. Files-System-Log-eCom-CartV2-Events - 2019-04-23 is that order log from cart to ord ...
Khine Lwin Myint
23/04/2019 12:54:17
Last post: 24/04/2019 08:37:10
Can I use block logic in Product List Detail View?
Hi, I was looking to add some fields in the lines between the product name and number and the Add to Cart button, but found that all the logic for the product detail view was inside one big block ("DetailsViewScripts" - @helper DetailsView). I was wo ...
Mafalda Correa
17/04/2019 12:07:00
Last post: 23/04/2019 16:39:45
Replace a block on Masterpage
Hi guys, I am trying to replace a block in the MasterpageFooterContent. I have tried to follow the guidelines in the documentation but whatever I do, it does not seem to replace the block. I am probably doing something wrong. Considering that I am us ...
Adrian Ursu
11/03/2019 21:16:20
Last post: 22/04/2019 16:50:56