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
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 New Site Product Detail Sales Page
Author « Topic »  

KenLane
Advanced Member

USA
422 Posts

Posted - 04/17/2024 :  16:24:46  
How do I remove the circled items? I'm not seeing settings in order to remove them.

Only the Product ID is necessary.





======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Edited by - KenLane on 04/17/2024 16:28:21

dbdave
ECT Moderator

USA
10278 Posts

Posted - 04/17/2024 :  17:25:37  
Hi Ken, you can choose what's displayed on the product details page with this parameter
It should be in your includes file and I think you want the remove the ones in red

$detailpagelayout='addtocart, addtocartquant, catcontentregion, contentregionX, currency, custom1, custom2, dateadded, description, discounts, instock, listprice, manufacturer, manufacturerlink, minquantity, navigation, options, previousnext, price, productid, productimage, productname, quantity, quantitypricing, reviews, reviewstars, reviewstarslarge, searchwords, shortdescription, sreviews, sku, socialmedia';

Thanks,
David

KenLane
Advanced Member

USA
422 Posts

Posted - 04/17/2024 :  20:51:29  
I'm not seeing that in the includes file, both on the server and the original file from the packed folder.

What I am finding when I do an inspect on the web page is this span:

<span class="prodskulabel detailskulabel"><i class='w3-margin-right fa fa-chevron-circle-right'></i>   ISBN</span> <span itemprop="sku">DOW-12024756</span>
</div><div class="detaildateadded"><div class="detaildateaddedlabel">Date Added</div><div class="detaildateaddeddate">06/01/2019</div>

The page is showing though the site is on vacation mode. Here's the web page for the only product I've added thus far.

https://centexlube.com/proddetail.php?prod=12024756

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

dbdave
ECT Moderator

USA
10278 Posts

Posted - 04/18/2024 :  08:38:30  
In some templates, that line is located in the proddetail.php page.
Can you check to see if it's there?
If not, you can add that line to your includes and set the items and order of which you want to display.

Thanks,
David

KenLane
Advanced Member

USA
422 Posts

Posted - 04/18/2024 :  09:36:15  
I tried that. It changed the view entirely. Obviously, it changed the order in which they appeared.

So, after some playing around with the order of the "tags", I came up with the following to give me the resulting product sales page.

$detailpagelayout='productimage, productname, price, shortdescription, addtocartquant, productid, description, searchwords, socialmedia';

I'm not sure what I should be considering of other tags.

With regard to SEO, I understand the title in the URL is more beneficial. So, how do I change to make that result?

https://centexlube.com/proddetail.php?prod=12024756

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Vince
Administrator

42472 Posts

Posted - 04/19/2024 :  02:44:20  
Hi KenLane
quote:
With regard to SEO, I understand the title in the URL is more beneficial. So, how do I change to make that result?

If you mean you just want your products to use the product name for the detail page link, for instance instead of this...
proddetail.php?prod=12024756
...you have this...
proddetail.php?prod=Your+Product+Name
...then you just need this parameter.
$usepnamefordetaillinks=TRUE;
You can go the whole way though and have detail page links such as...
https://centexlube.com/your_product_name
And this is all discussed here...
https://www.ecommercetemplates.com/seo/search-engine-friendly-urls-php.asp

All the best

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « 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