Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Manufacturer Logo/Search Box etc
Author « Topic »  

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 10/26/2020 :  01:20:28  
Hi All,

A few questions:

How do I display the Manufacturer Logo on the product detail page?

Is there anyone who has an Add-On that would allow the customer to view suggested products as a drop down from the search text box with small thumb nails when they type words phrases?

Many ecommerce platforms have the feature where when you hover over the product images, the hover over shows you a link such as "Quick View", etc etc e.g. https://www. johnlewis .com/browse/gifts/top-gift-ideas-for-her/_/N-b16?intcmp=ic_20201016_topgiftsforher_cp_gif_a_az has anyone see this working on ECT?

Can anyone advise on the steps to take to import products via csv file, with the image file names on the csv, descriptions, options, attributes, is this possible from a csv file?

Also would want the above to not be affected by updaters.

Jason

Phil
ECT Moderator

United Kingdom
7740 Posts

Posted - 10/26/2020 :  12:08:24  
Hi Jason,
You could use a custom field by adding custom1 to your layout
https://www.ecommercetemplates.com/help/css-layouts.asp#proddetailorder

You'll need something like this in your vsadmin/includes.php

$detailpagelayout='navigation, checkoutbutton, productimage, custom1, productname, discounts, instock, description, listprice, price, quantity, currency, dateadded, options, addtocart, previousnext, emailfriend, reviews, socialmedia';

Then in your admin add some html in the custom field, something like <img src="images/manulogo.jpg"/> and upload the logo to your images directory

You can also change the label for the custom field in the admin by adding the following to your vsadmin/includes.php

$admincustomlabel1="Manufacturer Logo ";


There's a full explanation here on the bulit in CSV upload feature to upload products and image data - https://www.ecommercetemplates.com/phphelp/ecommplus/help.asp#csv

If you need a more advanced version that includes options etc. there are a few add ons here -

http://www.dlss.ca/proddetail.asp?prod=Adv-Option-CSV

http://www.dlss.ca/proddetail.asp?prod=Adv_Category_CSV

http://www.dlss.ca/proddetail.asp?prod=Adv_Quantity_CSV

There was a product one that included quite a few more features than the bulit in one but I'm not seeing it listed anywhere.

The hover over feature isn't available but you can add a detail link on your product pages by adding detaillink to your product page layout:-
$productpagelayout='productimage, productname, discounts, reviewstars, instock, description, options, listprice, price, currency, quantity, detaillink';

To make the detail link a button add the following to your vsadmin/includes,php
$imgdetaillink="button";



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Edited by - Phil on 10/26/2020 12:12:46

Phil
ECT Moderator

United Kingdom
7740 Posts

Posted - 10/27/2020 :  02:51:10  
For your search box question take a look here - https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=111796





* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 10/28/2020 :  11:25:33  
Phil,

Amazing thanks a million.

Jason
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000