Search found 764 matches

by Martin
Thu Jun 06, 2013 9:59 pm
Forum: CS-Cart
Topic: Evaluation: Moving to CS-Cart... Possibly
Replies: 3
Views: 21437

Re: Evaluation: Moving to CS-Cart... Possibly

Oh I'd be there if it wasn't for the fact that I've tied so much of my code to Interspire and don't have the time to play just yet.

Useful to know that you have all those useful nuggets, particularly the htaccess rules so give it a year and I may well be saying hi :)
by Martin
Thu Jun 06, 2013 9:54 pm
Forum: [SC] Custom Code
Topic: Discount Module: Category Discount when order value over $x
Replies: 4
Views: 20682

Re: Discount Module: Category Discount when order value over

Having worked through most of the information I've got the point where I'm reasonably certain the discounting mechanism can be worked in 6.1.x but the option to allow/disallow discounts to be calculated on the bulkdiscounts is causing problems because I'm not sure where it's being applied. So, find ...
by Martin
Thu Jun 06, 2013 7:58 pm
Forum: [SC] Custom Code
Topic: Discount Module: Category Discount when order value over $x
Replies: 4
Views: 20682

Discount Module: Category Discount when order value over $x

Following on from this topic on Interspire: https://www.interspire.com/forum/showthread.php?t=14923 ... I was looking at how easy it would be to update it to be 6.1.1 compatible... :shock: :lol: Whilst the changes to template module calls in the PHP file and template TWIG tags were easily resolved i...
by Martin
Tue Jun 04, 2013 10:30 pm
Forum: [SC] Knowledge Base
Topic: Variation problems after server move
Replies: 0
Views: 16651

Variation problems after server move

Just found this one out while debugging some code on my test site. Scenario: You've copied or moved your existing store to a new space/folder and some images have not been copied over (particularly those that are linked from variations) Problem: When selecting variation options for a product you get...
by Martin
Fri May 31, 2013 1:18 am
Forum: Shopping Cart 5.x
Topic: The incomplete order #XXXX was deleted automatically (custom
Replies: 3
Views: 17335

Fix: Show "Deleted" orders that were abandoned

Quick fix to the "Deleted order" functionality in 6.1.1 (probably applies to newer versions too). The orders are being saved in the database but not being shown in the "Deleted orders" view so you just need to make the following change: Open: /admin/includes/classes/class.orders....
by Martin
Tue May 07, 2013 9:58 pm
Forum: [SC] Custom Code
Topic: Display Prices inclusive/exclusive based on currency viewed
Replies: 26
Views: 77062

Re: Display Prices inclusive/exclusive based on currency vie

Another adjustment made to the formatPriceDependentOnCurrency() function that stops the code reverting European quotes to GB if they switch between Euro (EUR) and Sterling (GBP) currencies. Replace the existing function with this one: /* * MOD set flag for Price format based on the currency being di...
by Martin
Tue May 07, 2013 9:43 pm
Forum: Shopping Cart 6.x
Topic: [FIX] Stop orders losing Shipping Service
Replies: 0
Views: 15673

[FIX] Stop orders losing Shipping Service

This particular issue has driven me slightly bonkers of late because of the way customers would sometimes open up multiple windows and mess with different currencies and addresses to see if they could get a better deal by using different country variables, etc... It may just be something that affect...
by Martin
Tue May 07, 2013 10:48 am
Forum: Shopping Cart (ALL)
Topic: path to sendmail
Replies: 2
Views: 13811

Re: path to sendmail

We recently migrated our shop to a different server. Now our emails from contact form are not coming through. Apparently the path to sendmail on the new server is supposed to be /usr/sbin/sendmail instead of just /bin/sendmail. But I don't know where this is set in Interspire. Can anybody enlighten...
by Martin
Thu May 02, 2013 10:22 am
Forum: [SC] Knowledge Base
Topic: alternative home page for adwords visiters
Replies: 2
Views: 15059

Re: alternative home page for adwords visiters

Probably the best way to do it is figure out how adwords customers are referred to your site to see if you can identify a variable in the $_SERVER variables. With that you could then use mod_rewrite to direct visitors to the appropriate page(s) accordingly. How you would A/B test that? Not a clue, p...
by Martin
Tue Apr 16, 2013 1:22 pm
Forum: Interspire Knowledge Manager
Topic: Skip Shipping Option
Replies: 1
Views: 11770

Re: Skip Shipping Option

qutubabbasi wrote:How can i skip shipping option from check out page in interspire express checkout
Try looking at how the download/digital goods handle it... that should give you some clues.