Close

Profile: iliyan.tanev

Avatar

User posts

9 years ago

Hi,

What you have done is sufficient. Keep in mind after you add the left and right side you will have to style them. They are just regular divs with some content inside and, in your case the content is the elements placed in the widget zones. So add styling for leftside-3 and rightside-3 and everything will be fine.

Ask if you have any further questions.

9 years ago

Hi,

It won't be very easy. You would need to have fairly good understanding of AngularJS to do it.

If you decide to do it, you should do the changes in the Plugin/Views/ShippingMethod.cshtml view. Currently we count on the changing of the ng-model (attached to every radio button) to send request to the server to change the selected shipping method. We use regular watch to track the changes of the ng-model.

9 years ago

jakubz wrote:
Hi,

We are currently working on this. I could not tell you exactly when it will be ready, but I will write here when we deploy it.

Thx. i only for this buy Ultimate Collection... but actually can't use this :( so still waiting ;)


We have deployed the change that makes the Complete button always clickable, but we didn't announce it because our Front-Enders are currently still styling the plugin for our themes and the error notifications won't be styled. If you want you could download the latest version of the plugin and place the following css in Plugins\SevenSpikes.Nop.Plugins.RealOnePageCheckout\Styles\RealOnePageCheckout.common.css


input.ng-invalid.ng-dirty, textarea.ng-invalid.ng-dirty, .has-error {
    border: 1px solid red !important;
}


Currently only  the styling for TIffany is deployed.

deselt wrote:

...


Very strange problem. It seems like configuration problem. 
It will be best to raise a ticket and send us your database so we could reproduce the problem locally and find a solution.

Hi,

Could you provide us with a screenshot showing where you want the slider to appear ? 

9 years ago

Hi,

This will be very big feature, it will require a lot of changes.
That is why we have not implemented it yet.
We also have a suggestion about this in our User Voice portal. Could you vote for it ? This way you will be notified by email when the future is planned and ready.

9 years ago

Hi,

You could do it the same way we do it in QuickTabs - How to include JavaScript in Tab

Hi,

Would it be possible to raise a ticket and send us your database so we could debug the code and find the cause of the problem ?

9 years ago

Hi,

We are currently working on this. I could not tell you exactly when it will be ready, but I will write here when we deploy it.

9 years ago

Hi,

Could you raise a ticket with your admin credentials so we could replicate your settings and try to reproduce the problem locally ? 

9 years ago

Hi,

Unfortunately there is no such property. Also, there is no workaround we could suggest, because the products count for each filter option is calculated only by the store procedure which is triggered only when you select specific option. 
It is interesting proposition and I could advise you to suggest it to our UserVoice portal.