Close

Profile: hristian.dimov

Avatar

User posts

mstuart wrote:
I'm using NopUltimatePluginCollection_3.7.148.18764 (RealOnePageCheckout).

I have a single custom address attribute named "Alias".

Alias is used as a quick reference to an address.  e.g., "Main Office", "Building 2"

I would like to use this custom address attribute in the dropdown to select addresses.

In the view \SevenSpikes.Nop.Plugins.RealOnePageCheckout\Views\RealOnePageCheckout\BillingAddress.chtml

Line 18:

<div class="choose-address">
    <select ng-model-options="{ updateOn: 'default change' }" ng-model="vm.billingData.selectedBillingAddress" ng-options="address.customProperties.fullAddress for address in vm.billingData.addresses track by address.id">
        <option value="" ng-if="false"></option>
    </select>
</div>

I want to replace address.customProperties.fullAddress with address.customAddressAttributes[0].???

I don't understand the model enough to finish this.


So the dropdownlist would look like... 

[New Address]
[Alias 1]
[Alias 2]
[Alias 3]

Any help with this would again be very much appreciated.

Thank you!


Hi,

You can use "address.customAddressAttributes[0].name", but this would give you the same result for each address. For example, if your custom address attribute is called "Alias", then each row in the dropdown would be "Alias". I'm not sure that this is what you need and if it is not the desired result, please explain a little bit more what do you need to be shown.

Looking forward to your reply!

Bugs
8 years ago

gnik wrote:
I'm using version 3.50, the database compact ce

After installation I get an error

There was an error parsing the query. [ Token line number = 7,Token line offset = 1,Token in error = CREATE ]


Hi,

Please note that we don't support SQL Compact Edition. You need to use SQL Server 2008 or above.

Hope this helps!

8 years ago

nopnopgogo! wrote:
Hi NOP-Templates, how we can set the default size for thumbnails under slider ? And what do you think about thumbnails generation as different (scaled) images to speed up page loading and google pagespeed insights ? Thanks a lot


Hi,

the size of the thumbnails is controlled via CSS, there is no available setting for it.

I don't think adding a new setting for the size of thumbnails would have any effect on the speed because once the picture is downloaded by the browser each of the following requests for the same picture would result in getting it from the browser's cache.

Hope this helps!

8 years ago

tsapusek wrote:
Hi,  

One of our clients has an issue where the reply-to email isn't coming through on the email so if the client hits "Reply" once the email comes in there isn't a reply-to address in the box.  I saw this post on the forum - https://www.nop-templates.com/boards/topic/2688/contact-us-tab-reply-to.  Would upgrading to the newest version of the plugin fix this issue?  They are using NOP version 3.40.

Group: 7Spikes
FriendlyName: Nop Quick Tabs
SystemName: SevenSpikes.Nop.Plugins.NopQuickTabs
Version: 3.40
SupportedVersions: 3.40
Author: Seven Spikes
DisplayOrder: 1
FileName: SevenSpikes.Nop.Plugins.NopQuickTabs.dll
  Also would the newest version of this plugin work with NOP version 3.40.

Thanks for your help.  Toby


Hi,

We have added this in the 3.60 version and above. Please see this topic: https://www.nop-templates.com/boards/topic/2688/contact-us-tab-reply-to

If you need this feature you will need to upgrade to a newer nopCommerce version ( currently 3.60 and 3.70 has it ).

Keep in mind that upgrading to a newer nopCommerce version is always recommended as there are new features and bug fixes in it.

Hope this helps!

8 years ago

leona wrote:
...


Hi,

Thank you for reporting this. We have fixed it and it is deployed.

Please download and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin

If you have any further questions, please do not hesitate to ask!

8 years ago

illutian wrote:
In case the User Voice doesn't get heard.. :P

---

I feel requiring CS Staff to look under 'My Account' to monitor tickets is very inefficient. Why not have something in the /Admin/ side under Help Desk that allows anyone with access to view all tickets (complete with the same color coding as seen under 'Manage Tickets').


This way, not only can the staff members see the tickets that need responses, but also the Staff Managers can see how the entire CS Department is doing.

