PHP Post Install Issue

4 views
Skip to first unread message

itech.bogedin

unread,
May 18, 2009, 4:23:43 AM5/18/09
to phpShop
Hello

Having issues with the site after install. i was able to customize it
some but was a few important details I couldn't fix. The site was just
made for a web design project for class and I could use some help on
this one.

Here is the link to the site http://kudlerfinefoods.co.cc/phpshop/

I don't understand PHP that well and there is a couple of things I
wanted to edit.

First thing is the Meta Title for the page should show up Kudler Fine
Foods not Washupito's Tiendita as it now shows. That was a demo store
which I edited.

Second thing was on the Home Page the Heading in the body says Welcome
to Washupito's Tiendita. I wanted that to say Weclome to Kudler Fine
Foods Web Store.

Third item if possible for some reason I cant get the 2 products to
show up under the Department Meat & Seafood even though it is there in
Categories correctly and does show up under normal Browse under
Navigation. When you click on Meat & Seafood it says no products.
Which doesn't make any sense.

If you have any suggestions or have any fixes let me know.

Jeff Newman

unread,
May 18, 2009, 8:04:05 AM5/18/09
to php...@googlegroups.com
first: login as admin, go to the Administration menus, go to Store, then
Store Profile. assign a new image to the Full Image field at the top.

second: edit the shop/html/index.ihtml file - you'll find the text
hardcoded in there.

third: the reason is that the category contains the "&" sign, which it
tries to stick into the URL, which is then interpretted as a
variable/parameter delimiter, not a text character. edit the category name
to using a slash "/" instead, and it should work.
--------------------------------------------------------------------------------



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.329 / Virus Database: 270.12.32/2119 - Release Date: 05/17/09
16:58:00

jason dixon

unread,
May 18, 2009, 7:59:14 AM5/18/09
to php...@googlegroups.com
hi

to change the meta title its in the file

WEB-INF/modules/templates/s_header.ihtml

to change the wording on the shop home page

WEB-INF/modules/shop/html/index.ihtml


jasdix




Le 18 mai 09 à 10:23, itech.bogedin a écrit :

Jeff Newman

unread,
May 18, 2009, 8:22:49 AM5/18/09
to php...@googlegroups.com
sorry, i read Meta Title as Meta Tile (assuming you meant image).

jdixon is right - edit the s_header.ihtml file. you can change it to this:

<title><?php echo $vendor_name; ?></title>

that way when you change the name field later, it'll catch it automatically.
you'll need to do that to the c_header.ihtml and header.ihtml files as well,
for consistancy.

itech.bogedin

unread,
May 24, 2009, 6:24:26 PM5/24/09
to phpShop
Thanks everyone so much.

I was able to get what I wanted done. Appreciate the advice and
support :)

Brad
> >> Here is the link to the sitehttp://kudlerfinefoods.co.cc/phpshop/
Reply all
Reply to author
Forward
0 new messages