How to change currency_sign symbol

More
7 years 6 months ago #3981 by bram

g9752430 wrote: @bram, thank you for the explanation. Would you mind clarifying as to where the url which launch when "read more..." is clicked on the product pages are stored and if all these URLS can be exported?


you can have several types of read more links, but at the ends it comes down to two variations.
  1. Leave your site to the webshop
  2. stay on you site on view a single product

see default_mcol.php containing an example of both.


g9752430 wrote: Also when viewing a 'product page' I can see modules I assigned only to be visible on the 'product feed' menu item (using the "Menu Assignment" found within the Modules: Custom HTML settings). For the main its fine that these show on product pages, but if I wanted to assign a module to one product page in particular I cannot figure out how this can be done...? I'm curious as to where all these product pages can be found in the back-end.


there are no product pages, having a joomla page for each product would kill the system.

you can't have modules assigned to datafeed-menu-levels within your joomla menu. The way to add content to your category pages is the use this : affiliatefeeds.nl/en/10-moddatamenu/8-ad...datafeeds-pages.html

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #3982 by bram

cool410 wrote:
The only thing I miss in this Program would be the option to enable/disable
individual items from the "Browse Items" list.



the problem is that not all datafeed-items have fixed ID attached to them, during import a hash is calculated but that one is not stable enough to use as identifier.

the most effective way to remove items is during import, there you can exclude for example a category based on a pattern. See affiliatefeeds.nl/callbacks.html under excuding items

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #3984 by g9752430
@cool410, it may be easier if you open up a new topic to stop this thread becoming confusing : )

@bram regarding the URL's is there are way to view all the URLs that have been created which direct to the webshop?

Also viewing affiliatefeeds.nl/en/10-moddatamenu/8-ad...datafeeds-pages.html I can see that the URLs include a category; my URL is formed using fields from "select" in the "feed to database mapping" section, so there's not a category. How do I add a category?
Once a category is added, how can I then list the products within each category to enable search engines to crawl?

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago - 7 years 6 months ago #3985 by bram
there is no reall need to show the url's to the external shop, if you want to go into phpmyadmin.

the url's used ON your site are generated dynamicly, so they are not stored.

I slightly updates the page about adding content to reflect changes in joomla 3.


during import 'categories' ( or countries, regions, colors etc etc) are placed into the selectx fields according to the feed-configuration


Then if you use the Selectx fields in your menu you can use them to browse ( or filter or whatever term you like, I think I prefer the term filter) the products.

datafeed-fields -> database-fields -> menu-filters
Last edit: 7 years 6 months ago by bram.

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #3991 by g9752430
Thanks Bram - is it possible for the "read on..." URL to be exactly the same as on the import and not modified in anyway?

My understanding is that during import 'categories' ( or countries, regions, colors etc etc) are placed into the selectx fields according to the feed-configuration.
The product URL is the created from this, and look like this domain.com/select1/select2

It's this part "Then if you use the Selectx fields in your menu you can use them to browse ( or filter or whatever term you like, I think I prefer the term filter) the products.datafeed-fields -> database-fields -> menu-filters" which I'm not following.

I'd like to have listed as a menu item a page where you can click into the categories and see a list of the URLs such as
parentmenu -> feed -> categories -> category with the page then showing urls:

/category/productname1
/category/productname2
/category/productname3
e.t.c

Please Log in or Create an account to join the conversation.

Time to create page: 0.199 seconds