Prestashop : Adding an image with every order - e-commerce

I am developing a prestashop e-commerce website in which i want to add an image with every order and all this i want to do it from backoffice and after uploading an image from orders it should show on orders page with all other information.Any Help

Related

Hide Prices in Shopify with specific Tags

I Want to hide prices on the product page but only certain product that have a specific tag.
I am currently using an app to hide the prices but the app sometimes bug out and the prices are shown.

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

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.

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.