Close

Profile: Boyko

Avatar

User posts

Buy 1 click
11 years ago

gnikspam wrote:
hi

is it possible to make the module order in 1 click. That is what would popup and you had to type the name and phone number.


Hi gnikspam,

I am not sure I understand what exactly you want us to change.
Are you talking about the Ajax Cart plugin or the Quick View plugin (these plugins have popups)?

Thanks

11 years ago

vaheyev wrote:
Hello there, this issue is getting very serious!! I have simulated the issue in my local environment and it happened again. I have installed the new version of nope 3.40 as a new installation in my local PC and installed the theme but still I am having the following!!

Server Error in '/' Application.


Hi vaheyev,

We will reply to you in our ticketing system as we want your site credentials to remain private.

Thanks

11 years ago

jburke wrote:
I just finished upgrading our site to 3.40. When downloading Smart theme, there is a zero byte (empty) upgrade script for upgrading to 3.4. After upgrading my product ribbons nor ajax filters seem to function.


Hi jburke,

This time our upgrade script is empty. We have left it for consistency only as almost every upgrade you need to run it (no matter if it is empty or not).
Are you upgrading from 3.3 to 3.4?
You need to uninstall and then install the Ajax Filters plugin as described in the upgrade steps.
I don't see any reason why the Ribbons are not working. Please let us know what exactly is not working with the Ribbons?

Thanks

t.ent wrote:
How is the specification filter getting the list of specifications to display?
Is it using standard nop service methods or custom logic in the compiled plugin code?


Hi t.ent,

We use our own custom logic to build the list of specifications.

Thanks

11 years ago

deselt wrote:
thank you for the quick fix. you guys are the best.
all the paging issues are fixed.

just quick note: when you unzipping your theme file. Avast antivirus declaring your SevenSpikes.Nop.Plugins.AjaxCart.dll file as the thread Win32:Evo-gen


Hi deselt,

I don't know why the antivirus says so but we can guarantee that our plugins are not a threat for your computer. I guess this is because we do obfuscate the plugins and that might be the reason it thinks it is a threat but who knows how this anti-virus program works exaclty.

Thanks

11 years ago

sdvariations wrote:
Hi, I would like to add in my smart theme the lavella header. I would like to have both the banner and the 2 side banner, how do I accomplish that?  I have the ultimate theme bundle.

Is it possible to pay someone?

Thank you!


Hi sdvariations,

The mark-up of the Lavella theme is this:

      
 <div class="home-page-top-banner-wrapper">
            <div class="slider-left">
                @Html.Widget("home_page_main_slider")
            </div>
            <div class="banners-right">
                <div>@Html.Widget("home_page_right_banner_1")</div>
                <div>@Html.Widget("home_page_right_banner_2")</div>
            </div>
        </div>


You can create similar structure and put some images in these widget zones.
Just make sure you have these new widget zones added in the SupportedWidgetZones.xml file in the Anywhere Sliders plugin folder.
Then you have to style it properly via CSS or copy the styles from Lavella theme.

Thanks

11 years ago

[email protected] wrote:
Our customer is trying to add a Google remarking script to their site via the HTML Widgets plugin. We tell them they can add scripts via the HTML Widget -> Tools -> Source Code <> option.  They are using the body_end_html_tag_before zone.  

...

https://support.google.com/tagassistant/answer/2978937?ref_topic=2947092#cdata_comments

Id really like to avoid having to add this to any CSHTML files since a) this puts scripting back in our court as opposed to letting our customers maintain this info themselves, and b) this complicates upgrades.

FWIW we are seeing similar issues on other 3rd-party scripts as well.  Any thoughts on how to handle this?


Hi [email protected],

Everything added into the editor is escaped. That is why you can't add scripts into it.
It is a good idea to use CDATA to add script into the Html editor as otherwise it will not allow you to do so but anything outside the CDATA will be escaped.
Alternatively you can put this script into a file on the server and simply import it.
This way you only need to make sure the file is uploaded on the server after an upgrade (or update) to the site.

Hope this helps!

11 years ago

vaheyev wrote:
I am working since 2 days on it because I am merging the codes. Now, I am getting this:
The partial view 'SevenSpikes.Theme.ArtFactory.Views.ArtFactoryTheme.ThemeLogo' was not found or no view engine supports the searched locations.
What is wrong?

In fact, it is happening when I go into each SevenSpikes plugin in the site's admin part.


Hi vaheyev,

That is strange. This means that you can't load all the views that are Embedded Resources.
Have you made any modifications to nopCommerce 3.4 as in our Core plugin we do add support for embedded views.

Thanks

11 years ago

HerrZwerg wrote:
Hi,

after deployment of our nopcommerce 3.30 with the Motion theme, we have the following Problem



Hi HerrZwerg,

Make sure you have all SevenSpikes.xxx plugins deployed i.e the theme plugin SevenSpikes.Theme.Motion.
Also make sure the InstalledPlugins.txt should contain all the installed plugins i.e SevenSpikes.Theme.Motion.

Thanks

sunnyw wrote:
Publish flag in nop is used by end user administrator to temporary disable the products showing up in the front end. Therefore, in our interest, end user customer should not be aware of their existence during their shopping experience, thus, should not be used as part of the filter.

If you think there maybe a performance issue, can you change the sproc so we can optionally supply that parameter, or an option in the plugin configure?

What is my other temporary get around options if our site is planning to go live this week?


Hi sunnyw,

Can you send an email at our support mail with your order number?
We can make a quick change in the stored procedure and send you the Ajax Filters with the changed stored procedure.

Thanks