

airsoftmart
Members-
Content count
56 -
Joined
-
Last visited
About airsoftmart
- Birthday 08/15/1968
Profile Information
-
Real Name
mark
-
Location
uk
-
Interests
computers,airsoft
- Website
-
Hi Does anyone have a up to date copy of the epdq module I have customers on my site completing order but no payment is being taken I have to check every order for payments and then beg if one has not been taken Airsoftmart
-
Hi Is it possible to change the size of the map Mark
-
Hi What ver of SMF are you using I installed ver 1.5 and all i get is errors when i copy your code over the top Mark
-
Quantity availability image and text Unlimited
airsoftmart replied to John2b's topic in General Add-Ons Support
Hi Is there anyway to add the stock qtys images to the specials page and new products page I have in the root of my store front Mark -
This was a fix that was sent to me by JuxiZoza for the problem First, since the buttons display and I assume work properly for individual listings... the problem is elsewhere. I believe the problem you have is because you elected to NOT display the quantities available. See... "Administration / Product Listing / Display Product Quantity" and turn on display of quantities by using a number other than 0. I have tested this and was able to create the problem you cited. The display switch apparently needs to be on. That was not apparent to me when I made the contribution, because I had it turned on and did not appreciate its impact on the contribution. If that corrects the button problem AND you still don't want the quantities to show... then try Eric's mod to the contribution to turn display of quantities back off. Here is Erics mod // Mod by Eric Haskins http://www.rackspeed.net eric.haskins@rackspeed.net // To Allow this mod to work without displaying Quantity in listing \catalog\includes\modules\product_listing.php line 46 case 'PRODUCT_LIST_QUANTITY': $lc_text = TABLE_HEADING_QUANTITY; $lc_align = 'right'; break; -------------------------------- replace with: // Mod for Not Showing Quantity with No Stock No CheckOut //$lc_text = TABLE_HEADING_QUANTITY; $lc_text = ''; $lc_align = 'right'; break; -------------------------------- line 115 case 'PRODUCT_LIST_QUANTITY': $lc_align = 'right'; $lc_text = ' ' . $listing['products_quantity'] . ' '; break; -------------------------------- replace with: case 'PRODUCT_LIST_QUANTITY': $lc_align = 'right'; // Mod for Not Showing Quantity with No Stock No CheckOut // $lc_text = ' ' . $listing['products_quantity'] . ' '; $lc_text = ' '; break; ========================================================== // End Eric Haskins Mod Hope it worked it did for me www.airsoftmart.net
-
Does anyone know how this options works <img>URL</img> I have put in all diffrent paths cant seem to get it to display
-
Hi one other prob that i am having is that i cant purge all records or delete any at all any clues
-
User Tracking with Admin 1.31 Released
airsoftmart replied to Druide's topic in General Add-Ons Support
Hi i live in the uk when i track my self with this addon is comes up with that i am from Bulgaria if i go to http://www.dnsstuff.com/ and input my ip it comes back that i am from uk why does it come up with the Bulgaria flag any clues -
Hi i seem to have some pics missing can you help The Cancel gif is missing also the Poll Manager gif too
-
Hi i have added the code as sugested but now when i checkout and pay and click continue to come back to my site the checkout page does not come up i think i may have pasted the code in the wrong place can you give me some idea when it has to go
-
ok changed the ipn.php as on page 14 now i get these errors also the sale is still not recorded till i click CONTINUE ????????? after clicking CONTINUE me and the customer gets email and amin too no ipn info though nothing filled in on the customer invoice or in the ipn screen via email 1. Airsoftmart PayPal IPN: unkown verification occurrence Connection Type curl= socket=tcp:// domain=www.paypal.com port=80 ##################### 2. Airsoftmart PayPal IPN: unkown transaction type I received an unkown post from Are you running any tests? 3. Airsoftmart PayPal IPN: Invalid Customer Transaction A transaction occured but PayPal did not verify it, this could be due to a communications error, but it could also be an attempted hack. Customer 3, cust name has been allowed to continue their order. Please Check Your PayPal account. 4. Airsoftmart PayPal IPN: HTTP Error An HTTP Error occured during authentication curl= socket=tcp:// domain=www.paypal.com port=80 ##################### any clues !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
i have uploaded a brand new ipn.php which has not been edited still get the error so i downloaded paypal 1.5 unpacked it copy the files error still comes up still get a blank screen after clicking continue !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
Hi i have installed your paypal addon and tested it when i pay and click continue it goes to a blank screen with www.airsoftmart.net/catalog/checkout_process.php in the address bar i have the ipn in paypal setup ok www.airsoftmart.net/catalog/ipn.php when i go to that page though i get this error Parse error: parse error, expecting `')'' in /home/sites/site5/web/catalog/ipn.php on line 14 any clues !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
Custom Computer Creator v9 Support
airsoftmart replied to sw45859's topic in General Add-Ons Support
has any seen this error Warning: Wrong parameter count for explode() in /home/sites/site1/web/catalog/build.php on line 5 Warning: Wrong parameter count for explode() in /home/sites/site1/web/catalog/build.php on line 6 it comes up when i click build a pc then select a computer type i.e 100mhz fsb ppl are telling me thats its a prob with my php ver of the server is :- Server OS: Linux 2.2.16C32_III ver of the php is :- PHP Version: 4.0.0 (Zend: 1.00) anybody know anthing -
Custom Computer Creator v9 Support
airsoftmart replied to sw45859's topic in General Add-Ons Support
I though someone was going to upload a fully working :ph34r: ver of this cool addon Including pics, sql and all the code updates Please Please do it soon we are all waiting :unsure: