Pages

Jul 6, 2017

How to Change Domain Name on your PrestaShop using phpMyAdmin

Changing Domain Name on your PrestaShop using phpMyAdmin

Yet another way to change PrestaShop domain is to use phpMyAdmin. Login to your hosting control panel and access phpMyAdmin.
Once you have phpMyAdmin open, select your PrestaShop database.
Select PrestaShop Database
1. Find the table named configuration and click on Browse button.
PrestaShop-changing-domain-using-phpmyadmin
Locate the records for PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL and click on Edit button.
PrestaShop-changing-domain-using-phpmyadmin
Replace the old domain name with your new domain name and click on Go button. Please note that you have to replace the old domain name with your new domain name in both PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL records. After that, PrestaShop will be updated with your new domain name.
PrestaShop-changing-domain-using-phpmyadmin
2. When the database is open, scroll down the left side until you see the table labeled "tableinitals_shop_url". Table initials usually default to "ps" but can be changed to something else during the installation process. Click on this table to select and open it. You will see the option to EDIT this table at left.
Click on EDIT and then change the URL entries. Make sure to change both the entries with the appropriate URL. If you aren't sure about the SSL or you are not using it, simply use the same one.

Jul 4, 2017

How to SHow Paypal logo in Prestashop quick order

To solve the missing Paypal logo. in checkout, quick order etc   
Prestahop 1.6 xx   PayPal v3.11.4 
1. Go to CPanel > File Manager > public_html > modules > paypal > logos.xml

2. Right click on logos.xml >edit >  Every occassion of  

<LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png
<LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif

insert >    /modules/paypal     before the word views

example of correct code 

 <LocalPayPalHorizontalSolutionPP> /modules/paypal/views/img/default_logos/default_horizontal.png

<LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif

There are 13  lines that need fixing.

A quick hint is to search for the word views e.g. Ctrl F > insert the word views then insert  /modules/paypal  before the word views.

Jun 14, 2017

Prestashop 1.6 translate mobile view top MENU

If you use many languages in your Prestashop 1.6, then in mobile view 'MENU' is not translated.

Solution

Open file:

/themes/default-bootstrap/modules/blocktopmenu.tpl


Find line:

<div class="cat-title">{l s="Menu" mod="blocktopmenu"}</div>


and relpace dual quotes with single quotes:

<div class="cat-title">{l s='Menu' mod='blocktopmenu'}</div>

Save

And then go in Backend Localization->Translations

Open 'Installed modules translations' and your chosen language and find

Module: blocktopmenu

and in the end you see 'Menu' and you can translate it.

Jun 13, 2017

Prestashop 1.6 block in invoices Bank name Account holder name

Prestashop 1.6.1.11 block in invoices

Prestashop 1.6 invoice bank name ...

If you see in every PDF invoice that kind of block, then you have Paypal module activated:

in code it is:{$HOOK_DISPLAY_PDF}

---------------------------------------------------------------------------
Bank name
Account holder name
IBAN
BIC
Amount due / currency
Payment due date
reference
---------------------------------------------------------------------------



To remove it use solution:

To remove that block you can go to the back office modules > position page, search 'PDF', locate the displayPDFInvoice position, and then remove Paypal from it.

Apr 18, 2017

Kuidas tuvastada, kes on sinu andmeid vaadanud portaali andmejälgija abil?

Kuidas tuvastada, kes on sinu andmeid vaadanud portaali andmejälgija abil?


Rahvastikuregistrisse tehakse ebaseaduslikult inimeste andmete kohta päringuid.

Töötukassa, E-tervise infosüsteem, notarid ja paljud teised riiklikud ja eraasutused rikuvad seadust, küsides Eesti Rahvastikuregistrist inimeste kohta õigusliku eesmärgita andmeid.

2017. märtsist hakkas eesti.ee infosüsteemis tööle andmejälgija teenus, mille kaudu inimesed saavad vaadata, mis asutused on nende kohta rahvastikuregistri päringuid teinud.

Eesti.ee päringu nimetus: Isikuandmete kasutamine rahvastikuregistris

Isikuandmete kasutamise teenuse abil on teil võimalus vaadata, kes ja millal on teie rahvastikuregistri andmeid kasutanud.

Lisaks on leitavad ka veel täiendavad päringud aadressilt:

Jan 11, 2017

How to Remotely Set Your Android Phone's Ringer to Full Volume Using Tasker

How to Remotely Set Your Android Phone's Ringer to Full Volume Using Tasker

You've misplaced your Android smartphone. Of course you can call the phone from a friend's phone or your landline to try to find it, but what if you've left the phone on silent? We can fix that situation with a simple Tasker script. Tasker is an app for Android Smartphones that lets you write scripts to do just about anything. In this article, I'll show you how to write a script that lets you control your ringer volume by SMS.

1
If you don't already have Tasker, download and install it from the Google Play store. Open up the Play Store app, search for "Tasker", and download the app. At the time of writing, it costs £2.99 in the UK.


2
Launch Tasker. You will see a menu bar along the top of your screen listing Profiles, Tasks, Scenes and Variables. We will be using Tasks and Profiles to create our script.

3
Create your task. Tap on Tasks on the top menu, and then the green "+" button at the bottom of the screen.You will be invited to give your new task a name. Call it something like "Volume Up". Tap on the green tick button and a "Task Edit" window will pop up.

4
Add actions to your task. Tap the blue "+" button to see a list of all the action categories that Tasker has to offer. The two actions you need to add are both in the Audio Settings category. Tap "Audio Settings", then "Silent Mode". Select "Off" from the dropdown menu, and then tap the green tick button to continue.

5
Add your second action. You will see your first action in the Task window, but if your phone is lost you will want it to ring at full volume. We can do that with a second action. Tap the blue "+" again, and tap "Audio Settings", then "Ringer Volume". This time, instead of a dropdown menu, you will see a volume slider. Slide it all the way to the right for full volume. Again, tap the green tick button. Your task is now finished, so tap the green tick button on the Task Edit screen to continue.

6
Create a Profile. Here, you can tell Tasker what you would like to cause your task to activate. In this case, we will use a received SMS (text message). Tap the green "+" button to begin, and call your task something descriptive like "Phone Finder". Tap the green tick button and the "Context" menu will pop up.

7
Add a Context. A Context is a situation that triggers your Task to start running. Tap "Event", then "Phone", and then "Received Text". in "Content", type the wording of SMS that you want to set your ringer volume. It should be memorable, but not be the sort of a message that anybody would ordinarily send you. You should keep it to yourself until you need to use it. Type your own code into the "Content" box, but for this example I will use "Lost123" (without the quotes). Tap the green tick to continue.

8
The "Task Selection" menu will have popped up. Choose the "Volume Up" task that you created in step 2. You will now see the list of profiles that you've set up in Tasker. Your "Phone Finder" task should appear here. A green tick will indicate that the task is active, and a lit-up "On" button in the bottom right will indicate that Tasker is set to run in the background. Press your phone's "Home" button to get out of the Tasker interface.

9
Test it out! Set your phone to silent mode, then send yourself a text saying "Lost12345" (or whatever your secret code is) The phone should set itself to loud mode within a few seconds. Now you can call it from another phone and it will ring at full volume.

http://www.wikihow.com/Remotely-Set-Your-Android-Phone's-Ringer-to-Full-Volume-Using-Tasker