Jump to content


Corporate Sponsors


Latest News: (loading..)

mhvideos

Member Since 14 Mar 2009
Offline Last Active Today, 07:12
-----

Posts I've Made

In Topic: how to display specials price

23 February 2012, 21:54

It is in the upgrade guide from 2.2 to 2.3.0

This can be found in the complete download for 2.3.1 here

http://www.oscommerce.com/solutions/oscommerce

In Topic: how to display specials price

23 February 2012, 19:02

Your problem could be here in

catalog/includes/functions/general.php

Find

$product_query = tep_db_query("select specials_new_products_price from " . TABLE_SPECIALS . "
where products_id = '" . (int)$product_id . "' and status");

Replace with

$product_query = tep_db_query("select specials_new_products_price from " . TABLE_SPECIALS . "
where products_id = '" . (int)$product_id . "' and status = 1");

This is listed in the update document as a Bug

Martin

In Topic: how to display specials price

23 February 2012, 11:26

I think it is only you as my RC2a store shows the reduced prices with the original scored out in every location that the products price appears, tables specials screen etc

Sorry but I have no answer to your problem

Martin

In Topic: Not charging some customers VAT in 2.3.1?

23 February 2012, 11:09

Companies have to pay VAT in the UK, then they claim a refund from HRMC.

Are you VAT registered? If not you do not charge VAT to anybody.

Martin

In Topic: paypal website payment standard

19 February 2012, 14:44

View Postusernamenone, on 19 February 2012, 14:22, said:

Paypal does not get order details. For you to get order details you need to have paypal return you to your shop and finish the order for you to receive the order comformation email.

Yes it does get order details if you use this contribution

You get: Qty and product description and then the total. You do not get the price of each item itemised, just the total.

I am sure that the OPs question has nothing to do with PayPal not returning to his store