Quote:
Originally Posted by aim
The code is present in the default X-Cart 4.6.6
Code:
aim-server[~/public_html/xcart/4_6_6_gold]$ grep -rl '%quantity.index%' skin/common_files
skin/common_files/admin/main/product_links.tpl
skin/common_files/customer/main/buy_now.tpl
skin/common_files/customer/main/product_details.tpl
skin/common_files/modules/fCommerce_Go/customer/product.tpl
aim-server[~/public_html/xcart/4_6_6_gold]$
The related smarty replace rule is
http://help.x-cart.com/index.php?title=X-Cart:Smarty3_update_notes_for_stores_upgrading_to_ X-Cart_4.7.x#sectionname_varname
The control grep is
Code:
grep -r --color=auto "%[a-zA-Z0-9_]\+\.[a-zA-Z0-9_]\+%" skin
|
Strange, i downloaded a complete 4.6.6. The header for that file says
Code:
04fde8f686ed0be7315b88835142e1a07fc30925, v28 (xcart_4_6_2), 2014-01-04 06:59:41, product_details.tpl, random
My backup from my 4.6.6 site says:
Code:
e841f87bddab1129da625909874d9f8b62b6f9ad, v22 (xcart_4_6_4), 2014-05-19 11:32:54, product_details.tpl, mixon
Mind you its been upgraded a few times, but something isnt right if the two files I have look nothing alike.