Re: Auction does not add bids
Hi Dave,
Thank you for the excellent add on.
When bidding on an auction the bid amount does not update, the page refreshes and the original amount remains. I have a few auctions none of them update, nobody can bid on the items on auction.
Using Zen Cart v 1.3.8a
Store: http://www.arxvaldex.com/shop
This error occured when I changed templates from Lite_Red to my current paid for package. The new template uses the original Zen Cart language files (I had to create the directories for the add ons including Auction) All previous add ons are working with the new template except for Auction.
I have tested the Auction with the new template on a local server and it works (along with all my add ons) but it does not work on my live site.
Please help!
Thank you
Re: Auction does not add bids
Quote:
Originally Posted by
arxvaldex
Hi Dave,
Thank you for the excellent add on.
When bidding on an auction the bid amount does not update, the page refreshes and the original amount remains. I have a few auctions none of them update, nobody can bid on the items on auction.
Using Zen Cart v 1.3.8a
Store:
http://www.arxvaldex.com/shop
This error occured when I changed templates from Lite_Red to my current paid for package. The new template uses the original Zen Cart language files (I had to create the directories for the add ons including Auction) All previous add ons are working with the new template except for Auction.
I have tested the Auction with the new template on a local server and it works (along with all my add ons) but it does not work on my live site.
Please help!
Thank you
I've tested quite heavy on zencart 1.3.9f, but haven't had time to try a fresh install on 1.3.8a yet.... All the logic in the bidding process is in the includes\modules\pages\product_auction_info\header_php.php and main_template_vars.php files.
Try testing by placing a bid lower then the current bid or starting price... you should get a warning that the bid was to small.. The page files should be working for I see you prices... but sometimes the pages don't fully upload.
I'll see if I can recreate the error by deleting files...
Re: Auction does not add bids
Quote:
Originally Posted by
davewest
I've tested quite heavy on zencart 1.3.9f, but haven't had time to try a fresh install on 1.3.8a yet.... All the logic in the bidding process is in the includes\modules\pages\product_auction_info\header_php.php and main_template_vars.php files.
Try testing by placing a bid lower then the current bid or starting price... you should get a warning that the bid was to small.. The page files should be working for I see you prices... but sometimes the pages don't fully upload.
I'll see if I can recreate the error by deleting files...
=============
Found the error!
It seems there is a conflict with the Wish List add on, removed the Wish List add on and Auctions working perfectly again!
Thank you for your help!
1 Attachment(s)
Re: Auction Product Type: admin and bidding box
Hello,
Installed the auction product type on a dev server using ZC 1.3.9.d.
You need be logged in to see the prices and to be able to bid.
I've checked over again if all the files are in the right place. This seems to be ok.
Read a lot posts in the forum but still have some problems:
- in the admin can't find the auction manager like the screenshot in the documentation.
- if you're logged in can't see the bidding box! all the other information is visible. see attachment
- the template is based on ZJ black 2. The normal pages works well. Bud the layout of the auction pages is strange. How can it be edited?
- How can the "auction help" be replaced under the picture?
Thank you for your help.
Xavier
Re: Auction Product Type: admin and bidding box
Quote:
Originally Posted by
X@vier
You need be logged in to see the prices and to be able to bid.
not in the habit of creating accounts just to see prices... As a shopper, I usually pass sites by if I can't at lest see a price... don't have time for accounts I don't want... As a result, I keep forgetting to go back in and test this part of the program. Thought I had it worked out, will have to go back and check it.
Quote:
in the admin can't find the auction manager like the screenshot in the documentation.
Its in the 'Extras' tab in admin.... if not, you missed uploading that file.
Quote:
if you're logged in can't see the bidding box! all the other information is visible. see attachment
The box only shows if your logged in, the box should show.. The page is done in 4 sections... the top, two middles, and the bottom. If you missed a { } when you merged with your template, you may have missed the login check.
Quote:
the template is based on ZJ black 2. The normal pages works well. Bud the layout of the auction pages is strange. How can it be edited?
Never seen the ZJ black... this is where you need to match up or style the auction page to match your site.
Quote:
How can the "auction help" be replaced under the picture?
move the button coding to below the image coding.... this..
Code:
<div class="forward"><?php echo '<a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_AUCTION_HELP) . '\')">' . zen_image_button(BUTTON_IMAGE_AUCTION_HELP, BUTTON_AUCTION_HELP_ALT) . '</a>'; ?></div>
look for this line and place the code below it..
Code:
<!--eof Main Product Image-->
Styling pages takes time and for me lots of fiddling around with the css until it works. I just spent the last week making changes that I uploaded tonight when I upgraded my site to 1.3.9g... Page styling one word at a time in a forum is a pan and more time then I have.... I've spent allot of time styling the page back to the basic zen cart template. if your template use the same class and ID's.... then it should work, if not, you'll have to go through and change the class and ID's to match your template. As an example, my site use very little of the normal class and ID's that came with Zen basic. Looking at the image you uploaded, the product image is to the right which is not the norm.... thus the css is off somewhere or a different class is in use.