Search found 117 matches

by batmike
Thu Jan 31, 2008 12:38 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Tracking numbers in shipment notifications
Replies: 14
Views: 12484

Hmm ... I'm not really sure but my guess would be the same, that it doesn't like have multiple or conditions. You could just make a third section and have the second be if ShipMethodId = 3 or 5 and the last section be if the ShipMethodId is 6. Not the most elegant solution, but it might work. (It's ...
by batmike
Thu Jan 31, 2008 11:29 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Tracking numbers in shipment notifications
Replies: 14
Views: 12484

Yeah, you could put

Code: Select all

#elseif($shipment.ShipMethodId == 11 || 15)
The || is OR, and you can also use && for and.

Thanks for the USPS, I needed that one :)

Mike
by batmike
Thu Jan 31, 2008 10:26 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Tracking numbers in shipment notifications
Replies: 14
Views: 12484

The link was my next step ... we actually only use UPS but I went ahead and figured out the link for Fedex just to get it to work. If you use any other shippers, just figure out what link you need and put it in. Also, make sure to change the "if $shipment.ShipMethodId == ?" to whatever Id numbers ma...
by batmike
Thu Jan 31, 2008 7:10 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Tracking numbers in shipment notifications
Replies: 14
Views: 12484

Alright ... I was able to test it out and after reshipping things to myself about six times, I got it to work. This is what I added in right below the shipment status ending div tag. That should do it for you :) Mike #if($shipment.TrackingNumbers.Count > 0) #foreach($trackingNumber in $shipment.Trac...
by batmike
Wed Jan 30, 2008 3:41 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Tracking numbers in shipment notifications
Replies: 14
Views: 12484

Joe, I just found this is another post ... I have yet to try it out in my templates, but I'm going to add it in and try it out tomorrow. If you get it in and find that it works (or not), let me know. Mike OK I figured it out... #if($shipment.TrackingNumbers.Count > 0) <tr> <td> <b>Tracking Number(s)...
by batmike
Thu Jan 17, 2008 10:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Request: Importing users with data import utility
Replies: 7
Views: 4968

The links for both 3 and 4 are towards the bottom of the page in the DataPort Beta 1 sticky (only slightly misleading title at this point ...). Also, if you go to ftp.ablecommerce.com, it's buried in the folders there, which is where I found version 3 when I was trying to download the 5.5 eval to wo...
by batmike
Thu Jan 17, 2008 8:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC 5.5 Import with Data Utility 4
Replies: 5
Views: 3963

I played around with the database yesterday and did finally get my 5.5 data to go in and it all looks great! I would assume it wouldn't be the "preferred" way to do it though, but if anyone's interested, I can post an explanation ... but I'll also be looking for a more "official" answer as that woul...
by batmike
Wed Jan 16, 2008 10:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC 5.5 Import with Data Utility 4
Replies: 5
Views: 3963

AC 5.5 Import with Data Utility 4

I've almost got my XML data imported from 5.5 to 7.0. I had a couple errors but was able to clear them up but I'm having one last error that I'm not sure what to do. The orders will all not import because of a foreign key constraint. INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'ac...
by batmike
Tue Jan 15, 2008 4:18 pm
Forum: 7.0 DataPort
Topic: 12/1 - AbleCommerce Data Client Utility 7.0
Replies: 361
Views: 407167

Hi, My 5.5 XML file is actually importing! Which is great news. It's taking far longer to process the file (still going now) but that's fine with me as long as it's working. The one thing I've been getting while it's going is an operation time out error. It works on 100 products at a time and for th...
by batmike
Tue Jan 08, 2008 8:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: DataPort
Replies: 0
Views: 1703

DataPort

Has there been any changes in the status of the AC5.x XML import into 7.0 with the DataPort utility. I've tried it out and keep getting an error that says "Data is the root level is invalid at Line 1, Position 1." Just wondering if a new version might have been released or maybe something else is go...
by batmike
Wed Dec 19, 2007 6:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Anyone listing their store on Amazon?
Replies: 1
Views: 2653

We use Amazon to list our items right now. Though the fee is fairly high, the amount of traffic that runs by our product because of Amazon is much, much higher than it currently is at our own site. We don't use their Webstore product, just their marketplace seller option and it works fine. The uploa...
by batmike
Fri Nov 30, 2007 3:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: probably a dum question
Replies: 3
Views: 3485

In the Admin screen, under the Configure tab go to E-mail and then you can either choose Settings or Templates. If you choose Settings, you can set the default from address in the first field on the page. If you choose Templates instead, you can change the from address for each specific template, if...
by batmike
Wed Nov 28, 2007 6:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Multiple Stores
Replies: 2
Views: 3031

That's what I thought ... thanks for the reply!

Mike
by batmike
Tue Nov 27, 2007 4:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Multiple Stores
Replies: 2
Views: 3031

Multiple Stores

There was an earlier post about multiple store running on sub-domains but I am wondering how to set up multiple stores with separate domains on 7.0. Is it even possible? I know with 5.5 it was possible and you just had to add a numbered folder in the /Store/ directory but 7.0 is set up differently. ...
by batmike
Fri Nov 16, 2007 10:58 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Default scriptlets
Replies: 9
Views: 6903

That works out great. I knew it was something easy enough. Thanks for the help.

Mike
by batmike
Fri Nov 16, 2007 8:46 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Default scriptlets
Replies: 9
Views: 6903

Default scriptlets

I might be missing something simple here, but how to I go about making a new scriptlet the default for the theme?

Or are themes and scriptlets not related?

I'm just not finding a place to change the header scriptlet across all pages and not just individually.

Thanks!
Mike