Jump to content

TileCo

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by TileCo

  1. The nav line is in the version of foundation that I copied from. It is still showing in the latest 6.2.0 version. Yes they will need closing at the bottom right before the {/if}
  2. I have <div class="sticky"> in box.navigation.php above the <nav class="top-bar ... and then at the end of the nav line I have added data-options="sticky_on: medium,large" <div class="sticky"> <nav class="top-bar category-nav" data-topbar="" id="box-navigation" data-options="sticky_on: medium,large"> I don't remember putting anything else in for this. It doesn't show until the navbar is at the top of the screen. The site that I have used it is https://www.vandatiles.co.uk/ Regards Kenneth
  3. I have edited the admin.product.import.format.php file (in the hooks folder for the plugin) to add the currency and this appears to have the desired result. In my file it was line 15 :- $fields = array(... There was an entry in this array for 'price' I have changed this to 'price currency' and it seems to work. Now to get to work on the various other errors that google is highlighting!
  4. Thanks, I am aware of your plugins, they do sound good. I am reasonably confident that the schema is valid for the product pages. I have added some edits to the existing functionality and this appears fine when validating with google. If the currency is not able to be added to the Base Feed plugin, then I presume that this will not work for anyone as this appears to be a required part of the price field.
  5. I have tried to upload a product feed to the Google Merchant Center using the Google Base Product Feed plugin, but it is encountering multiple errors. The main one is related to the currency not being in the price field. I have checked the file and it shows the amount but does not have a currency showing for any of the products. The messages from google related to this are:- "Unsupported currency in attribute: price " and "Invalid or missing required attribute: price". Is there anything I need to do in my store settings to get the currency to appear in the file?
  6. In the majority of cases payments will go via a third party before it arrives in the account of the service/product provider. The usual process (simplified) is that it comes out of the customers credit card account, goes via central clearing (third party) to the providers bank. Most companies are using a third party to get the money from the customer to themselves, as the majority of credit card companies use third party processors.
  7. Thanks for the reply. I will probably have to go for something similar to option 2, though I might edit the main image to show RRP rather than edit the description. Kenneth
  8. Is it possible to display RRP and Selling Price? I know it is possible to do something similar with Sale Price, but this is not actually a sale. We sell some items at less that the retail price, but would like to show the RRP as well as our price as standard (i.e. not as a sale price). I have searched the plugins and cannot see anything that looks suitable. Does anyone know if this is possible? Kenneth
  9. I had never created an ecommerce site before, so this was an interesting journey. I looked at a few carts before choosing cubecart. The site is https://www.thetileco-online.co.uk/ I took a copy of the foundation skin and modified it a bit. Thanks to all who have contributed to the great info on this forum for showing me how to do the vast majority of the mods that I wanted to do. Any constructive criticism is appreciated. Kenneth
×
×
  • Create New...