Custom inline script to the header for Orocommerce site - orocommerce

Dear Orocommerce community,
I have placed messenger script in index.html.twig file before the < /head> but it doesn't show up on the website or maybe there's some caching going on.
any input is appreciated
Thank you

Related

how do you make a login system?

I was wondering if there was a way to make a login and sign up system for my website.
I have been all over the web trying to find a solution to my problem but unfortunately i have had no luck at all.
If anybody would mind helping me i would be very grateful as I am trying to build a social media site.
I know Html, css, javascript and php plus I have a web server that I run which could e of some help i it requires a database.
Thanks once again. Owen

Using import.io on a php page

HI trying to run an import io api on a php page and no data is detected.
Is it possible to obtain data from here
or similar web pages?
Thanks
Yes, you can create an API to a PHP page. I have created an API for this website, without any issue.
https://import.io/data/mine/?id=628e1406-9674-4196-b2e2-43a5f49262f4
You can also paginate nicely with this website, as the URL pattern is consistent and you do not need cookies.
http://www.charityperformance.com/charity-search.php?start=20&cat=&search=
http://www.charityperformance.com/charity-search.php?start=40&cat=&search=
If you would like to chat about a specific issue or website, I would suggest contacting support#import.io for further help.
Thanks,
Meg

Integrate payment gateway prestashop

I am trying to integrate a payment gateway into my prestashop website. I have the companies API, but unfortunatley they do not yet have a plugin on prestashop. Can anyone please suggest where I should start from or how I can go about getting this done.
What I think: I’m assuming prestashop saves order information in a file I can access through my file manager. So maybe I can write some code maybe in xml that retrieves the details requested by the paga api from the prestashop file. I don’t know if I’m thinking correctly. Can you guide somehow?
Thanks in advance

Why my programatically pulled webpage is different from what i see in the browser?

I am using crawler4j to pull some data from Google play store (https pages). However, I checked my downloaded html content and found that it is slightly different from the page source I see in the browser. Why? Is it because Google detected that I am using a bot client (so my http request is handled differently)?
Can anyone help me? Thanks a lot!
I have solved the problem. THANKS for all the help :)

Scrape and post results on my website

I want to place a code on my website that will scrape the price of a product on another website then place the result on my website automatically. My website host does not support PHP. Is their away to do this? Maybe with JavaScript or a third party library? Checked google but could not get any answers, would really appreciate some help thanks.
You can check this options with perl. Almost every server in the world supports perl.
perl web scraper in google
If that is too complicated, check this other links with tutorials
Basic PHP Web Scraping Script Tutorial
PHP Web Page Scraping Tutorial
Bye