Eliminate online sale and add WhatsApp Direct | PrestaShop - prestashop

I am new to Prestashop and I am using it to create a business website.
Basically I am using Prestashop to show only the products and not make any online sales.
Because of this, I don't need visitors to log in, create accounts, bookmark, or add to cart. (Picture 1)
I just need you to take them to WhatsApp instead of buying, consulting specifically for that product. (Picture 2)
How can I remove the Create Account, Login, "My Account" and "My Cart" functions?
Besides this, how could I change the PrestaShop logo in the administrator login and in the panel?
Note: I am from Argentina, and I am using Google translator haha.

You can change logo from from Design > Themes & Logo tab
For making things like you explain
You can switch PrestaShop into catalog mode and keep display prices enabled
Shop Parameters > Product Settings

Related

I want to show recently view product in page account Bigcommerce

I want to show recently view product in page account Bigcommerce
This template in cornerstone has the code to show recently viewed products https://github.com/bigcommerce/cornerstone/blob/master/templates/pages/account/recent-items.html
If you want to access the products directly from your own template, you have access to customer.recently_viewed_products.items

prestashop 1.6 custom theme

I am trying to create very simple prestashop theme for a client. Without any registration and login system. Just 4 pages + page where products are displayed and all that is required to make a purchase.
I already made a copy of default bootrstrap theme, now I need to figure out which .tpl files I can delete. For example can I remove new-products.tpl if my clients doesn't need this functionality, or manufacturer-list.tpl if my clients is selling only self made products.

How to display shopify secure logo on product pages?

I am running my e-Commerce website on Shopify. I would like to add a Shopify Secured image next in order to increase customer's trust on the page.
Similar to this karambit fade product page design
The Shopify Secured appears right below the "add to cart" button, next to the visa mastercard etc. symbols.
I want to know if there's a built in feature to toggle this, or maybe you need to edit the liquid template?
Or is there any Shopify app available for that?
You'll need to edit the product-template.liquid file (assuming you have a newer theme) and add this in where you want the badge to appear:
<img src="//cdn.shopify.com/s/images/badges/shopify-secure-badge-light-shadow.png" alt="Shopify secure badge" />
Shopify has a tutorial you can follow here: https://help.shopify.com/themes/customization/store/add-security-badge

Prestashop : Adding a field to choose Shipping carrier in product page front office

I'm using PrestaShop 1.5.5.0.
I want to add a custom check box list to the product page so a customer can choose shipping carrier on the product details page. Can it be possible ? I can add a specific fields in the product details page. As I'm new it's little difficult for me to figure out how can I add other details and carry the values to the order page and that is also dynamically. Is there any module available by which I can accomplish the task ? Please suggest me.
What I want to do is this : Choosing shipping carrier in product page :
http://www.wayfair.com/LifeStyle-Solutions-Zurich-Platform-Bed-LS3-ZUR-X-CP-LF1087.html
Well It's a tough task. You need to work on the controller if you want to carry the values or create a module like shipping estimate and hook it to the product page that might work.

How to access Liquid variables outside of Shopify

We are having two instances of the website right now. One is the old one containing the cart and a WP instance for pages, posts and gallery functionality. Now, to cut down on development time, we have decided to seamlessly integrate the look & feel of the old website to the new one. And with that, we need to have the following links working from the new website(wordpress side)
The login/logout link. If customer is logged in and would visit one of the WP pages, the section for the My account should reflect the logged in customer's details.
View Cart/ Cart details. The number of checked out items and cost should reflect in the wp website for purchases done within the Shopify domain.
Checkout - same as #2.
For a clearer picture(I hope), the header area looked like this - both in Shopify and our WP theme (can't post images yet):
Home | About | Shop | Gallery
My Account | Logout
View Cart(0 items/$0.0) | Checkout
Any suggestions/inputs to make the bold items working even when in wordpress is greatly appreciated.
Thank you.
Unfortunately, this is going to be really tricky, because for security reasons, your browser can’t read the cookies where Shopify stores a reference to the cart on a domain that’s not your shop.
What you could however do to sidestep this issue is:
Create a page in your Shopify store that displays the header and style it to look the same as what you have in WP
Put an iframe in your WP site with that Shopify page as its source