Search found 14 matches

by LostInCode
Fri Nov 20, 2009 5:07 pm
Forum: User Forum
Topic: Formatting the "thankyou_err" messages table
Replies: 9
Views: 10021

Replacing ugly yellow icon

Did you managed to change the yellow image? IF so I would appreciate if you could tell me how you did it. For the life of me , I can't figure it out

Easy - log into your site using an FTP program and look for this file:
../store/shopsite-images/en-US/msg/warning-yellow.gif

Rename it to ...
by LostInCode
Fri May 08, 2009 12:01 pm
Forum: User Forum
Topic: Formatting the "thankyou_err" messages table
Replies: 9
Views: 10021

Helped

Thanks Loren - adding the style to the 'Text at the top of the Checkout screen' handled the border issue.

I'll replace ye olde gif with something nicer and that little problem will be solved. I still wish there was a way to handle the grammar of the error message.

---
by LostInCode
Thu May 07, 2009 4:20 pm
Forum: User Forum
Topic: Formatting the "thankyou_err" messages table
Replies: 9
Views: 10021

Bummer

Thanks for the quick reply. In response:

1. Custom CSS is not in error. CSS does not add attributes directly to the <table> tag. The bold part of <table class="thankyou_err" border="1" cellpadding="5" cellspacing="0" > is not CSS-generated code, but rather non-CSS html generated within ShopSite ...
by LostInCode
Thu May 07, 2009 3:17 pm
Forum: User Forum
Topic: Formatting the "thankyou_err" messages table
Replies: 9
Views: 10021

Formatting the "thankyou_err" messages table

I need to reformat the ugly table that pops up with warning messages on the shipping/payment page. Specifically, the [-- ShopSiteMessages --] tag renders a funky 80's styled table with a warning icon (warning-yellow.gif).

This is the html that renders when a customer fails to enter in a required ...
by LostInCode
Sun Apr 05, 2009 6:21 pm
Forum: User Forum
Topic: Always show shipping, even if $0
Replies: 1
Views: 3138

Always show shipping, even if $0

I've got ShopSite Pro v10 r7. All's well, but I need an important little fix.

I'd like to force Shopsite to always show the shipping line in the cart. Right now, shipping only displays when there's an actual charge. When someone selects an item with no shipping, the cart omits that line. Nice if ...
by LostInCode
Sat Mar 21, 2009 7:59 am
Forum: User Forum
Topic: Strange ShopSite failure with Error 404 for PHP
Replies: 3
Views: 5179

Thanks

That doesn't surprise me at all. When it comes to hard debugs, Verio is very good at diverting attention away from themselves.
by LostInCode
Fri Mar 20, 2009 4:22 pm
Forum: User Forum
Topic: Strange ShopSite failure with Error 404 for PHP
Replies: 3
Views: 5179

Strange ShopSite failure with Error 404 for PHP

I've got ShopSite 10 running on my store. Everything works great, but I'm having a very strange failure with bad links not getting proper treatment by the htaccess file. It started happening when I got upgraded to v10 from v9.

The bug only happens when someone tries to click on an old, no-longer ...
by LostInCode
Thu Feb 12, 2009 10:29 am
Forum: User Forum
Topic: Using CheckIt function to block certain ship-to states
Replies: 9
Views: 10462

Woohoo! It Works!!

Woohoo! It Works!!

Code: Select all

10  PRINT "THANK YOU"
20  GOTO 10
RUN

THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
THANK YOU
Seriously - that's a huge load off my shoulders. Thank you both for all your help. :D

.
by LostInCode
Wed Feb 11, 2009 10:06 pm
Forum: User Forum
Topic: Using CheckIt function to block certain ship-to states
Replies: 9
Views: 10462

Darn - didn't work

Rob,

Thanks for the code. I copied/pasted into the CheckIt box. With the code:

if (document.billing.ShipState == "AL" || document.billing.ShipState == "AK")
{
alert("Sorry, we cannot legally ship to this state.");
return(false);
}

no states were blocked at all. All states were approved ...
by LostInCode
Wed Feb 11, 2009 6:18 pm
Forum: User Forum
Topic: Using CheckIt function to block certain ship-to states
Replies: 9
Views: 10462

Oh boy. No comprende.

You might need to assign document.billing.ShipState to a variable first and then use that var where that text is in the statement.

Que? Is there a how-to in the ShopSite documentation? I've looked on Google, but the samples look very different from what is currently in use on ShopSite (ex. when ...
by LostInCode
Wed Feb 11, 2009 4:21 pm
Forum: User Forum
Topic: Using CheckIt function to block certain ship-to states
Replies: 9
Views: 10462

"javascript case"

Thanks, but that was like lesson in advanced Greek. :?

Anyone have an actual example in ShopSite-friendly language?

.
by LostInCode
Wed Feb 11, 2009 2:51 pm
Forum: User Forum
Topic: Using CheckIt function to block certain ship-to states
Replies: 9
Views: 10462

Using CheckIt function to block certain ship-to states

Hello! I need some external brain power to help me with a simple code problem. :shock:

By Federal law, I need to deny shipping to certain states. I have tested this snippet of code in the "CheckIt function" box of the Commerce Setup>Order System>Checkout page.

if (document.billing.ShipState ...
by LostInCode
Tue Dec 02, 2008 12:39 pm
Forum: User Forum
Topic: Reports showing Gross Sales only, NOT reporting discounts
Replies: 0
Views: 3629

Reports showing Gross Sales only, NOT reporting discounts

SHOPSITE v9

After reviewing several months of reports (Shopsite, Reports, Page Summary), I noticed that all the data is Gross Sales , not actual sales figures.

If I sell 100 products at $50 each, the report shows $5000. No problem.
If I sell 100 products at $50 each and customers are given a 10 ...
by LostInCode
Thu Jun 19, 2008 6:24 pm
Forum: User Forum
Topic: Save, Download or Export Shipping Configuration Table to TXT
Replies: 1
Views: 3315

Save, Download or Export Shipping Configuration Table to TXT

Is it possible to save, download or somehow export my custom shipping configuration table to a TXT file? :?:

I looked in "utilities" and "database", but I only see options for saving Products, Pages, Orders and Associates databases.

Maybe there's a back-door location for FTP access to the ...