Author |
Topic  |
|
aprilynm
Starting Member
USA
33 Posts |
Posted - November 13 2015 : 10:44:20
|
According to pg 52 v8 manual,
Note : In VPCART 8.00, the product listing page (shopdisplayproducts.asp) is showing no order button now, only button to go product details page.
That is the behavior of the vpasp demo store and that is what I want my store to do.
However, my site shows an order button instead of the details button and of course clicking the thumbnail opens quick view. So the only way to get to shopexd for any given product is to right click and open in new tab. Obviously this is bad.
I have not assigned templates in either category or product records. Everything is "out of the box." Can anyone offer suggestions on what I need to do to have a details button call shopexd?
Thanks
Aprilynm |
|
ryo_best
VP-CART New User

90 Posts |
Posted - November 13 2015 : 14:27:45
|
Hi Aprilymm, my vpcart ver 8.00 by default using detail button in shopdisplayproducts.asp, but I can changed it to order button by modified software configuration in admin like this :
- xproductdisplaytemplate > tmp_productformat_order.htm - xproductdisplaytemplateinvent > tmp_productformat_order.htm
and the detail button change to order button, so if you want to show detail button, I think you just need to revert back to default like mine.
here''s the default setting for ver 8
- xproductdisplaytemplate > tmp_productformat.htm - xproductdisplaytemplateinvent > tmp_productformatinvent.htm
|
Edited by - ryo_best on November 13 2015 14:35:13 |
 |
|
aprilynm
Starting Member
USA
33 Posts |
Posted - November 13 2015 : 22:54:33
|
Thanks for the reply ryo_best.
- xproductdisplaytemplate > tmp_productformat.htm - xproductdisplaytemplateinvent > tmp_productformatinvent.htm
are indeed the settings in my config. However, the order button and not the detail button is showing in shopdisplayproducts.
Open to any other suggestions.
Aprilynm |
 |
|
bryan23
Starting Member
Philippines
7 Posts |
Posted - November 16 2015 : 01:24:25
|
hi Aprilynm,
try opening your template like /templates/default/tmp_productformat.htm and try to change the code : [formatquantity_order sub] [formatbutton sub]
to [formatexdlink_mobile_detail sub]
both desktop template (line 39-40) and mobile template (115-116) on same file.
this will convert quantity box and order button to detail button. that should fix the problem. :)
Bryan |
 |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
Posted - November 16 2015 : 02:45:52
|
also in tmp_productformatinvent.htm |
 |
|
aprilynm
Starting Member
USA
33 Posts |
Posted - November 17 2015 : 09:07:06
|
That was indeed the fix!
Thanks so much for the responses.
Aprilynm |
 |
|
|
Topic  |
|