

digilexic
Members-
Content count
21 -
Joined
-
Last visited
Profile Information
-
Real Name
Christian Reynolds
-
[contribution] Simple Template System (sts)
digilexic replied to DiamondSea's topic in Templates and Images
I am trying to get STS to work with LinksManager II( actually vice versa), ANyone have this addon working that can help? -
Anyone get this working with STS?
-
Just an update... This error is in the popup_cvs_help.php file in 2 different locations. This also affects the same files in the Transaction Central payment module So anything with payment resources international, merchantanywhere.com or transaction central that I have found have these errors.
-
I have a client who uses Merchant Anywhere for their credit card processing. So I downloaded this module from the merchantanywhere.com website at http://merchantanywhere.com/ecshop/AMS_v2.2.2.zip . This is the one approved by them for use with OSCommerce I noticed that there are alot of areas where the person who wrote the contribution used hardcoded links such as this snippet: <base href="<?php echo (($request_type == '../../../../HTML/rae/live/httpdocs/includes/languages/english/SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <title>Card Verification Value (CVV) Help</title> <link rel="stylesheet" type="text/css" href="../../../../HTML/rae/live/httpdocs/includes/languages/english/stylesheet.css"> and also for the image locations like this: <td><img src="../../../../HTML/rae/live/httpdocs/includes/languages/english/images/cvm_help1.jpg" width="200" height="139"></td> I have spent a couple days trying to figure out how to use the variables from OSC so that I do not have to hard code all the paths manually every time I want to install this module. The module works if I change all the paths manually, but my client has sites on other servers than mine, and wants to use the payment module on them all. I am using v2.2 RC1 and it works fine if I manually change the paths. Would anyone be willing to help me fix this so it pulls from the OSC installation the correct paths. I am sure it will help other users also.
-
I have different categories, like small, medium, large I want to charge shipping by category (every item in the category has same shipping rate) like so 1st item is large green widget, it costs 18.00 to ship each additional large widget from the same category is 8.00 to ship 2nd item is medium blue widget, it costs 8.50 to ship, each additional medium widget from the same category is 3.00 to ship I need to be able to charge the full shipping on the most expensive shipping option, and then the additional rate for all the others... So say a customer orders a large widget category item and a medium widget category item, they would be charged 18.00 for the large widget, and 3.00 for the medium widget I cant seem to find any modules to do this. Perhaps someone can point me in the right direction.
-
Okay I was told to post this here...maybe someone can help! Does anyone know if there is an addon that would allow me to switch the STS template based on the current date? You know, like a July 4th Template, Xmas Template, Etc...that would automatically load those templates instead of the default templates on or around those dates? I have an idea like a database table that has fields for for the directory name and the start and end date of the particular template...like Xmas template used from 12/1 to 12/25. Or maybe something that on a certain date just copies the template from its directory to the default STS directory (and overwrites it)? I am just not sure how to do it.
-
Does anyone know if there is an addon that would allow me to switch the sts template based on the current date? You know, like a July 4th Template, Xmas Template, Etc...that would automatically load those templates instead of the default templates on or around those dates? I have an idea like a table for the directory name and the start and end date of the particular template...like Xmas template used from 12/1 to 12/25.