Jump to content

verhoejw

Member
  • Posts

    27
  • Joined

  • Last visited

Everything posted by verhoejw

  1. $FBOG isnt in it and yes its correct installed
  2. using the clean skin also, have the same issues
  3. same here, never had any troubles with fb sharing on different webshop packages.
  4. Is this the corect code for the url? <meta property="og:url" content="{$VAL_SELF}"> Is there any other code that specifies the exact url from which you want a photo to share on fb. Becaus when i use fb debug tool and enter a url where the photo i want to share is on it shares the correct image
  5. so the cronjob is only working with a subscipton key, if im correct ? Bit pricy at minimum 25 dollar a month.
  6. do you need different names for the files or do they have to be the same?
  7. Hi I have installed the security suite plugin. Now 2 changes are advised by the plugin. MEDIUM Rename the Admin DirectoryFail. We recommend renaming the /admin folder to something hard to guess. The change must be specified this in the includes/global.inc.php file. Example: $glob['adminFolder'] = 'd229130'; MEDIUM Rename the Admin FileFail. We recommend renaming the /admin.php file to something hard to guess. The change must be specified this in the includes/global.inc.php file. It must keep the .php extension! Example: $glob['adminFile'] = '5b06482.php'; Can this be done without any problems ( database etc.. ), meaning if i made these 2 changes will the site and admin part work normally or can i expect more problems.
  8. Hi, i want to remove the mailing list, news letter option. This what i have in box-newsletter.php <section class="boxnewsletter"> <span>{$LANG.newsletter.mailing_list}</span> <p>{$LANG.newsletter.enter_email_subscribe_unsubscribe}</p> <form action="{$VAL_SELF}" method="post"> <fieldset> <input name="subscribe" type="text" class="textbox required" maxlength="250"> <input type="submit" class="btn" value="{$LANG.newsletter.subscribe}"> </fiieldset> </form> </section>
  9. Hi, Due to a new data leak law which is comming on 1 january in europe i want to know if the customer credentials like adress etc are stored encrypted in the database? ty
  10. Hi, How do i get an extra space between the currency sign and the price. Its now like this through the whole site €16.95. need it like this € 16.95 ty
  11. no such code here only this: <h1>{$PRODUCT.name}</h1> <section class="specifics"> {$LANG.catalogue.product_code}: {$PRODUCT.product_code} {if $PRODUCT.stock_level} | {$LANG.catalogue.stock_level}: {$PRODUCT.stock_level} {/if} {if $PRODUCT.manufacturer} | {$LANG.catalogue.manufacturer}: {$MANUFACTURER} {/if} {if $PRODUCT.condition} | {$LANG.common.condition}: {$PRODUCT.condition} {/if} {if $PRODUCT.product_weight > 0} | {$LANG.common.weight}: {$PRODUCT.product_weight}{$CONFIG.product_weight_unit} {/if} </section>
  12. Hi, I want to remove ( not shown ) the condition line in de product page. What do i need to edit? Ty
  13. Now i must manually get the exchange rates for dollar/euro in the admin. Is there a script or possibility to do this automaticly let sy once per day ?
  14. no, you did get it right, i get the wrong product photo ( fb profile photo ) with the text from the cc meta description in settings. However when i go to my site and click on the fb icon near the product it shows the right photo ( the product photo ) but it post the profile photo. The same happens when i copy and paste the code from the addthis website directly in the right pages. ( addthis plugin disabled then ). haha it even gets wierder, when i click the fb icon on your site at this item 1950s FIRE KING White 8.5 in Mixing Bowl NM, it posts the image from the sitelock ( top left of ur site ) with it.
  15. yes it does but with the text from the meta description from the settings in CC
  16. only the og image differences from mine tried the line from your main.php, no luck.
  17. ty, ive looked at this, this is beyond my knowledge:]
  18. Hi, Ive installed the addthis plugin, all is working fine except the facebook share, when i want to share a product to my facebook account it posts my facebook profile photo instead of the product photo. Any ideas how to resolve this?
  19. Hi, In terms what best for SEO do i add categories and sub-categories ( www.....com/bracelets/test.html )in product url or just the custom url path ( www....com/test.html ) ty in advance
  20. ty very much found it, quess i didnt look right.
×
×
  • Create New...