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
Author « Topic »  

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/20/2020 :  20:36:15  
Is there a way or function that would allow me to show the search words when displaying the other information about the product?

Terry (Redsei)

Vince
Administrator

42466 Posts

Posted - 03/21/2020 :  02:11:02  
Hi Terry
Sure thing, you can include "searchwords" in the $detailpagelayout parameter, for instance...
$detailpagelayout='productimage,productid,manufacturer,sku,productname,discounts,instock,description,listprice,price,currency,options,addtocart,searchwords';

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/21/2020 :  08:12:06  
So silly of me not remembering this.

Vince,
What you displayed is the FULL gamut of parameters?

One more question. Can you have two or more detail pages with different parameters? Can that be controlled in the PHP file?

Terry (Redsei)

Edited by - Terry Paulhus on 03/21/2020 08:13:24

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 03/21/2020 :  09:26:41  
Hi Terry,

quote:
One more question. Can you have two or more detail pages with different parameters? Can that be controlled in the PHP file?



That's not possible but if you could let me know exactly what you're trying to achieve I might have a solution for you, or you could set up static detail pages as described here - https://www.ecommercetemplates.com/seo/static-url-php.asp and add the parameters directly to those pages.
Let me know what you have in mind because there maybe an easier way to achieve what you're requiring.



* 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 03/21/2020 09:57:13

Vince
Administrator

42466 Posts

Posted - 03/21/2020 :  10:05:35  
Hi Terry
I believe this should be a full list...

addtocart
catcontentregion
checkoutbutton
contentregionXXX
currency
custom1
custom2
custom3
dateadded
description
discounts
emailfriend
instock
listprice
manufacturer
minquantity
navigation
options
previousnext
price
productimage
productname
productid
quantity
quantitypricing
reviews
reviewstars
reviewstarslarge
searchwords
shortdescription
sku
socialmedia
sreviews

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

dbdave
ECT Moderator

USA
10277 Posts

Posted - 03/21/2020 :  10:10:00  
If it's just one or two products you want to change the layout for, then my old tip here might be a good way to do it.

https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=100929

David

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/21/2020 :  10:30:04  
One more question: When the products are displayed, are the search words brought in as well, something that can be displayed?

Terry (Redsei)

Vince
Administrator

42466 Posts

Posted - 03/21/2020 :  13:23:40  

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/21/2020 :  13:26:25  
So when products are displayed on the screen...
is there a way to display all of the SEARCH WORDS for all of the images showing? Eliminating the duplicates?

Terry (Redsei)

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 03/22/2020 :  04:16:54  
Hi Terry,
Sorry but I'm a little confused with your question or I'm missing something, are you referring to the product page or product detail page?

Only the search words that are assigned to that particular product would display, does that answer your question?



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

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

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/22/2020 :  09:34:47  
Yes Phil I was refering to the products page.

When someone goes there and the products load up, can I show all of the search words that were included with each of those products now showing?

Terry (Redsei)

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 03/22/2020 :  09:42:14  
For the product page you would use the following with whatever you wish to display
$productpagelayout='productimage, addtocart, productid, sku, productname, manufacturer, discounts, reviewstars, instock, custom1, description, options, listprice, price, currency, quantity, dateadded, custom2, searchwords';



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

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

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/22/2020 :  09:48:11  
OK... I can then use that with the productpagelayout as well—right?

Terry (Redsei)

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 03/22/2020 :  09:51:24  
Yes both those parameters can be added to the includes.php - https://www.ecommercetemplates.com/help/css-layouts.asp



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

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

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/22/2020 :  09:54:44  
Awesome... thank you.

Terry (Redsei)

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/22/2020 :  09:57:32  
Ok... I just tried it... and well now I know I wasn't saying it right.

Looking at how it works... it attaches the search words with each individual product. Is there a way to gather all that was read in for ALL of the products nd display them in a clump.

Terry (Redsei)

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 03/22/2020 :  10:04:01  
That's the way it works Terry, the search words will display per product, there's no other method of displaying them



* 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 03/22/2020 10:40:18

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/22/2020 :  10:05:19  
Ok-no worries... thanks

Terry (Redsei)

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 03/22/2020 :  10:39:30  
Thinking about it I suppose you could enter them all manually in the category header.



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

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

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 03/22/2020 :  10:55:17  
But they wouldn't be able to link to a search, would they? I should probably leave it alone...

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