Jump to content

feathersanddown

Members
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

feathersanddown's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi, I'm currently have the same problem. I don't know why is a requirement a Tab. In my module I'm not defining an administration tab, just the "configure" link. The only thing why it is needed is to put a default image, where? I don't know, seems as an icon beside title as seen in admin/themes/default/template/helpers/options/options.tpl file..... but wait!! in tutorials appear this ['image'] => 'url to icon', // If missing, will use the default icon for the tab. This is bad, because "image" is optional (between brackets), but still need a Tab value to create default image (here: https://github.com/PrestaShop/PrestaShop/blob/1.6/classes/helper/HelperOptions.php#L61 ) when in this case there is no Tab for module ($tab = false), just a simply "configure" link Hope someone can help this, seems need to write right path to a non-module default icon image. Thanks in advance
  2. IRC user Clorith have answer a piece of this: [02:38] <Clorith> Yes, checkout means "complete purchase", when you go to the register to pay Thank you now what about overriding Order classes ??
  3. Hi, I wanto to post this: http://codepad.org/VZ8P0d86 but system redirect me to a http://money.cnn.com/2009/11/24/technology/King_of_spam_lawsuit_fraud_Ralsky/ ............... well... I want to know about issue described in codepad link... Hope some forum administrator can post this correctly. Thanks in advance.
  4. Hi, I need to change flow of "checkout" process. Shop have this: product summary -> select a seller, select payments and transports -> payment details -> order final status. I need to add seller information because shop that I'm migrating need to allow select one seller or if none selected system assign one to order in the same page that user select payments and transport because transport have different price when user select dispatch place in all my country. My question is if correct to modify this logic inside OrderController (have logic of "steps") inheriting from it and changing $step and initContent() method. Then how to integrating it with PS 1.5 RC1, seems to create a module and add "override/controller" folder. But if i'm right, where to add it? as a "Checkout" module? (in $this->tab variable of module class) Thanks in advance.
  5. Given this: (1) http://www.prestashop.com/forums/topic/157626-how-does-admin-tabs-mvc-work/ and this: (2) http://www.prestashop.com/forums/topic/90183-solved-how-to-create-a-new-tab-in-the-back-office-modules-page/ still can't understand difference between "AdminTab" and a "AdminController" Seems that AdminController is used the same way as normal (admin)controllers: they build and show pages, but AdminTab still don't know what is Some hints? I'm using PS 1.5RC1
  6. Well this feature is enabled already... What I mean in a programmatic way, but I found what I need, using statics methods from LinkCore class. Thank you very much.
  7. Hi, is there a way to get home\root level category from a sub-sub-sub-sub-....-sub-category ? What I need to do is keep track of wich home-level category the user is when exploring sub...sub-categories because home level categories list is in header and visually have a custom icon when user is diving inside selected category. I avoid override Category class. I know that recursively get parent have time cost but I think that this situation should be already created somewhere, right ? I'm newbie with PS and I'm migrating a custom artisan ecommerce solution to PS 1.5. Custom header is a requirement. From this: 1 -a --I --II --III -b --IV --V ---i) ---ii) --VI -c 2 -e --VIII -f --IX --X ---iii) ---iv) g- given "ii)" sub-....-sub-category get category "1" (home level) is possible?? with a trick? Thanks in advance.
  8. Hi all, this is my very first post and my first experience with prestashop. This is my question: how to generate friendly urls. I have enabled this feature in my PS installation and it works correctly, I have a "http://prestashop.local/my_category/my_product.html" url and I want this link in a custom hook inside a custom theme, as an "outstanding" product (a requeriment), seems $link should be useful but I don't know if correct or if is there another way. Thanks in advance
×
×
  • Create New...