-
Content count
26 -
Joined
-
Last visited
Profile Information
-
Real Name
late
-
what i am trying to achieve is that the affiliate link code will have a discount coupon id, so when a customer is refered to my site from the affiliate, he will be given the discount coupon automatically. any ideas anyone? is it even possible? Thanks.
-
[Contribution] Individual boxes for products in central modules - cajas individuales para productos de modulos centrales
late replied to nicko107's topic in General Add-Ons Support
...ok, fixed. css issue, thanks. -
[Contribution] Individual boxes for products in central modules - cajas individuales para productos de modulos centrales
late replied to nicko107's topic in General Add-Ons Support
Hi, Thanks for this great customisable contribution! Only problem i am having is the top.gif image not showing in the infobox (modules/new_products.php and modules/featured.php), so my boxes are missing the top border image. My shop is bts enabled, if this might help... Thanks for your time. -
Hello, Is it possible for affiliates to recieve a discount coupon automatically, so when a customer comes from an affiliate link, he gets a discount automatically? Thanks.
-
hi, i would like to accept credit cards which have 8 digits , how can i achieve that? i think my answer is on one of the .js files, but im not sure which one. thanks!
-
Purchase Without Account Updated & Admin Functionality
late replied to bmcewan's topic in General Add-Ons Support
Spaceboy, and this is what i recieve: i dont need login.php to come up, and i dont need any membership options for my customers. thanks -
Purchase Without Account Updated & Admin Functionality
late replied to bmcewan's topic in General Add-Ons Support
hi Spaceboy, what i mean is all pages where login information is entered, i.e: when checking out, you are redirected to login.php, i would like it to direct to Order_Info.php. or when you want to write a review it asks for login as well. hope i clarified my question, thanks -
Purchase Without Account Updated & Admin Functionality
late replied to bmcewan's topic in General Add-Ons Support
hi, great contribution, works like a charm! i would like to remove all login info, anyone has a list of files to alter? thanks! -
hi, i would like to change the gift voucher sent from create_account.php from 10$ to 10%, where do i do that? thanks.
-
hi all! i've installed Eric Montgomey's 'Hide Price if $0' contribution, but 0$ prices still shows on whats_new.php box. heres what ive altered on that file: //$whats_new_price = $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])); // Start "Hide Price if $0" edit 1 of 1 (uncomment above line if removing this contribution) $whats_new_price = (($random_product['products_price'] > 0) ? $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) : ''); // End "Hide Price if $0" edit 1 of 1 thanks!
-
i went through the forums, wiki, docs, etc, but couldnt find a solution. all seem fine and configured correctly, but free shipping wont work. thanks for any help in advance.