---

I'm really surprised there isn't a Hub area for all the tickets to be looked at. :(

Hi,

I don't quite get what is the difference between going to Administration -> Nop Help Desk -> ( for example ) Manage tickets and going to My account -> Manage tickets for checking the tickets. Either way, you need to go somewhere to check them.

What about, if you don't want to give your staff members an admin access to your site? How are they going to check the tickets? In the moment, the store owner is not obliged to provide access to admin area for the staff members.

Looking forward to your reply!

True, the hassle is trying to get the staff to step out of the Admin side and into the public side every once in a while to check.

I suppose this all stems from there's no email notification if there's a new ticket, or when a staff member's been assigned.

I'm looking at the Nop Customer Reminders -> Reminder Messages Report and thinking that's exactly what I'd like to see. A report of the tickets and who's assigned to them and the progress on those tickets (aka the replies).

So sort of record of what's going on.

All in the Admin, where I live....from the time I start till the time I leave.


Hi,

We can think of implementing sending emails when a new ticket is submitted, but could you please explain to whom the emails should be sent? I mean, if you have 50 staff members assigned to a department, should all of them be notified via email that a new ticket is submitted?

About the Nop Customer Reminders -> Reminder Messages Report example, please suggest your idea to have the Manage Tickets in the administration too in our User Voice portal and if people vote for it, we will plan and implement it.

Hope this helps!

8 years ago

jakubz wrote:
Few month ago i talk about optimization your plugin (faster loading) in answear i hear you have some idea how to improve loading. Maybe you do something with this last time? :)


Hi Jakubz,

yes, we made a couple of optimization to the One Page Checkout plugin. Also, we added some new features in the plugin. You can download and update the plugin to the latest version to see them.

Hope this helps!

8 years ago

illutian wrote:
In case the User Voice doesn't get heard.. :P

---

I feel requiring CS Staff to look under 'My Account' to monitor tickets is very inefficient. Why not have something in the /Admin/ side under Help Desk that allows anyone with access to view all tickets (complete with the same color coding as seen under 'Manage Tickets').


This way, not only can the staff members see the tickets that need responses, but also the Staff Managers can see how the entire CS Department is doing.

---

I'm really surprised there isn't a Hub area for all the tickets to be looked at. :(


Hi,

I don't quite get what is the difference between going to Administration -> Nop Help Desk -> ( for example ) Manage tickets and going to My account -> Manage tickets for checking the tickets. Either way, you need to go somewhere to check them.

What about, if you don't want to give your staff members an admin access to your site? How are they going to check the tickets? In the moment, the store owner is not obliged to provide access to admin area for the staff members.

Looking forward to your reply!

DonGadiano wrote:
Hi Thanks for the info, we don't rename anything, we just copy the Catalog folder from the default nopCommerce and paste in inside our theme, Themes\Views\VisionHub\Catalog, so, we don't rename any file name, we just edit the CSS.. so i guess we don't need to add anything from the admin\system\templates\category templates.. if we remove this "nop7SpikesAjaxFiltersGrid", which i already mentioned above, the filter will not work.

and for the infinite scroll, we already have the pager.. but its not working..

Thanks,
Don


Hi Don,

I don't think that it is possible to find the problem without inspecting your site. Everything that I already suggested was just assumptions based on past experience.

If you need to keep the conversation private ( e.g. share a link to your site ), you can submit a ticket where the conversation won't be visible by anyone except you and our staff.

Hi Don,

you should not add any classes in order to make the Ajax Filters to work.

It is hard to identify the problem without checking your site, but I will start with the most common mistakes.

If you have custom category templates please follow this article: https://www.nop-templates.com/ajax-filters-plugin-for-nopcommerce-documentation#addcategorytemplate

About the infinite scrolling, again you should not add anything ( neither classes nor elements ). The only thing that needs to be present in the code is the pager. It should be something like this:

<div class="pager">
<ul>
<li class="current-page"></li>
<li class="individual-page"></li>
<li class="next-page"></li>
</ul>
</div>


Hope this helps!