Zen Cart Logo
Forums / General Questions / Where is text to modify model number in write review page?

Where is text to modify model number in write review page?

Views: 513

Results 1 to 5 of 5
3 May 2013, 4:40 AM
#1
ebaobao avatar

ebaobao

Zen Follower

Join Date:
Jul 2008
Posts:
495
Plugin Contributions:
0

Where is text to modify model number in write review page?

Hello,
When a user clicks on write a review button and is on the write a review page (the page where they select amt of stars and put in their comments), the title of the product is displayed and right below the title is the model number.

Like this:
Sample Product Name
[12345]

I would like to change the brackets around the model number to parentheses. Where do I go to change this?

Thanks.

3 May 2013, 5:18 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Where is text to modify model number in write review page?

Why are you changing [ and ] all over your site?
You've posted elsewhere about the same change.
But you've not explained why you've got this hatred for the simple square-brackets. What gives?

/includes/modules/pages/product_reviews_info/header_php.php
$products_model = '<br /><span class="smallText">[' . $review_info->fields['products_model'] . ']</span>';

3 May 2013, 5:29 AM
#3
ebaobao avatar

ebaobao

Zen Follower

Join Date:
Jul 2008
Posts:
495
Plugin Contributions:
0

Re: Where is text to modify model number in write review page?

lol dr. byte thanks for the quick reply. the brackets look roboticey if thats even a word. a (5 of 5 Stars) Looks so much better than [5 of 5 Stars]. I don't recall seeing many sites with [ ] in their text. Plus I want to change that area to (Item #1234), looks so much cleaner than [1234]

3 May 2013, 5:32 AM
#4
ebaobao avatar

ebaobao

Zen Follower

Join Date:
Jul 2008
Posts:
495
Plugin Contributions:
0

Re: Where is text to modify model number in write review page?

Oh thank you so much!

3 May 2013, 5:55 AM
#5
ebaobao avatar

ebaobao

Zen Follower

Join Date:
Jul 2008
Posts:
495
Plugin Contributions:
0

Re: Where is text to modify model number in write review page?

One correction. It's in the write folder so the correct path would be /includes/modules/pages/product_reviews_WRITE/header_php.php
Both paths do have that code, so change accordingly.