Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
The SKU site term isn't used. In the ProductTemplates\BVC 2004 Layout, you will correct it by adding this line to the product.aspx.vb file Code: Me[color=#000000].lblSKUTitle.Text = Content.SiteTerms.GetTerm([/color][color=#a31515]"SKU"[/color][2])[/2]
|
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
|
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
There are others I found by searching for the call to the routine that gets the site term. I haven't finished yet and will post them here when done.
I noticed that the list of site terms has grown with SP3. Do you have a quick list of which ones are new? |
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
This should be all of the new ones:
CouponDoesNotApply ErrorPageContentTextProduct ErrorPageHeaderTextProduct ErrorPageContentTextCategory ErrorPageHeaderTextCategory ErrorPageContentTextGeneric ErrorPageHeaderTextGeneric GoogleCheckoutCustomerError PaypalCheckoutCustomerError ProductCombinationNotAvailable ProductNotAvailable ShippingUnknown SortOrder |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
I don't see the first 2 in the Site Terms and the second 2 were in the previous version.
GoogleCheckoutCustomerError PaypalCheckoutCustomerError ProductCombinationNotAvailable ProductNotAvailable The other ones I cannot find in the code are these:
Categories Category Checkout ConfirmNewUsername ConfirmPassword CreateANewAccount DownloadFiles EmptyCart ImageExtensionError ItemFound ItemsFound Logout MakeAnyChangesAbove NewUsername OutOfStock Page ShoppingCart ViewAll ViewByPages |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
Line numbers based on Sp3 beta 2. Label in "" is the siteterm, not the replaced text. These are the ones I found. I cannot find good places for the other siteterms not found above.
"Checkout" could go here:
Checkouts\BVC 2004 Checkout\Checkout.aspx.vb(63) Checkouts\BVC 2004 Checkout\Step2.aspx.vb(42) Checkouts\BVC 2004 Checkout\Review.aspx.vb(25) Checkouts\One Page Checkout\Checkout.aspx.vb(15) Checkouts\Paypal Express Checkout\Checkout.aspx.vb(17) Cart.aspx(105)
"ConfirmPassword" could go here:
Controls\NewUserControl.ascx(72)
"EmptyCart" could go here:
Cart.aspx(23) Cart.aspx.vb(77) (Note: duplicate with ShoppingCart below. Pick best option to use)
"ShoppingCart" could go here:
Cart.aspx(2) Cart.aspx(17) Cart.aspx.vb(10) Cart.aspx.vb(77) CategoryTemplates\Bulk Order List\Category.aspx(43) CategoryTemplates\Bulk Order Quantity List\Category.aspx(60) Checkouts\BVC 2004 Checkout\Checkout.aspx.vb(107) Themes\Print Book\Cart.master(10) Themes\Print Book Black\Cart.master(10)
"Logout" could go here:
Controls\LoginMenu.ascx.vb(39) Controls\LoginMenu.ascx.vb(41) Themes\TekGearReduxII\controls\LoginMenu.ascx.vb(23) Themes\TekGearReduxII\controls\LoginMenu.ascx.vb(25)
"MakeAnyChangesAbove" could go here:
Cart.aspx(92)
"ViewAll" could go here:
Controls\ProductReviewDisplay.ascx(42) Controls\ProductReviewDisplay.ascx.vb(89) Controls\ProductReviewDisplay.ascx.vb(151) It would be good to get these into SP3 and remove the site terms not used anymore. |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
Something to consider:
There is one webappsetting, ItemAddedToCartText, that should be a site term instead of it being set in the admin on the orders page. This puts all the "adjustable" text in one place. |
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Yes, thank you, we thought we caught all of those. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.