Close

Profile: Boyko

Avatar

User posts

10 years ago

bluesky3500 wrote:
Hello
I am using nopcommerce 3.1 and now i want to add more tabs on product detail page.It is call "Download " tab and in this tab i want to add some pdf files related to this project
Please help me how can i do that
Thanks


Hi bluesky3500,

The easiest way to do this is to use our new plugin Nop Attachments plugin but it supports only nopCommerce 3.2, so you will need to upgrade to 3.2.

Thanks

10 years ago

cheerfulcalf wrote:
Hello,

Currently I turned it off on site, but if you want to see – let me know and I will add it (in certain time, so that there won't be not working widget on the working store). Or we can make a TeamViewer session (I think it would be better), in this case you could check everything you need on back-end or server side.

PS: I sent message to [email protected] few days ago, but since I've got no response - I reposted it here :)


Hi cheerfulcalf,

We will send you an email to arrange a meeting.

Thanks

Bugs
10 years ago

hayco83 wrote:

Hi Boyko,

No I haven't done so yet, kindly tell me how to disable it.

Thanks


Hi hayco83,

Open this file Themes\Playground\Content\scripts\Playground.js and comment(or delete) this line:
$('.home-page .topic-html-content-title h2 > span').lettering();


Thanks

10 years ago

cheerfulcalf wrote:
Hello all,
I've created Carousel (productdetails_bottom) but it doesn't work, instead all pictures are just shown in column.
It looks like here in the picture http://postimg.org/image/xre9p9qux/ .
Any ideas how to fix it?


Hi cheerfulcalf,

Maybe there is some javascript error that breaks the carousel.
If you can share a link to your website, so that we can take a look.

Thanks

Bugs
10 years ago

hayco83 wrote:
I think that this is due to the font itself, that it doesn't support Arabic?


Hi hayco83,

I think that the problem is because we use a javascript to separate each character in the title, so that we can colorize each letter. That is why you see the letters as separated. You can disable this behavior, which seem you have already done (just checked your web site).
Please let us know if you have any other problems!

Thanks

10 years ago

summitridgegear wrote:
We have tried all sorts of things with image sizes and non of that seems to work.


Hi summitridgegear,

Can you point me to a product with an image with bigger size as the previous link to the product doesn't work? I can't find any image with bigger size on your web site.

Thanks

Bugs
10 years ago

hayco83 wrote:
I've just ordered Nop Playground responsive theme for my site www,creativetoystore.com

I see a problem with RTL support for Arabic. The Arabic words are disconnected.

you can check
http://creativetoystore.com/storeclosed

When switched to Arabic language (RTL)
the English phrase "THIS STORE IS CURRENTLY CLOSED"

is written in Arabic as
"ه ذ ا  ا ل م ت ج ر  ا ل إ ل ك ت ر و ن ي  م غ ل ق  ح ا ل ي ا"

this is not correct as the letters are disconnected. It should read like this

"هذا المتجر الإلكتروني مغلق حاليا"


Hi hayco83,

Thank you for using our products!

This is by design to have the colorized titles have some letter spacing. This is the same in RTL and non RTL.
You can remove the spacing by modifying the rtl css styles of the theme.
Themes/Playground/Content/CSS/styles.rtl.css

.page-title h1 > span {
margin-left: 3px;
margin-right: 0;
}


remove the margin-left: 3px; line.

Hope this helps!

Thanks

10 years ago

joster wrote:
Hello again-

I am still having trouble getting our customer reminders to work on our website (version 3.20)
On our development site I set up a customer reminder to send to completed orders to ask them to write a product review. It is absolutely enabled, and it seems to execute at the right interval, and appears in the message queue as having been sent...but neither the customer nor the BCC ever receives it??


Hi joster,

Probably there is some problem with the email accounts setup in your store. All the emails from the Customer Reminders are added to the Message Queue and there is a separate scheduled task in nopCommerce that sends the emails. So you can check the System -> Message Queue for any emails that are not sent.

joster wrote:

Also, our AbandonedCart reminder doesn't send messages at all. All I did was enable it...I changed none of the configuration values. I don't even see these in the message queue...


Is it possible that there are no abandoned shopping carts?

Thanks

10 years ago

petermr647 wrote:
I've configured NOP SEO and Google Analytics but neither one shows up in my page header.  I do get the nopcommerce metadata though.  Jewelery theme, nop 3.2

etchedworks.com

tracking code wasn't updating in the db for some reason,  went to all settings > googleanalytics updated it there and that now works.

Still no SEO metadata though


HI petermr647,

Just checked your site and there is metadata generated by the Smart SEO, so I guess you have managed to activate it.

Thanks

10 years ago

jianni wrote:
Hi Boyko,

Thanks for your reply. This was attempted. But we still get a server error on plugin activation (this is after restarting the application and clearing the cache).

...

I see in the stack that it reaches the SevenSpike plugin and it is tries to register the route when it gets a null pointer to an object. Seems to me there's an error in the code somewhere.


Hi jianni,

If the Core and the SEO plugins are installed then the problem might be related to some third-party plugin you are using or any modifications you have made to nopCommerce.
Have you removed the Admin_Default route in nopCommerce or do you have any plugins installed that remove the Admin_default route in nopCommerce?

Thanks