PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   Report product emails contain (^reason) instead of the actual reason selected (http://www.photopost.com/forum/reviewpost-how-do-i/147209-report-product-emails-contain-reason-instead-actual-reason-selected.html)

Zigw December 27th, 2011 04:41 PM

Report product emails contain (^reason) instead of the actual reason selected
 
Report Product emails contain (^reason) instead of the actual reason selected. For example: zigw has complained (^reason) about one of the products in the database...

I tried changing "(^reason)" to "^reason" based on what I was seeing with other variables in the admin panel, but that didn't work for me either.

Having the same issue with the "^manuf" string.

What should these be for RP to pickup the correct values?

Thanks!

Chuck S December 27th, 2011 05:09 PM

In misc.php at line 233 maybe add the line in bold

Code:

Content visible to verified customers only.
As far as ^manuf that is not a variable used in any of our coding so can not comment on a mod here. ;)

Zigw December 27th, 2011 05:22 PM

Thanks!

Ok, so is there a variable for the manufacturer name at all?

Chuck S December 27th, 2011 06:33 PM

Not in emails no which is why you cant modify things like so.

You need to determine what your doing in the code and where said code is at to modify things. Take a look at recent replies of mine. You will see what I have done if you look at the code mods.

Zigw December 27th, 2011 08:28 PM

Ok, thanks.

Chuck S December 27th, 2011 09:11 PM

No problem. The general emails have for notification have never changed in the application.


All times are GMT -5. The time now is 07:38 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97