

natashome
Members-
Content count
195 -
Joined
-
Last visited
Profile Information
-
Real Name
natashome
-
hi i am using the PayPal Website Payments Standard payment module. Rc2.2a version with the latest Discount Coupon Codes installed at this time. Everything is working perfect, only the PayPal page the discount is not applied. Even when the payment is done the order email send the discount but not on PayPal. Any advice? thanks
-
natashome started following [Contribution] Discount Coupon Codes
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
natashome replied to spidometrs's topic in General Add-Ons Support
great contribution so far...there is one issue (on my site at least)...when i turn the SEO urls off and i click on any product it gives me an error on FF that any ideas why? thanks -
found the fix. i have the breadcrumb navigation on each page and not in the header due to some design tweaks. when i remove the breadcrumb from the login, logoff, shopping cart process, and so on the errors disappear.
-
hello i am getting errors when a logged in user saves a wishlist, when he tries to logoff and also when he tries to login if he has a wishlist saved Fatal error: Call to a member function reset() on a non-object For ex. in logoff.php i get the error on this line: $wishList->reset(); login.php Fatal error: Call to a member function restore_wishlist() line 60 which is: // restore wishlist to sesssion $wishList->restore_wishlist(); wishlist.php Fatal error: Call to a member function add_wishList() line 19: $wishList->add_wishList($wishlist_id, $attributes_id); i've browsed these pages but still no solution...also tried to replace the wishList with wishlist(notice the lower L) but nothing... thanks
-
Simple Multi Image Add-on Plus PrettyPhoto popups
natashome replied to spooks's topic in General Add-Ons Support
sorry i wanted to say product_info.php thanks -
Simple Multi Image Add-on Plus PrettyPhoto popups
natashome replied to spooks's topic in General Add-Ons Support
can you tell me if your module works with other image modules as well? i would like to install one which allows me to have the product listing image a different size than the index ones. thanks -
Simple Multi Image Add-on Plus PrettyPhoto popups
natashome replied to spooks's topic in General Add-Ons Support
i don't want to contradict you that the module is fully working but you see the install file is not the best one since a lot of modules modify the admin/categories.php file and there should be exact install instructions when it comes to editing the $product_query = tep_db_query("select p.products_ instance -
Simple Multi Image Add-on Plus PrettyPhoto popups
natashome replied to spooks's topic in General Add-Ons Support
hi i am having a problem in admin when adding the product image. when i click preview i can't see it and it doesn't appear on the product page as well.. the other additional images are showing in admin but not in product page...any ideas? thanks -
using paypal standard i am getting this error after someone makes a purchase Fatal error: Call to a member function getAddressFormatted() on a non-object in /home/content/osc/includes/modules/payment/paypal_standard.php on line 522 i tried adding the lines if (ONEPAGE_CHECKOUT_ENABLED == 'True'){ require('includes/classes/onepage_checkout.php'); } before /* One Page Checkout - BEGIN */ $sendToFormatted = tep_address_label($customer_id, $sendto, 0, '', "\n"); if (ONEPAGE_CHECKOUT_ENABLED == 'True'){ $sendToFormatted = $onePageCheckout->getAddressFormatted('sendto'); } $billToFormatted = tep_address_label($customer_id, $billto, 0, '', "\n"); if (ONEPAGE_CHECKOUT_ENABLED == 'True'){ $billToFormatted = $onePageCheckout->getAddressFormatted('billto'); } /* One Page Checkout - END */ but i get this error Fatal error: Cannot redeclare class osC_onePageCheckout in /home/content/osc/includes/classes/onepage_checkout.php on line 2 please note that the order is saved in the osc admin area. thanks
-
PayPal WPP Direct Payments & Express Checkout Support
natashome replied to dynamoeffects's topic in Other
anyone got the solution for the error on Rc2.2a when trying to checkout using PayPal express? shopping_cart.php?error_message=Security header is not valid thanks -
isn't other way to achieve those words or images in that place?
-
-
thank you Steve....the thing is that i have modified the infoboxes and also removed the arrays which were showing those words on all store...and now the shipping address or billing address words are not showing at all for some reason...without the onepagecheckout the words would appear since i would add them in their respective files...any guidance would be appreciated. thanks
-
hi i would like to replace the words Billing Address and Shipping Address with 2 images. Is it possible? thanks
-
Offical Google Checkout module for osCommerce Support Thread
natashome replied to Silverado05's topic in Other
Hi I have installed the latest official GC from their website and i have 4 problems/questions: 1. I added the account in the admin area but on the shopping cart when i click the button nothing happens although the button is active (blue) 2. I would like to have the GC in the Checkout Payment page rather than the shopping cart page 3. Is this working with Amazon payments as well? 4. Is this working with UPS XML as well? Thank you -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
natashome replied to spidometrs's topic in General Add-Ons Support
for all those who get the Call to undefined function: mb_convert_case error in seo.class.php because you run the php4 version add this in your htaccess file AddHandler x-httpd-php5 .php AddType application/x-httpd-php5 .php at least it worked for me