

NimaP
Members-
Content count
163 -
Joined
-
Last visited
-
Days Won
1
Everything posted by NimaP
-
This is a support thread for the contribution http://addons.oscommerce.com/info/6646
-
Anyone have a suggestion on how to display the attributes in the admin page for whos_online.php? When you click on the customer it shows the shopping cart, but it doesn't include any product attribute information.
-
Delete the e at the end of \\b/e" I believe that's it. you might have to remove the /e. try it out. I remember running into this with a server upgrade to PHP 5.5
-
Is there any way to get this contribution to work with multiple option types? Can I say make it so that it checks multiple values?
-
I know this is really old, but thought I'd help anyone else running 2.2rca2 and php 5.3. To get these errors fixed, simply remove the &. $attributeManager = new attributeManagerAtomic(amGetSessionVariable(AM_SESSION_VAR_NAME)); and $attributeManager = new attributeManagerInstant($_GET['products_id']);
-
I'm running less than 2.3. I used the upgrade instructions. I also noticed in the admin/header_tags_seo.php file, there was some apostrophes that can be removed. lines 831, 835, 839, 843 maxlength="255" size="36"'> the apostrophe after "36"
-
I get an error in the admin Parse error: syntax error, unexpected ':' in /home/xyz/public_html/admin/header_tags_seo.php on line 912 Any Idea?
-
This worked for me for now. Any idea how to fix the latest version though?
-
I have seo url 5 installed, and I was wondering if there's a way to get the link in the emails to use the seo url instead of the basic oscommerce url?
-
7.1.0 USPS module 11/14/2013 Fix: Domestic OK But Intl Not
NimaP replied to bbsrover's topic in Shipping Modules
My international is still down. I'm running Lousterg's fix, but there's no change. I removed and reinstalled. no affect. -
(Contribution) Ajax Attribute Price change
NimaP replied to crossbow888's topic in General Add-Ons Support
I have some attributes that have parenthesis in the the name. for example 15(12v) Watt. The price change does not occur in this situation. Is there a work around for this? -
Anyone able to figure this problem out? I'm having the same issue.
-
any luck?
-
I installed v5_0_9 on my RC2a site and the subtotal calculations are not taking options_values_price into account. If i add an attribute value like +10.0000 the total is calculated correctly, but the subtotal displayed only shows the base value. I even tried installed v5_0_7 but the affect is the same. Any idea how to fix this?
-
i am also wondering the same thing
-
i've installed the latest version of webservices and order editor and i'm not seeing the fedex choices when i go to edit the order. is there a work around for this? the code that is suggested by order editor's support forum talks about fedex1.php which was the older fedex module.
-
(Contribution) Ajax Attribute Price change
NimaP replied to crossbow888's topic in General Add-Ons Support
i got this to work on 2.2 which is great because the other contributions had problems. quick question though, there seems to be a number formating problem. when going through the drop down choices of different attributes. If you go through the list and return to another attribute, the number doesn't round up to the hundredths. Instead of showing $27.95 it will show $27.949999999999992 http://www.alcotesters.com/safeway-disposable-breathalyzer-p-47.html here is my page to see the problem in action. any suggestion would be great. thanks! -
[Contribution] Additional Images Module
NimaP replied to Parikesit's topic in General Add-Ons Support
I installed this contribute and it works great except that when i upload the images in the admin and come back the field is blank. If i don't browse my computer and select the images again, the additional images will be lost. Everytime i update a product, I have to browse my hard drive and find those image paths. any help would be greatly appreciated. -
another question i have is regarding the prices in my dropdown. is it possible to remove the +$99.99 and still have this contribution work? i was thinking if we just white out the price, then it will work and the customer won't see the number. thank you
-
Okay i checked and this only occurs in firefox (i'm running 7.01). This contribution works great in IE9 and Chrome. Please help me show the standard price on first page load.
-
Options - Price Update (Attrib. Price Update)
NimaP replied to thenexgen's topic in General Add-Ons Support
bump. i'm having the same problem -
Hi, I installed this contribution and it seems to work fine. However initially before I select anything from the options drop down, it won't show a price. Is there any way to change this so it shows the base price?
-
How can I remove the carrier column in the shipping estimator?
-
When i finish installing this contribution. my add to cart buttons disappear in shopping_cart.php.
-
anyone get this to work with v2.6 of xsell? i just want the xsell to show up in my shopping cart. when i add the product, nothing shows up.