I want to show recently view product in page account Bigcommerce - 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

Related

How can I create a metafield with the type: product, for a shopify input?

I have made several metafields with the type as product, so I know they work, but in this section they don't show up for this link. I can hardcode the link to a specific product, but I want it to be dynamic using metafields. I'm using the palo alto theme.
and this is the result when I click the dynamic source button:
I'd rather leave any theme customization or coding as a last resort.
A link would take a metafield of type url but you are trying to add a metafield of type product. Type product stores the product object with all its data that's not what you need here if you just need to link to the product page.
Id just set up another metafield of type url and pop the url of the product in there.
I'm not familiar with where you are adding this in the Palo Alto theme but unless this is a section that appears on multiple pages, like product pages or blog pages, where you need to link to a different product on each page you may not need a metafield at all.

Eliminate online sale and add WhatsApp Direct | 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

How do i app a custom web application inside a shopify page

i'd like to extend functionality beyond what my shopify theme can do, i want to create an app that would render below the shopify header when user visits a certain link, and will have access to customer id from shopify. is this possible? i want this application to be customer facing, not admin.

Wix How to build 1 page where inventory is displayed and can be ordered on the same page

Objective: Build shop page on website that displays entire inventory and allows users to add items and quantities on the same page.
Current Situation: Currently, customers go to Shop page then select a product which takes them to another page to add to cart. If a customer wants to order mulitple items then have to click on each product to order then have to go back to shop page to select the next product to order and so on.
I would like the ability for customers to view and add on 1 page the inventory and their order.
See images screen shots I got from a website that I would like to build.
I am using wix.
You can do this with code. You'll need to use the addToCart() function.
You can see a great example of what you're trying to do, with code and even a site template, here.

BigCommerce Edit Finishorder.php page for custom stencil theme

We designed and developed a custom theme for BigCommerce using Stencil for a client.
After an order is submitted, the finishorder.php page is shown. I've attached a screenshot. We cannot find a way to modify this page. I know the checkout.php can't be edited other than targeting CSS, is the same true for finishorder.php? By default its showing base pricing. The customers' products use options to create the final price, so products appear cheaper than they actually are after a checkout. We would also like to style the buttons and modify the block listing the products that "Customers also liked" to match the rest of the theme.
Screenshot from Finishorder.php page
It is possible for BigCommerce staff to enable an editable checkout (checkout_express.html) and thank you for your order screen (order.html). This will appear under Design Options > More > Template Files and be accessible through WebDAV.