Where exactly do you need this text to be on this page.
If it is ok to to be part of the product properties than using generic
HTML control is a way to dod it,if thiis is per user base than generic
HTML will not work as property since it doesn't get userID as
parameter other controls you can get buy (or custom property ) and
using values from the database you can give different message to the
user.
If you need it in the top you can use uStore custom header, and write
control , since control will know what page is it on as well store id
as well userid ..
I worst case you can add placeholder/ control to this page (or to the
master page) and via custom header add text to it, but I need to
double check that.
Igor.
On Jul 23, 10:21 am, John Barnhart <
igot...@gmail.com> wrote:
> I've done this by adding a product property of type html generic. Then you can put anything you want in the html.
>
> This does show up in the order details product property list, though.
>
> On Jul 23, 2010, at 1:31 AM, Bill wrote:
>
>
>
> > I don't think that uStore 4 allows the administrator add some text in
> > the OrderFinalStep page (while it does in the CheckOut,
> > CheckOutComplete and OrderDetails pages). You could ask your XMPie or
> > Xerox representative to raise a Feature Request.
>
> > As you want your new text to appear only in a single (or some)
> > store(s), I think the only way is to assign a separate skin to your
> > store, then edit its CSS (but as you will notice, text addition
> > through CSS will not be compliant with store localization).
>
> > I would use a ":before" or an ":after" pseudo-element, applyed on a
> > page element, whose ID is only used in the relevant page.
>
> > Example:
> > #ctl00_cphMainContent_mProductPropertiesWrapper_mProductPropertiesWrapperVoidProductCalculationUI_LblNocopiesRecip:before
> > {
> > content: "vitik text";
> > color: #F00;
> > display:block;
> > }
>
> > On Jul 22, 11:32 pm, vitik <
vmikitc...@ricg.com> wrote:
> >> Hi group!
>
> >> For one particular client i need to add custom text to the page where
> >> you finalize your order (the one with a proof and add to cart
> >> buttons). I can't customize this page through the uStore admin nor
> >> through custom skin. If anyone have done anything on this matter or
> >> have ideas on how it could be done without affecting other stores i
> >> would appreciate any input.
>
> >> Thanks!
>
> > --
> > You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
> > To post to this group, send email to
xmpie...@googlegroups.com.
> > To unsubscribe from this group, send email to
xmpie-users...@googlegroups.com.
> > For more options, visit this group athttp://
groups.google.com/group/xmpie-users?hl=en.- Hide quoted text -
>
> - Show quoted text -