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 10-16-2012 14:49:39

Blitzen
Member
From: USA
Registered: 01-01-2005
Posts: 936

Add with Options -> View More

Where do I find the button text "Add With Options" to change it to something like "View More". This is on the category page that displays product lists.

Offline

 

#2 10-16-2012 16:34:26

amdowney
Member
From: UK-Warwickshire
Registered: 09-21-2007
Posts: 507
Website

Re: Add with Options -> View More

Store Displays > Product List Displays, I believe...

Offline

 

#3 10-17-2012 10:51:49

Blitzen
Member
From: USA
Registered: 01-01-2005
Posts: 936

Re: Add with Options -> View More

Never mind - you're correct I found it in dsadd.
Thanks!

Last edited by Blitzen (10-17-2012 11:09:21)

Offline

 

#4 03-15-2014 08:33:14

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Add with Options -> View More

Glad I found this, thanks.


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#5 08-06-2014 16:47:42

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: Add with Options -> View More

In CCP8, where do you change the text of these buttons?

Last edited by dskowron (08-06-2014 16:48:13)

Offline

 

#6 08-06-2014 17:08:37

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Add with Options -> View More

I believe the section you would want to deal with is located here.
System Dashboard > Store > Store Displays > Product List Displays, the button code is located in this file location.
Near the bottom of the file it as this

Code:

if ($add_ok) {

     if (!(empty($proddisp['xprodoptions']))) {

          $link = $this->link_namespace('ecom','prodshow',array('ref'=>$proddisp['id']),$proddisp['seourl']);

          print '<form action="' . $link . '" id="' . $this->xhtml_encode($proddisp['id']) . '" method="post">';
          print '<p><input class="formbutton" type="submit" name="' . $this->xhtml_encode($proddisp['id']) . '" ';
          print 'id="' . $this->xhtml_encode($proddisp['id']) . '--SUBMIT" value="View More" /></p></form>' . $eol;

     } else {

          $this->xhtml_quickform_header($formid,'ecom','addcart',array());

          print '<p class="hidden"><label for="' . $formid . '--quantity';
          print '" class="hidden">Quantity</label></p>' . $eol;
          print '<p class="hidden"><input type="hidden" name="';
          print $formid . '--quantity" id="' . $formid . '--quantity';
          print '" value="1" /></p>' . $eol;

          $this->include_namespace('ecom','prodshowoptlite',array('form' => $formid, 'showquan' => 0, 'headfoot' => 0, 'sections' => 0));

          $this->xhtml_quickform_footer($formid,'Add To Cart',1)

} // End of if statement.

} // End of if statement.

print '</div>' . $eol . $eol;



dskowron wrote:

In CCP8, where do you change the text of these buttons?


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#7 08-06-2014 18:15:51

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: Add with Options -> View More

Thank you very much!

Offline

 

#8 08-06-2014 19:06:25

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Add with Options -> View More

You bet


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

Board footer