Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Show only Price(s), VAT and Weight

Show only Price(s), VAT and Weight

Locked

Views: 764

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
8 Feb 2010, 7:45 PM
#1
lambonero avatar

lambonero

New Zenner

Join Date:
Jul 2009
Posts:
10
Plugin Contributions:
0

Show only Price(s), VAT and Weight

Hi,

I don't know any php or have access to a database editor, so apologies if this is a stupid question, but....

I'd like to set up a page, say "Lambo.php", and have that page show ONLY the Price (including VAT), and the Weight of a product, in such a way that looking at "Lambo.php?product_id=123" would only show:


£123 (the price)
£45 (the weight, which I use for postage)


No header, no footer, no nothing!

I use a filemaker database to upload to google products, and because I've no SQL knowledge, I manually enter prices into this. This page would let me run a monthly check of our prices by loading up a list of our advertised prices beside what my database has. I can then just scroll down and check they match rather than having to load individual product info pages and pick out the numbers.

Thanks in Advance

Lambo

13 Mar 2010, 7:37 PM
#2
lambonero avatar

lambonero

New Zenner

Join Date:
Jul 2009
Posts:
10
Plugin Contributions:
0

Re: Show only Price(s), VAT and Weight

Hi, can anyone help with this? I kinda thought it would only be a couple of lines of code:

Load javascript for query string
Load variables for product id
write relevant field value

Is this possible?!

Thanks