

ntd
Members-
Content count
28 -
Joined
-
Last visited
Profile Information
-
Real Name
Nick
-
First Data Global Gateway e4 AIM - New Module release
ntd replied to lost_in_normalcy's topic in Other
I bought the module and it doesn't work. Tech support takes a day or 2 to reply. Even after giving them ftp access they couldn't make it work and stopped replying. If I ever have a customer tell me thay are using First Data again I'll tell them find something else or use Pay Pal. Why pay for a card processor when you go off site to pay.- 54 replies
-
When the response is something other than approved the page goes to the login page and has logged the customer out. I found the going to the payment page but because it is logged (oscid has changed) it is bouncing to the login page. How can I keep it from losing the id and logging people out and just show the error? Thanks
-
ntd started following authorize.net AIM mode response not working
-
The developer of the wepay module is no longer supporting it. The module doesn't work and wepay isn't supporting anything. The documentation at wepay is for products they no longer offer so it is useless also.
-
Has anyone got 2.0 to work? I'm not getting any errors it just loops back to the payment page.
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
ntd replied to spidometrs's topic in General Add-Ons Support
I have the configuration set as outlined in the "How to setup..." When ever I set force cookie usage I get "We have detected that your browser does not support cookies, or has set cookies to be disabled...." I don't have the browser set to reject cookies. That is why I am still using sessions. Any suggestions are welcome. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
ntd replied to spidometrs's topic in General Add-Ons Support
I have customers that will add links in their information pages to other information pages or products (fixtures-i-23.html or wiget-p-45.html). The problem is that the session id is lost. I can't find a way or where to change the code to drag the session id anyway. I did have this working in the old SEF Link Transformer. BUt I really don't want to back to that. Does anyone have any ideas? -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
ntd replied to spidometrs's topic in General Add-Ons Support
I am sure this is a simple answer but I'm just not seeing it. I am moving from one osc site to another. So I'm trying: Redirect permanent /martin-2012-exile-compound-bow-package-p-37142.html http://www.qualityarcherybows.com/martin-2012-exile-compound-package-p-21286.html But I keep getting: http://www.qualityarcherybows.com/martin-2012-exile-compound-package-p-21286.html?products_id=37142 The rewrite is: RewriteCond %{HTTP_HOST} ^qualityarcherybows.com RewriteRule (.*) http://www.qualityarcherybows.com/$1 [R=301,L] RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} Thanks -
Individual Product Shipping Prices per Zones
ntd replied to ansipants's topic in General Add-Ons Support
I used the original query: $zones_query = tep_db_query("SELECT z.zone_code, z.zone_name FROM zones z, countries c, configuration co, geo_zones g WHERE co.configuration_key = 'MODULE_SHIPPING_INDVSHIP_ZONE' AND co.configuration_value = g.geo_zone_id AND g.geo_zone_name = c.countries_name AND c.countries_id = z.zone_country_id"); In the tax zones I used the country (USA) and added all of states I wanted in "details". I created a new country USA instead of United Sates and added the states I wanted to use in zones first. This gave me only the states I want to use and not everything in zones. Hope this helps -
### POINTS AND REWARDS MODULE V1.00 ###
ntd replied to deep-silver's topic in General Add-Ons Support
I can't seam to find an answer in searching so I'll ask. If the customer want to pay with all points I don't want them to have to have to use a credit card also. Is there a way that the points can be a payment option. I have upgraded to the latest version of this mode. Thanks -
This is a great contrib. It works great. I no it has been asked once before but I'll ask again. How to make it work for products_images ect. I have made a short tool bar for the image and I can find an image and place it in the field. The only problem is it adds all of the other code (<p><a href="/images/products/80692-sm.jpg">images/products/80692-sm.jpg</a></p>) where I only need the url (images/products/80692-sm.jpg). Any ideas? Thanks
-
On your index page. ~line 118 find <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> and replace it with <td><? echo category_discount_display($current_category_id);?></td> then ~ line 227 do the same thing.
-
Dion, I'll assume that after you created the page in the back end that you can edit it with out problem, verifying that there is something there to bring up. You need to check to see if the way your url is coming up matches what the code is looking for. ie. information.php?info_id=16 the code is looking for info_id= something. If the text is different it won't work. I hope this helps some.
-
I haven't this topic covered yet, so I'll ask. I have this working on a number of sites with HTMLarea. When the user creates a link to another page in the site they loose the session id. That makes anything in the cart go away. It has become a big issue with a couple of clients. Does anyone have any ideas? Thanks Nick
-
I thought I had seen a contribution a while ago that allowed products to be set as attributes. I've searched the contributions and here and can't find anything on it. Can any one point my in the right direction? Thanks Nick
-
Use the event calendar mod to schedule your events or classes. Create your events or classes as products. Set the inventory to the number of seats you want to sell and turn on the inventory tracking.