Jump to content

coffeecoffeecoffeehouse

Member
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by coffeecoffeecoffeehouse

  1. You are correct. They are not downloadable products but they are like manuals and flyers for those products that are free to download for everyone.

    The plugin basically just adds html wherever you paste in your.

    {$SFWS_ADDITIONAL_PRODUCT_FIELD_01}

    (or 02, 03, to 08) in your skin.

    So basically all it did was adding 8 fields to the database and adding the input fields to the backend.

    My question was more about the syntax for the language if-query which is not related to the plugin but to cubecart itself.

    Edit: I just recalled that I think I asked that before and the solution was 

    {if $current_language.code=='de-DE'} 

    and 

    {if $current_language.code=='en-GB'} 

    - I will try that, but that should work actually.

    Edit2: Strangely it did not work. The if-query seems to be always "no", so the PDFs do not show. Strange.

    The following works in box.search.php

    {if $current_language.code=='en-GB'}
    		 <img alt="Invoice payment" src="/images/source/invoice-payment.png" align="right" style="margin-right:8px; margin-top:10px">	{/if}

    But this does not work in content.product.php

    			   {if $current_language.code=='de-DE'} 
    					{$SFWS_ADDITIONAL_PRODUCT_FIELD_03}
    				   {/if}

     

  2. I bought the "Additional Product Fields" Plugin.

    Unfortunately those fields are for all languages. I want to use them to add language sensitive Downloads to a product page.

    So I am wondering how I can select parts depending on language.

    For example like this

    {if $language == EN}
    
    <div style="margin-top:50px;">{$SFWS_ADDITIONAL_PRODUCT_FIELD_01}</div> // Show field with english content
    
    {/if}
    
    
    
    {if $language == DE}
    
    <div style="margin-top:50px;">{$SFWS_ADDITIONAL_PRODUCT_FIELD_02}</div> // Show field with german content
    
    {/if}

    Obviously "$language == Whatever" is made up. How would the correct syntax be for this?

     

    Thanks

    Coffee

  3. Hello,

    I would like to offer Sofortüberweisung as a payment gateway. I assume if I put in a lot of time I could figure it out myself. Maybe some folks here did similar things already and could offer this as a paid service to me. Sofortüberweisung is related to the Klarna group (which means Skrill I think), so maybe the integration process is similar.

    https://www.sofort.com/integrationCenter-eng-DE/content/view/full/2513

    You can send me a private message (if that is possible here) or just answer to this post.

    Thanks!

     

  4. I cant change to english in most browsers.

    http://www.teka-warehouse.de

    Any idea why? Tried to turn on and off SSL, deleted cache etc.

    It works fine on my android handy and a local chrome but not on company iphones and the remote connection.

    Does it work for you?

    Thanks
    Jens

     

    After I deleted my browser caches. I cannot even  login in to the admin site any more.

    All I did today was take out the password protection in the htaccess.

    Shit. We need to go live in 25 minutes. Also the Basket does not work.It takes items but when I go to check out it will show an empty basket.

  5. 1 minute ago, ayz1 said:

    On the Store Settings > Search Engines tab check the setting for Meta Data Behaviour to make sure it is not set to Disabled. If it is choose either the Recommended option or Replace global meta data option.

    Thank you, ayz1. That was it.

    Do you know if translated products can have their meta tags translated as well? 

    Coffee

×
×
  • Create New...