Jump to content

verhoejw

Member
  • Posts

    27
  • Joined

  • Last visited

verhoejw's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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
×
×
  • Create New...