Following the security upgrade to 3.4 all of the pricing information is gone from my site. I have verified that it is present in the database. No pricing information is presented when viewing or editing products.

A support request has already been entered for this. Unfortunately nothing has resulted from that request. If I can't sell product, I can't make money, so I really need to get this fixed.

Comments

Clay Dowling’s picture

Additional: I am also missing the Add To Cart links on my products.

gordon’s picture

Status: Active » Postponed (maintainer needs more info)

Can you please use the devel module and under the Dev Render tab of the product give me the output of the content section.

Clay Dowling’s picture

After an excess of frustration, I finall decided to risk it all and move to alpha5. That seems to be working. I may regret this later, but for now I'm sticking with alpha5. Hope that it doesn't betray me.

Clay Dowling’s picture

I backed off of Alpha 5 because of some strangeness. Killed ecommerce tables and reinstalled, with the pricing problem still with me. So here's the output from devel:

nid
22
vid
22
type
product
status
1
created
1188161286
changed
1188161424
comment
2
promote
1
sticky
0
revision_timestamp
1188161424
title
PDF Creator
body

A very simple utility to take one or more image files and concatenate them into a single PDF file. Optionally pages are numbered.

pdfcreator.exe [options] file1 file2 file3 ....

Options

  • -n - Number pages
  • -o output.pdf - send output to the named file. Defaults to "output.pdf"
  • -m margin - The margin width, in points. Defaults to 36 (one half inch).

Images may be either JPEG or PNG format.

This is a great tool if you scan a lot of documents and need to keep them together. It's also great for a single multipage document that you would like to convert to a PDF document. If you set the margin to 0 your scanned images will be a full bleed onto the page.

The trial version (download it for free below) is limited to 3 pages and embeds a watermark.

I would like to thank Takeshi Kanno for his excellent libharu. If you need PDF output for your own application I strongly recommend this library.



teaser
A very simple utility to take one or more image files and concatenate them into a single PDF file. Optionally pages are numbered. pdfcreator.exe [options] file1 file2 file3 .... Options

  • -n - Number pages
  • -o output.pdf - send output to the named file. Defaults to "output.pdf"
  • -m margin - The margin width, in points. Defaults to 36 (one half inch).

Images may be either JPEG or PNG format.
log
format
1
uid
1
name
Clay Dowling
picture
sites/demo.lazarusid.com/files/pictures/picture-1.png
data
a:4:{s:7:"contact";i:1;s:14:"picture_delete";s:0:"";s:14:"picture_upload";s:0:"";s:19:"mass_contact_optout";i:0;}
path
pdfcreator.html
anon_policy
0
last_comment_timestamp
1188161286
last_comment_name
NULL
comment_count
0
taxonomy

Array
(
)

iid
readmore
1
content

Array
(
[body] => Array
(
[#value] =>

A very simple utility to take one or more image files and concatenate them into a single PDF file. Optionally pages are numbered.

pdfcreator.exe [options] file1 file2 file3 ....

Options

  • -n - Number pages
  • -o output.pdf - send output to the named file. Defaults to "output.pdf"
  • -m margin - The margin width, in points. Defaults to 36 (one half inch).

Images may be either JPEG or PNG format.

This is a great tool if you scan a lot of documents and need to keep them together. It's also great for a single multipage document that you would like to convert to a PDF document. If you set the margin to 0 your scanned images will be a full bleed onto the page.

The trial version (download it for free below) is limited to 3 pages and embeds a watermark.

I would like to thank Takeshi Kanno for his excellent libharu. If you need PDF output for your own application I strongly recommend this library.



[#weight] => 0
)

)

Clay Dowling’s picture

Gordon,

I found the root cause of the problem, and the fix is very easy. The afflicted should run the following SQL:

update node_type set module='product' where type='product';

I haven't done an in-depth analysis yet, but I believe that this came about because initially I mistakenly installed the v4 alpha5 release (which looks really nice BTW) during the recent security upgrade.

brmassa’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
theorichel’s picture

Clay, this was definitely the solution for me, and it probably had the same cause as you mentioned. Boy it has taken me three weeks to find out what was wrong.
Thanks.

TR

theorichel’s picture

But a new thing has surfaced: now my new stories arent accessible anymore for anonymous visitors, older stories still are. Any ideas?