Close

Profile: SDobrev

Avatar

User posts

7 years ago

Hello,

Unfortunately, this is not possible out of the box.

Can you please suggest your idea in our UserVoice portal and if the people vote for it we will implement this feature?

7 years ago

Hi,

When you Submit a ticket you can attach the screenshots.

7 years ago

Hi,

Did you add categories and tabs with items to the collection?

Check if you have enabled the Category Product collection and the widget zone.

If you can't resolve the problem please Submit a ticket with more information.

7 years ago

Hello,

The Instagram icon is not included in the social-sprite.png and you are right that you have to change the "/img/instagram.png" file.

7 years ago

Hello,

Please update the theme to the latest version. There was a bug when getting the URLs in Social.cshtml file located in ArtFactory\Views\Common directory. If you have made custom modifications to the theme you can update only this file.

Hi,

You can get the selected shipping method by adding ng-click to the in the shipping method input element (ShippingMethod.cshtml).

<input ng-click="$emit('shippingMethodSelected', shipping)" ... />


Listen for the event in external.controller.min.js

function ExternalController($rootScope, $scope, objectUtility) {

    var selectedShippingMethod;

    $rootScope.$on("shippingMethodSelected", function (s, newValue) {

        selectedShippingMethod = newValue.name;
    });
};


You can do the same for the checkout attributes and then write the logic about showing and hiding the elements.

You can also use jQuery.

Hope this helps.

Hi,

You will have to manually edit the Vendors.
Go to Customers -> Vendors -> Vendor Edit -> Page Size options (comma separated).

Bugs
7 years ago

Hi,

There was a problem with case-sensitiveness of the setting. Set it to "list" and the problem should be fixed.

We fixed the bug with case-sensitiveness of default view mode setting in version 23068.

If the problem is not resolved please submit a ticket with more information.

Hi,

Unfortunately, the Vendors List page does not support paging.

Bugs
7 years ago

There are no problems with the States dropdown in the checkout addresses.