Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-26-2007 17:07:29

grcauto
Member
From: Bloomsburg, PA
Registered: 09-11-2006
Posts: 128
Website

Remove the 'Add to cart or wishlist' form and make buttons

On the product display page we want to remove the 'Add to your Shopping Cart or Wish List' form and put the two buttons in the display like is is for products in the catagory dispaly page.

Offline

 

#2 03-01-2007 15:33:44

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Remove the 'Add to cart or wishlist' form and make buttons

There are several posts here dedicated to doing just that.  Please search some of the earliest CCP6 support posts for answers.


Nick Hendler

Offline

 

#3 03-02-2007 12:09:59

grcauto
Member
From: Bloomsburg, PA
Registered: 09-11-2006
Posts: 128
Website

Re: Remove the 'Add to cart or wishlist' form and make buttons

That was for removing the text links to add to cart or wishlist. I worked with someone and we finally got that fixed and was able to validate it. I want to remove the form. Go to . The form under the product display is what I want to remove and the buttons I can deal with. Where is the include to edit that form out?

Offline

 

#4 03-02-2007 12:57:02

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Remove the 'Add to cart or wishlist' form and make buttons

Do a search on 'move options'.  It pulls (from the CCP6 support forum):

https://forum.kryptronic.com/viewtopic.php?id=15188


Nick Hendler

Offline

 

#5 03-03-2007 14:32:58

grcauto
Member
From: Bloomsburg, PA
Registered: 09-11-2006
Posts: 128
Website

Re: Remove the 'Add to cart or wishlist' form and make buttons

The form I'm talking about is under the product display where you can put in the amount for this product. Since my wifes products are unique we don't need that form. I just want to know where I can remove it. I thought it would be in the product display but I didn't find where it's called. I looked through so many includes I may have looked right at it and didn't see it.

Offline

 

#6 03-03-2007 17:08:53

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Remove the 'Add to cart or wishlist' form and make buttons

Removing it will be very difficult as things stand it looks like.  That section of the product display is built with 2 methods in the CCP_Prod.php file (which is in {private}/apps/ccp0/CCP_Prod).  The prodshow function builds up the product detail portion of the display and then prodshowopt is called.  Even if you don't have/use product options prodshowopt is the routine that ends up adding that form including the quantity field and the buttons.  As you'll see if you look at the code prodshowopt returns to prodshow which then shows the email a friend link if enabled as well as related products.

Offline

 

#7 03-04-2007 17:36:04

grcauto
Member
From: Bloomsburg, PA
Registered: 09-11-2006
Posts: 128
Website

Re: Remove the 'Add to cart or wishlist' form and make buttons

Hello Dave,
Thanks for the response. I'll take a look at that script on Monday and see what I can see.
Greg

Offline

 

#8 04-16-2007 01:24:11

carasmo
Member
From: Florida
Registered: 10-07-2002
Posts: 147
Website

Re: Remove the 'Add to cart or wishlist' form and make buttons

And what did you see?

It would be wonderful if the product options were an include file that you can just add or not add to the product detail page.

Offline

 

Board footer