[XFA] RM Marketplace/Shop - XF2

[XFA] RM Marketplace/Shop - XF2 [Paid] 5.8.5

No permission to buy (€60.00)
So no the add-on does not do that.
Okay. That's fine. Is it possible to edit the phrase "add resource" on a service category to "add service" similar to how you can in the AMS article management system? It seems incorrectly phrased otherwise? It also has "resource description" where is should read "service description"
 
The grid display is somewhat broken for me. The prefix overlaps the text and the images are not pulled from the resource or the small icon if this has been used.
Screen Shot 2020-06-01 at 5.26.28 pm.webp
 
Okay. That's fine. Is it possible to edit the phrase "add resource" on a service category to "add service" similar to how you can in the AMS article management system? It seems incorrectly phrased otherwise? It also has "resource description" where is should read "service description"

Categories could be made of different type of resources, ie. physical, digital or service.
That's why I don't change the text that is shown on the button.

The grid display is somewhat broken for me. The prefix overlaps the text and the images are not pulled from the resource or the small icon if this has been used.
View attachment 226566

Have you uploaded images ? I mean not attachments nor resource icon.
There is a dedicated link named "Upload resource image".

The text is the image title that shows as an alt when the image isn't there.

It seems though that the default image is not included in the archive as it's the image that should show in that case.
 
Categories could be made of different type of resources, ie. physical, digital or service.
That's why I don't change the text that is shown on the button.
Is it possible to customise this? To read “resource” for resources and “service” for service? Which templates would I edit if this is not a phrase.
 
That's core stuff from xF Resource Manager so it's not that simple.
Would an if condition on a per category basis work for phrasing?

It is not correct to say resource when talking about a service as it doesn't make sense.
 
@XFA could you put sale type before the resource type field as for physical product sales it removes the add file box - This should be done in the other order to avoid confusion. So the user can choose digital or physical product, if physical is chosen the upload file or link box does not display.Screen Shot 2020-06-02 at 6.25.34 pm.webp
We need to show sale options before upload options for a better UX.
 

Attachments

  • Screen Shot 2020-06-02 at 6.25.26 pm.webp
    Screen Shot 2020-06-02 at 6.25.26 pm.webp
    13.6 KB · Views: 4
Would an if condition on a per category basis work for phrasing?

It is not correct to say resource when talking about a service as it doesn't make sense.

If you wanted the term Resource to be replaced by any other term in that section it wouldn't be that simple no.

@XFA could you put sale type before the resource type field as for physical product sales it removes the add file box - This should be done in the other order to avoid confusion. So the user can choose digital or physical product, if physical is chosen the upload file or link box does not display.View attachment 226718
We need to show sale options before upload options for a better UX.

You mean moving the whole sale data row ?
 
You mean moving the whole sale data row ?
Possibly or moving just the question on if they are selling physical or digital products to the first question you ask users, not the whole row, just tick if you would like to sell, then sale type, then the option to upload or not.

If someone uses it at present they have the option to make it a physical product after being able to upload an item which is confusing as they might not know they have to proceed past the upload a file question & ignore it to add a physical item.
 
@XFA - Is it possible to have the external links in the resource manager open in a new tab?

I have tried editing: xfrm_resource_view

However this didn't work (Line 235):

Code:
                                <xf:if is="$resource.external_url">
                                    <xf:button href="{$resource.external_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_more_information') }}</xf:button>
                                </xf:if>

                                <xf:if is="$resource.alt_support_url AND $resource.Category.enable_support_url">
                                    <xf:button href="{$resource.alt_support_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_get_support') }}</xf:button>
                                </xf:if>
 
Possibly or moving just the question on if they are selling physical or digital products to the first question you ask users, not the whole row, just tick if you would like to sell, then sale type, then the option to upload or not.

If someone uses it at present they have the option to make it a physical product after being able to upload an item which is confusing as they might not know they have to proceed past the upload a file question & ignore it to add a physical item.

You can post a suggestion request for that on our site.

@XFA - Is it possible to have the external links in the resource manager open in a new tab?

I have tried editing: xfrm_resource_view

However this didn't work (Line 235):

Code:
                                <xf:if is="$resource.external_url">
                                    <xf:button href="{$resource.external_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_more_information') }}</xf:button>
                                </xf:if>

                                <xf:if is="$resource.alt_support_url AND $resource.Category.enable_support_url">
                                    <xf:button href="{$resource.alt_support_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_get_support') }}</xf:button>
                                </xf:if>

Ask xF support team, it has nothing to do with my add-on.
 
Back
Top Bottom