iamankits Posted November 11, 2016 Report Posted November 11, 2016 Hello, I have been testing the new v4 of Blesta. I have used Blesta after a long time and so I am looking for things here and there. Today I just tried to setup configurable options for a dedicated server and saw a small error. I have added some options in the configuration options, but it doesn't load up on the front end. First I selected Radio Button to choose the option the customer wants : Now when I look at the order form : (It selects the first option only.) 2. Now I select Dropdown as an option : (It selects the last option only of all the available options.) I couldnt locate the bug in the bug tracker, so thought I would post here. If you can't replicate the issue, please tell me. I am using the latest Blesta v4 beta 1, used universal module of configuring the dedicated server as the order is processed manually.
Michael Posted November 11, 2016 Report Posted November 11, 2016 You have to make an option which is 0.00 with the label None it doesn't add that automatically, the only way to do that is by making addon packages.
iamankits Posted November 12, 2016 Author Report Posted November 12, 2016 Sorry. I didn't get what you want to say. From where do I create addon packages ?
Michael Posted November 12, 2016 Report Posted November 12, 2016 6 hours ago, iamankits said: Sorry. I didn't get what you want to say. From where do I create addon packages ? Sorry Addons packages aren't what you need but they have "none" already there, You need to make a nice row called None and 0.00 so that is selected first.
iamankits Posted November 13, 2016 Author Report Posted November 13, 2016 Hi, The first option is 1TB Enterprise HDD, which would be available in the package cost and so its priced 0.00. The rest have been priced as shown in the attached pic. I did create an option None. But it still shows the same thing. Here is the order form :
Michael Posted November 13, 2016 Report Posted November 13, 2016 Oh sorry thought you wanted to have none unless they picked it. From your screenshots it looks like your ajax isn't loading the correct price in the summary?
iamankits Posted November 14, 2016 Author Report Posted November 14, 2016 I even tried using the standard form and wizard boxes. It still displays the same thing. Displays the last option only. Can you replicate the same error in this new version (v4 beta 1)?
BeZazz Posted November 14, 2016 Report Posted November 14, 2016 You should be using 4.0.0-b3. Running an older Beta version (not meaning to be rude) is pretty pointless, as the developers have improved the code by fixing bugs etc in the later version/s. Before asking for support on an older Beta version you should first update to the newest version.
iamankits Posted November 14, 2016 Author Report Posted November 14, 2016 Hi, Thanks a lot. I just downloaded the beta from the option on the main page so it downloaded the beta 1 a while ago and forget to check if there were any updates released. I will give it a shot and see. BeZazz 1
iamankits Posted November 14, 2016 Author Report Posted November 14, 2016 I upgraded to latest version i.e. v4 beta 3 and I am having the same problem.
Michael Posted November 14, 2016 Report Posted November 14, 2016 Ok so the only reason I can see you having an issue is you aren't entering a "value". See this video: http://screencast.com/t/i8B3t6oX So from my experience and testing on B3 is that it works as it does in v3.0.0. iamankits, Blesta Addons and Paul 3
iamankits Posted November 15, 2016 Author Report Posted November 15, 2016 Ohh. I didn't know that value field has to be filled too. Thanks a lot Michael. It worked. Blesta Addons, Michael and Paul 3
Blesta Addons Posted November 17, 2016 Report Posted November 17, 2016 On 11/14/2016 at 5:36 AM, BeZazz said: You should be using 4.0.0-b3. Running an older Beta version (not meaning to be rude) is pretty pointless, as the developers have improved the code by fixing bugs etc in the later version/s. Before asking for support on an older Beta version you should first update to the newest version. V4 betas is not recomanded for production use . You should wait to final release .
BeZazz Posted November 17, 2016 Report Posted November 17, 2016 5 hours ago, Blesta Addons said: V4 betas is not recomanded for production use . You should wait to final release . The OP said Quote I am using the latest Blesta v4 beta 1 So I said Quote You should be using 4.0.0-b3 Michael, Blesta Addons and Paul 3
Tyson Posted December 1, 2016 Report Posted December 1, 2016 Just to reiterate Licensecart's point, a different 'value' must be set for each option. HTML forms distinguish between labels (what you see on the page next to the radio button, or as a select option), and the value (which gets submitted). Since each radio option had no value, they were all an empty string, which is not useful because you cannot distinguish which option was checked. Michael 1
Recommended Posts