Hi,
It seems like a configuration problem with your shipping provider.
Could you confirm that without the plugin you don't have the errors ?
Hi,
Could you open a ticket with more information about the issue ?
Hi,
About the topics: You could restrict them per store from the administration, but you would need also to make some changes to the theme footer. It is located at Themes/Alure/Views/Common/Footer.cshtml. In there you will find the footer-menu section and the list of links. You would need to change them to be:
<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("aboutus") })">@T("AboutUs")</a></li>
<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("privacyinfo") })">@T("PrivacyNotice")</a></li>
@if (storeId != storeBId)
{
<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("shippinginfo") })">@T("ShippingReturns")</a></li>
<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("conditionsofUse") })">@T("ConditionsOfUse")</a></li>
}
@if (storeId == storeAId)
{
<li class="phone">@T("SevenSpikes.Themes.Allure.Common.Phone.ForStoreA")</li>
}
else if (storeId == storeBId)
{
<li class="phone">@T("SevenSpikes.Themes.Allure.Common.Phone.ForStoreB")</li>
}
<div class="buttons complete-button">
<button type="button" data-processing="@T("SevenSpikes.RealOnePageCheckout.Public.ProcessingButton")" data-complete="@T("SevenSpikes.RealOnePageCheckout.Public.CompleteButton")" ng-disabled="checkoutForm.$invalid" ng-click="vm.orderConfirmData.submitted = true">@T("SevenSpikes.RealOnePageCheckout.Public.CompleteButton")</button>
</div>
Hi,
Could you check if you have any JavaScript errors ?
Hi,
Thank you for your feedback!
The enabling of the complete button is planned and it will be added to the plugin soon.
Also about Ship to same address option: currently you could not make it checked by default, but we will consider creating a setting for this.
About the hiding of pick-up in store - why would you want pick-up in store to be visible when you will ship to some address. I mean when customer wants his product shipped to some address, doesn't this mean that he expects the product to be delivered there and not to the store ?
Hi,
So you want when you click Products to go to page containing all categories ?
Hi,
There is no easy way to make the products on two rows, it will require a lot of JS customizations. Maybe you could suggest this in our User Voice portal.
The random products also, will require customizations, but this time in the backend, so our advice, again is to suggest this to our User Voice portal.
Hi,
Is the culture of your working language set to Portuguese (Brazil) pt-BR ?
Hi,
You should download it from 'My Downloads'.