solved Prices on Lists of Downloadables Have Gone Missing

Ken Rich
Ken Rich
@ken-rich
8 years ago
926 posts
Physical Products still list prices, and prices on downloadables are listed in modules on profiles.

However, my site is listing bundles, songs, videos, files without the buy buttons in the skin templates or sitebuilder.

I have a ticket in, is anyone else seeing this isue?


--

Ken Rich
indiegospel.net

updated by @ken-rich: 08/19/16 02:26:04PM
michael
@michael
8 years ago
7,717 posts
does the same issue persist when you switch to a default skin?
Ken Rich
Ken Rich
@ken-rich
8 years ago
926 posts
I was loathe to do it since I had people browsing but I switched to the default Ninja skin and the issue persisted.

I've got a test page built with the site builder with various test lists, plus a Marketplace I built a long time ago and the issue was still there in Ningja.

Here is a sample page - http://indiegospel.net/bundles


--

Ken Rich
indiegospel.net

updated by @ken-rich: 05/04/16 05:54:55PM
michael
@michael
8 years ago
7,717 posts
Have you changed any code in the jrFoxyCartBundle item_list.tpl file?
Ken Rich
Ken Rich
@ken-rich
8 years ago
926 posts
Hi Michael,

No, in fact I just checked and EVERY template in that module is at default.

Edit: Actually I was looking at eCommerce. Yes there is an edit to the bundles item_list.tpl for the column structure.

  <div class="row" style="margin-top:12px;">
                <div class="col4">
                    <div class="block_image">
                        {jrCore_module_function function="jrImage_stacked_image" module="{$item.stacked_image_module}" type="{$item.stacked_image_type}" item_id="{$item.stacked_image_item_id}" size="icon" alt="{$item.bundle_title}" border_width=0}
                    </div>
                </div>
                <div class="col7">

It's 4 and 7 while default is 3 and 8. I'll revert and see what happens.


--

Ken Rich
indiegospel.net

updated by @ken-rich: 05/04/16 08:21:39PM
Ken Rich
Ken Rich
@ken-rich
8 years ago
926 posts
Hi Michael,

No, that didn't fix it. I didn't think it would.

Logically, we should be looking for something common to all downloadables because songs, videos, and files have the same issue as bundles.

For example, this list of songs should all be showing prices. Some Paypal, some Foxycart. If you click a song and go to its detail page you see the price. If you go to the Audio list page of the Profile you see the prices. However, NOT in this list - http://indiegospel.net/downloads


--

Ken Rich
indiegospel.net

updated by @ken-rich: 05/04/16 08:35:10PM
Ken Rich
Ken Rich
@ken-rich
8 years ago
926 posts
<br>
{jrSeamless_list modules="jrAudio" search1="audio_file_item_price > .01" search2="profile_paypal_email like *@*" page=$_post.p pagebreak="5" pager="true" order_by="_created random"}
<br>
{jrCore_list module="jrAudio" search1="audio_album_bundle_price > 0" order_by="_updated desc" pagebreak="3" pager="true" page=$_post.p  group_by="_profile_id"}

I thought perhaps it was the site builder that was in common, so I dropped these codes into a blank template that was MANUALLY created in the skin.

The issue persisted so I don't think it is site builder related. Whatever is going on these are the four things I find noteworthy:

1) The items list but without the prices and ability to buy.

2) Clicking the item and going to its detail page or item list in the profile for that module reveals that the price and buy functionality is working there.

3) The issue is present even in a default skin (Ningja), with a seamless or regular list code, on a site builder or manual template, and whether the price is generated through Paypal or Foxycart for Audio.

4) Physical products list properly only downloadable items seem to be missing the price.


--

Ken Rich
indiegospel.net
Ken Rich
Ken Rich
@ken-rich
8 years ago
926 posts
Brian found the issue in response to the ticket I submitted.

Quote: the reason these prices are not showing is that there is a check to be sure the list is being shown on a PROFILE before the "item list buttons" will show. Since these lists are NOT on a profile, they are not showing.

That check was added in some time ago, which broke my central marketplace for all but physical products. Since it was removed it is all displaying correctly again.

Brian is double-checking to make sure there will be no issues when purchases are made outside the profile modules for these items.


--

Ken Rich
indiegospel.net