-
AuthorPosts
-
graphicstylus Friend
graphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 27, 2007 at 10:59 pm #122934in the flypage_new for each product before the price is written out i am seeing
the world Price:and than everything
I have been looking but cant find where to remove that. I want:
Market Price:
WDS Price:
You Save:Thanks guys!
graphicstylus Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 29, 2007 at 8:45 am #230208Anyone have an idea on this…i have been looking all over the place
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 29, 2007 at 9:38 am #230209Look in the language files for virtuemart if you find it there
graphicstylus Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 30, 2007 at 1:42 am #230248I tried removing where it said Price: ….refreshed it…cleared cache and nothing…i think it is hard coded somewhere…but cant seem to find it.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 30, 2007 at 4:51 am #230249Why not change Price to Market Price?? That should give you the what you want or?
graphicstylus Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 30, 2007 at 6:39 am #230252That would work too but i cant find where the word price is so i can modify it….
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 30, 2007 at 7:10 am #230253Line 61
var $_PHPSHOP_CART_PRICE = 'Price';
Line 67var $_PHPSHOP_PRICE_LABEL = 'Price: ';
Line 236var $_PHPSHOP_ORDER_PRINT_PRICE = 'Price';
Line 266var $_PHPSHOP_PRODUCT_INVENTORY_PRICE = 'Price';
Line 367var $_PHPSHOP_PRICE_LIST_PRICE = 'Price';
Line 375var $_PHPSHOP_PRICE_FORM_PRICE = 'Price';
Line 401var $_PHPSHOP_PRODUCT_PRICE_TITLE = 'Price';
Line 583var $_PHPSHOP_PRODUCT_PRICETAG = 'Price';
Line 696var $_PHPSHOP_INFO_MSG_SHIPPING_PRICE = 'Price';
This is what i find in the english.php file for virtuemart, so take a look there and you find itgraphicstylus Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 30, 2007 at 11:50 pm #230287hey menalto,
i found them too and tried it. the site shows ‘Price: ‘ with a collon and space afterwards….in the english we only have one place that has it with collon…if i edit it nothing happens…thats why i think it is hard coded in the code where price is generated ….i cant seem to find where exactly.
graphicstylus Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
October 2, 2007 at 1:10 am #230332Ok after doing digging i finally figured it out….it has to deal with language file but i would not change it in there because other places may call it for the same thing and you will mess it up there….
but go to shop.product_details.php on line 190 and comment it out like this:
/** $product_price = “<strong>”. $VM_LANG->_PHPSHOP_CART_PRICE. “: </strong>”; **/
Now it will just show the pricing.i hope that helps…if confused post or email me and i will explain more!
but i want to thank menalto for replying!!!!!
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by graphicstylus 17 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum