Forum Replies Created

Viewing 2 replies - 91 through 92 (of 92 total)
  • I just received an almost identical error:
    “Warning: array_merge() [function.array-merge]: Argument #2 is not an array in” ….

    It happened just after I had chosen “Duplicate” for a product in WP e-commerce. I found it made a whole second copy of the image I had uploaded for that product. So on my images tab I deleted the second one. And now the error has disappeared.

    Hi Dan. I’m just in the process of setting it up too, but I’ve found a really easy way to do it. Install a plugin called “Widget Logic”. Then you get a logic field added to each widget. It uses the wordpress conditional tags to easily allow you to choose when the shopping cart shows up.

    There’s helpful explanations on the Widget Logic information pages too:
    https://www.ads-software.com/extend/plugins/widget-logic/other_notes/

    I wanted to hide the shopping cart on the checkout page. (Seemed silly having it appear on that page). My checkout page is page 5, so I just used this one line and it worked:
    !is_page(‘5’)
    (which means, “display when the page does not equal page 5”)

Viewing 2 replies - 91 through 92 (of 92 total)