Search found 41 matches

by bart
Thu Sep 03, 2015 4:08 pm
Forum: [BC] Community Support
Topic: Small Mod needed: Order number added to Subject line..
Replies: 2
Views: 12579

Re: Small Mod needed: Order number added to Subject line..

If your still needing, try this: open /lib/orders.php find: $obj_email->Set("Subject", sprintf(GetLang('YourOrderFrom'), $store_name)); Replace with: $obj_email->Set("Subject", sprintf(GetLang('YourOrderFrom'), $store_name)." (#".$order_row['orderid'].")"); //...
by bart
Tue Jun 04, 2013 11:43 am
Forum: [SC] Custom Code
Topic: [MOD] Show product Out of Stock on product category page
Replies: 12
Views: 50711

Re: [MOD] Show product Out of Stock on product category page

This MOD currently uses an image. The image just has text on it. If you edit the image 'nostock.png' to what you would like then this will cover your product image.
by bart
Mon Jul 30, 2012 11:31 am
Forum: [SC] Custom Code
Topic: Capitalising All Interspire Checkout Information
Replies: 1
Views: 6242

Re: Capitalising All Interspire Checkout Information

I know what you mean. It would be a nice extra as it gives everything a tidy more professional look. It however gets harder to implement when you have to consider names with two capitols such as McCloud or towns such as Stoke-on-Trent. I'd just go with capitalising the title, town and postcode field...
by bart
Tue Jul 24, 2012 1:50 pm
Forum: Shopping Cart 6.x
Topic: How To: Add Order number to Customer Email Subject
Replies: 0
Views: 15771

How To: Add Order number to Customer Email Subject

The customer order receipt email subject line does not as standard show the order reference number. Strangely the admin copy of the same email does... To add the order number to the customer email subject line: open /lib/orders.php Find: $obj_email->Set("Subject", sprintf(GetLang('YourOrde...
by bart
Thu Feb 09, 2012 11:46 am
Forum: Shopping Cart 5.x
Topic: Sold out on productimages
Replies: 2
Views: 12481

Re: Sold out on productimages

Do you mean the main product image or the category page image? not sure if this will help: Re: [MOD] Show product Out of Stock on product category page http://www.shoppingcartcommunity.com/forum/viewtopic.php?f=12&t=1335&p=5194&hilit=out+of+stock+images#p5194 this was done in v6.1.1 so n...
by bart
Thu Feb 09, 2012 11:13 am
Forum: [SC] Custom Code
Topic: Discount by Payment Method
Replies: 2
Views: 7360

Re: Discount by Payment Method

Unfortunately after looking at the code i've not really been able to get anything to work. I think this is going to have to be something that i'll have to play with long term... I have set up some jquery to display a <div> containing some more info when the option for bank transfer is selected, unfo...
by bart
Thu Jan 12, 2012 12:21 pm
Forum: Shopping Cart (ALL)
Topic: EIGHTEEN cool mods for ISC
Replies: 40
Views: 139854

Re: EIGHTEEN cool mods for ISC

I have managed to put barcodes on our invoices buy installing a barcode font on my PC and then changing the style sheet to use this font. I have attached the font and some instructions on using it. (you need to put a * before and after the number to be scanned, so this needs to be put in the templat...
by bart
Mon Jan 09, 2012 2:26 pm
Forum: [SC] Custom Code
Topic: Discount by Payment Method
Replies: 2
Views: 7360

Discount by Payment Method

I am try to give customers who pay by Bank Transfer a 10%. Ideally i would like this to show on the final total when the customer selects this payment option, i don't mind having to use a coupon code or discount rule to achieve this however i would want the coupon code/rule limited to this payment m...
by bart
Tue Nov 15, 2011 11:56 am
Forum: Alternatives Discussion
Topic: Well?
Replies: 13
Views: 39291

Re: Well?

The new Multi-Store feature from CS-Cart was something I was really looking forward to however we were hoping for it to have a single checkout for all the stores (i.e. be able to use a single payment gateway) otherwise it is shaping up really well. I know what you mean about the templates, they aren...
by bart
Mon Oct 10, 2011 3:45 pm
Forum: [SC] Custom Code
Topic: Manually Control Position of Items in NEW PRODUCTS
Replies: 1
Views: 4995

Re: Manually Control Position of Items in NEW PRODUCTS

If you edit a product and go to the Other Details tab there should be a Sort Order option. Change this value to a low number to make the product appear higher up the page. It will accept negative number too which is useful.