-
Content count
255 -
Joined
-
Last visited
Everything posted by ChrisHoward
-
New management and osCommerce v4
ChrisHoward replied to osCommerce-Official's topic in News and Announcements
Great to drop back in after a long time away and excited to see what's in store for OS4! -
Thanks! Issue resolved...always the little things! ;)
-
I've just installed V4.4 on a previous V2 system and carried out the relevant upgrade etc. However on the "Confirm Checkout" button I get directed to this page: https://secure.ohmhealthcare.com/protx_proc...0issuing%20bank And it's just blank, no source code, no display and it doesn't go anywhere. I don't think this is normal, what've I done wrong? Thanks
-
[CONTRIBUTION] Google XML Sitemap Feed - by Chemo
ChrisHoward replied to a topic in General Add-Ons Support
I am getting the following which doesn't look good at all: Any ideas? I have done all that is listed in the Install file and I have SEO Urls installed too? -
[contribution support] Custom META Tags per ITEM
ChrisHoward replied to Randelia's topic in General Add-Ons Support
:( I am having a few errors, when I go to edit a product, all of the products information is removed and gone? And the two errors are shown: Could this be something to do with the database being edited via the script? Thanks -
I cant get it to work on my website? The shipping method doesnt show up at all!
-
Anyone?
-
Hey, I've installed the Worldpay 1.8 contribution and all files and settings are enabled correctly however on placing an order and going to confirm order this page arrives on the worldpay website: :( Could someone suggest as to why this is occuring? Thanks in advance.
-
[contribution] individual product shipping prices
ChrisHoward replied to dmGremlin's topic in General Add-Ons Support
Any ideas how to do this, as I havent overwritten any files? Simply added to? -
[contribution] individual product shipping prices
ChrisHoward replied to dmGremlin's topic in General Add-Ons Support
Hey, I have installed this contrib and its excellent! However I have a shipping contrib installed already which covers my whole store being 1st product x amount and additional products y amount. However if I add a product into the cart that has its own shipping cost (this contrib) the shipping isnt shown? If I add it with another product that hasnt got its own price, the shipping isnt shown? If I add a product this contrib doesnt involve, the shipping is shown? Any ideas? Thanks -
Any ideas? Whats the B2B version?
-
Hey, Looking at this: http://www.oscommerce.com/community/contributions,86 and am running MS2 but which one do I use?? Thanks :D
-
:( Anything to do with this coding from product_listing.php case 'PRODUCT_LIST_PRICE': $lc_align = 'right'; $price = $listing_values['specials_new_products_price']; if ($discount > 0) $price = $price - ($price/100)*$discount; if ($listing_values['specials_new_products_price']) { $price = $listing_values['specials_new_products_price']; if ($discount > 0) $price = $price - ($price/100)*$discount; $lc_text = ' <s>' . $currencies->display_price($listing_values['products_price'], tep_get_tax_rate($listing_values['products_tax_class_id'])) . '</s> <br/><span class="productSpecialPrice">' . $currencies->display_price($price, tep_get_tax_rate($listing_values['products_tax_class_id'])) . '</span> '; } else { $price = $listing_values['products_price']; if ($discount > 0) $price = $price - ($price/100)*$discount; $lc_text = ' ' . $currencies->display_price($price, tep_get_tax_rate($listing_values['products_tax_class_id'])) . ' '; } break;
-
>_< After 1 week of messing around with this contrib! I thought I was done!! Well there is one more problem, https://secure.ohmhealthcare.com/index.php/cPath/23 This page and all other product_listing.php pages seem to not show the price, however product_info.php pages allow the price to be shown! Any ideas? :)
-
It works, But I am having a problem with getting the product_listing price to actually ahow and no just be ?0.00 any ideas? Well here is the SQL file I have made that you can just execute onto your server, its easier than doing it manually! :D CREATE TABLE `customers_groups` ( `customers_groups_id` int(11) NOT NULL auto_increment, `customers_groups_name` varchar(32) NOT NULL default '', `customers_groups_discount` int(11) NOT NULL default '0', PRIMARY KEY (`customers_groups_id`) ) TYPE=MyISAM; CREATE TABLE `groups_to_categories` ( `customers_groups_id` int(11) NOT NULL default '0', `categories_id` int(11) NOT NULL default '0', `discount` int(11) NOT NULL default '0', PRIMARY KEY (`customers_groups_id`,`categories_id`) ) TYPE=MyISAM; INSERT INTO `customers_groups` VALUES (1, 'default', 0); ALTER TABLE `customers` ADD `customers_groups_id` int(11) NOT NULL default '1'; UPDATE customers SET customers_groups_id = 1; ALTER TABLE `customers_basket` ADD `category_id` int(11) NOT NULL; Hope this helps!
-
how to set 2 flat rates, 1 for usa 1 for internati
ChrisHoward replied to VIP's topic in Shipping Modules
use my contrib : Multiple Shipping Rates V2.0 -
Credit Class/Gift Vouchers/Discount Coupons 5.10
ChrisHoward replied to Strider's topic in General Add-Ons Support
Hi this is probably a really easy error to solve, but what do i do to fix it? 1146 - Table 'ohmonlineshop.TABLE_COUPON_GV_CUSTOMER' doesn't exist select amount from TABLE_COUPON_GV_CUSTOMER where customer_id = '2' [TEP STOP] Thanks in advance :D -
:D Hi, Has anyone seen or does anyone know where I can find a contrib that will allow me to have a trade area of the site and a public area of the site as we require to have different prices for the products and this is what will be needed. If you can find this for me it would be greatly appreciated. Many Thanks
-
Automatically send data feed to Froogle
ChrisHoward replied to gottaloveit's topic in General Support
:huh: Looks Good, ermmm! :D :lol: :D Joking Man, thats one great script and you have really shown that anythihng is possible, the whole point of OSC, I think you should add a friendlyier verion to contribs as that requires alittle more scripting and "Voila". Keep it up man!!! -
Hi I'm looking for a nice pale blue template for my gift website, it doesnt have to be exactly the same as OSC, but i would love to see what you can all think off. If someone could do this it would be much appreciated. Thanks
-
If its just a quote your after, forget about OSC and use a simple form with a submit button and TEXT AREA, its so much easier, and then if the customer accepts the quote they then register and but the products. Hope this Helped :)