Jump to content

ktraving

Members
  • Posts

    38
  • Joined

  • Last visited

About ktraving

  • Birthday 01/01/1976

Contact Methods

Profile Information

  • Location
    Denmark
  • Interests
    Cycling, cyclosportif, basketball, MLB baseball, walks and ofcourse CMS product.
  • First Name
    Kenny
  • Last Name
    Traving

Recent Profile Visitors

377 profile views

ktraving's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. I'm looking at the below piece of code in the shopping-cart-product-line.tpl of a theme, which results in a rather undesired layout. Look at the image on snaggy. <td class="cart_description"> <div class="narrow-screen">{l s='Description'}</div> <div class="floatL"> {capture name=sep} : {/capture} {capture}{l s=' : '}{/capture} <p class="product-name"><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute)|escape:'html':'UTF-8'}">{$product.name|escape:'html':'UTF-8'}</a></p> {if $product.reference}<small class="cart_ref">{l s='SKU'}{$smarty.capture.default}{$product.reference|escape:'html':'UTF-8'}</small>{/if} {if isset($product.attributes) && $product.attributes}<small><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute)|escape:'html':'UTF-8'}">{$product.attributes|escape:'html':'UTF-8'}</a></small>{/if} <div> </td> What I would like, is to take each set of attributes and show the line by line. Color: Red Version: Advanced Width: 1 meter Height: 1 meter Rather than a bunched up set up attributes. But I can't seem to work our a way to loop through the attributes one by one. Any ideas? Have a nice weekend, K
  2. I have dropped them a mail, asking if the module will be updated for 1.6.x, but I doubt I will get any reply. The webpage looks like they focus 100% on Magento now.
  3. No know modules that will add this feature? To clarify what I am looking for: See this module page and its screenshots Unfortunately the homepage and the module seems pretty outdated.
  4. Thanks for the awesome help, Doekia! Still very much appreciated!!!!
  5. In certain situations it would be very helpful, if I could enter an extra text on my product attributes, that I can also hook/show on the product page, if that attribute is selected. An example: The customer chooses "silver" as a color for their poster. In this case, it is important for me to let the customer know, that since silver ink contains metal, it reflects light more than a non-metallic ink. Writing all that in the attribute name, would be silly, and writing it in the product description seems a bit excessive, as I dont even know what the customer chooses. Any ideas? Cheers, K
  6. Still having a pain lot of troubles with this. Drop you a note Doekla. Hope you can spare a little of your time. Or someone else? Thanks in advance, Kenny
  7. Problem is - I'm afraid - not solved. The module version is: Cash on Delivery v0.7.4 - by Prestashop Installed directly from within Prestashop's BO>Modules>Payment Cheers, K
  8. I've had a look at the ps_module tables (access, country, currency.....etc) Upon uninstall and delete, the module is removed from all of the above. Upon reinstall the module also reappeares (with a new ID ofcourse) in all tables. Cheers, K Edit: Any chance you know the name of the table for what groups have access to specific payment options?
  9. In order to get to the bottom of a problem with Cash on Delivery (CoD) I figured I'd try resetting the module, or even uninstall, delete and reinstall it. Regardless of the two approaches, I get a prestashop database exceiption: Take a look. The module installs, but doesn't seem to show up during checkout, even if it is enable as a valid payment method (bottomg of payments). Cheers, K edit: Yes, I've cleared cache On both server, prestashop and browser and forced compiling.
  10. A small update. In addition to the above post, I get this error in Back-Office > Payment Warning on line 1585 in file /customers/a/b/8/guldtryk.dk/httpd.www/testshop/classes/controller/AdminController.php [2] Cannot modify header information - headers already sent by (output started at /customers/a/b/8/guldtryk.dk/httpd.www/testshop/modules/cashondelivery/translations/da.php:1) I've reverted to a complete default edition of the COD module (0.7.4) by Prestashop, and the error remains the same. No changes have been made to the AdminController.
  11. Du er skam ikke alene Rasmus 1970. Jeg bruger Prestashop 1.6.0.11 og får også blank skærm når kunden bekræfter at man vil betale med faktura. Når jeg slår dev_mode til true, får jeg "Warning: Cannot modify header information - headers already sent by (output started at /customers/a/b/8/guldtryk.dk/httpd.www/testshop/modules/cashondelivery/translations/da.php:1) in /customers/a/b/8/guldtryk.dk/httpd.www/testshop/classes/Tools.php on line 134" og den fejl får jeg også når jeg opretter en helt default webshop på en lokal wamp server. Cheers, K
  12. That is truly an excellent thread El Patron. From it I seem to gather that an upgrade to 1.6.0.14 might speed us on our way. Thank you very much! Cheers, K
  13. Here's a batch of modules, that look strange: http://snag.gy/nNYEL.jpg Here's how they should look: http://snag.gy/5M0xC.jpg Some kind of localization / translation error? Cheers, K
  14. I have tried removing the $params, and it removes the problem, but like you, I have no clue what it might affect. But this one remains Cannot modify header information - headers already sent by (output started at /customers/a/b/8/guldtryk.dk/httpd.www/testshop/modules/cashondelivery/translations/da.php:1) in /customers/a/b/8/guldtryk.dk/httpd.www/testshop/classes/Tools.php on line 13 Ooooh, I would so much love to just delete the default COD module. CHeers, K
×
×
  • Create New...